/* -------------------------------------------------------------
	Basic stuff
*/
body {
	background-color:#FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
}
div {
	border: 0;

	margin:0;
	text-align: left;
}

/* -------------------------------------------------------------
	Splitting the page up in "frames"
*/
#frame {

	/*
	Centerar och och lmnar luft upp och ned.
	Bilden skapar den horisontella linjen.
	*/

	background-color:#FFFFFF;
	/* in med den nya bilden */

	background-image: url(../gfx/mitten_undersidor.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;

	position: absolute;
	margin-left: -494px;
	left: 50%;
	width: 987px;
}

#frametop {
	width: 987px;
	clear: both;
	background-image: url(../gfx/vit.gif);
	height: 16px;
}

#framelogo {
	width: 987px;
	clear: both;
	background-image: url(../gfx/toppen_undersidor.gif);
	height: 81px;
}
#framemiddle {
	width: 987px;
	clear: both;
}
#framebottom {
	width: 987px;
	clear: both;
	background-image: url(../gfx/botten_undersidor.gif);
	height: 53px;
}


#framefooter {
	width: 987px;
	clear: both;
	background-color:#FFFFFF;
	padding-bottom: 50px;
	background-image: url(../gfx/vit.gif);
}
/* -------------------------------------------------------------
	3 column layout
*/
.contentleft {
	float:left;
	width: 207px;
}
.contentcenter {
	float: left;
	width: 563px;
}
.contentright {
	float: left;
	width: 217px;
}

.toppadding {
	padding-top: 8px;
}

/* -------------------------------------------------------------
*/

.topmenu {
	padding-left: 24px;
}

ul {
	list-style: none;
	margin-left: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-right: 0;
	padding: 0;
	border-bottom: 1px solid white;
}
ul.ref {
/*
Här är jag
*/
	float:left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-right: 0;
	padding: 0 0 24px 0;
	width: 265px;
	border: 0px solid red;
}

li.refimage {
	padding-left: 24px;
	border: 0px solid red;
}
li.reftext {
	padding-left: 24px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px solid red;
}
li {
	position: relative;
	/*
	This is turning invincible but makes sure that
	when the line is there, as in the case with
	fundsk, it will not jump visually.
	*/
	border-bottom: 1px solid #DED9D2;

	margin-left: 0;

	/* text from underscore */
	padding-left: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.redlocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.whiteboxtext {
	background-color: #F7F6F4;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftmenu {
	color: #5B5245;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 9px;
	padding-top: 4px;
}

a.topnav {
	color: #A19585;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.topnav:visited {
	color: #A19585;
}
a.topnav:hover {
	color: #FF0000;
}
a.topnav:active {
	color: #A19585;
}

a.topnavchecked {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.topnavchecked:visited {
	color: #FF0000;
}
a.topnavchecked:hover {
	color: #FF0000;
}
a.topnavchecked:active {
	color: #FF0000;
}

a.menulink {
	color: #5B5245;
	text-decoration: none;
	background-color: #F7F6F4;
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menulink:visited {
	color: #5B5245;
}
a.menulink:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a.menulink.hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a.menulink:active {
	color: #5B5245;
}

a.mailto {
	color: #5B5245;
	text-decoration: none;
}
a.mailto:visited {
	color: #5B5245;
	text-decoration: none;
}
a.mailto:hover {
	color: #FF0000;
	text-decoration: none;
}
a.mailto:active {
	color: #5B5245;
	text-decoration: none;
}

a.vision {
	color: #5B5245;
	text-decoration: none;
}
a.vision:visited {
	color: #5B5245;
	text-decoration: none;
}
a.vision:hover {
	color: #5B5245;
	text-decoration: none;
}
a.vision:active {
	color: #5B5245;
	text-decoration: none;
}

a.interest {
	color: #5B5245;
	text-decoration: none;
}
a.interest:visited {
	color: #5B5245;
	text-decoration: none;
}
a.interest:hover {
	color: #FF0000;
	text-decoration: none;
}
a.interest:active {
	color: #5B5245;
	text-decoration: none;
}

.visiontext {
	background-color: #F7F6F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	padding: 0 4px 0 0;
	margin: 0;
}
.visionlisttext {
	color: #5B5245;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0 4px 0 0;
	margin: 0;
}
.brodtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5B5245;
}
p {
	/*
	padding-top: 12px;
	*/
	padding-top: 0;
	padding-left: 24px;
	padding-right: 40px;
	margin: 0 0 14px 0;
}

.newstitle {
	}

.news {
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5B5245;
}
.newsbottom {
	background-image: url(../gfx/bilder/nyhetsknuff_kontakta_oss.gif);
	height: 51px;
	width: 217px;
}

.submitus2 {
	width: 210px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-right: 0px;
}

.submitus {
	background-image: url(../gfx/bilder/bakgrund_yta.gif);
	width: 210px;
	border-top: 1px solid #E1DCD5;
	border-bottom: 1px solid #E1DCD5;
	margin-right: 7px;
}
.rightline{
	background-image: url(../gfx/bilder/streck_ruta.gif);
	width: 217px;
	height: 3px;
}
.rightbottom {
	background-image: url(../gfx/nyhetsknuff.gif);
	height: 27px;
	width: 217px;
}
textarea {
	width: 193px;
	height: 100px;
	padding-left: 12px;
	border: 0;

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5B5245;
}
input {
	border: 1px solid #E1DCD5;
	margin-right: 5px;
	background-color: white;

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5B5245;
}
.emailsubmit {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.noborder {
	border: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 24px;
	color: #FF0000;
	margin: 0 0 14px 0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	padding-top: 0px;
	padding-left: 24px;
	padding-bottom: 12px;
	margin: 0 0 14px 0;
}

.leftpadd {
	padding-left: 24px;
}

/*
  Converting from capitex
*/
.litenfet {
	color: #5B5245;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.brodtextfet {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

.litenverdana {
	color: #5B5245;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.interestarea {
	width: 290px;
	height: 100px;
	padding-left: 12px;
	border: 1px solid #E1DCD5;

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5B5245;
}

.formbuttonadjust{
	padding-right: 74px;
	padding-top: 4px;
	text-align:right;
}
.red {
	color: #FF0000;
}.hogerbox {
	float: right;
	height: 376px;
	width: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: none;
}
.bildleft {
	height: auto;
	width: 175px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}