body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url("../images/backgrounds/mainbg.gif");
	background-repeat: repeat;
	}	

div#wrapper {
	width: 940px;
	margin: auto;
	margin-top: 0px;
	background-color: #fff;
	}

div#logocontainer{ 
	width: 920px;
	height: 125px;
	margin: auto;
	margin-top: 0px;
	background-image: url("../images/backgrounds/logobg.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	} 

div#topleft { 
	width: 460px; 
	background: #fff; 
	float: left; 
	padding-top: 44px;
	} 

div#topright{ 
	width: 460px; 
	background: #fff; 
	float: right;
	text-align:right;
	padding-top: 78px;
	}
	
.eio{ padding-right: 15px;}
.toplogo{ padding-left: 15px;}



/*Misc*/

.readmore {
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	}


.spacer {
	width: 100px;
	height: 10px;
	margin: 0 auto;
	}


a:link, a:active, a:visited {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #240700;
	text-decoration: underline;
	}
	
a:hover {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	}

.class2 a:link { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, Arial; text-decoration: none;}
.class2 a:active { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, Arial; text-decoration: none;}
.class2 a:visited { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, Arial; text-decoration: none;}
.class2 a:hover { font-weight: normal; font-size: 10px; color: #f08b2b; font-family: Verdana, Arial; text-decoration: none;}

.class3 a:link { font-weight: normal; font-size: 9px; color: #240700; font-family: Verdana, Arial; text-decoration: underline;}
.class3 a:active { font-weight: normal; font-size: 9px; color: #240700; font-family: Verdana, Arial; text-decoration: underline;}
.class3 a:visited { font-weight: normal; font-size: 9px; color: #240700; font-family: Verdana, Arial; text-decoration: underline;}
.class3 a:hover { font-weight: normal; font-size: 9px; color: #999; font-family: Verdana, Arial; text-decoration: underline;}

/*Navigation*/

div#menu{
	overflow: hidden;
	width: 920px;
	height: 30px;
	margin: 0 auto;
	background-image: url("../images/backgrounds/navigationbg.gif");
	background-repeat: repeat-x;
	background-position:top;
	}
	
#navlist li a:link, #navlist li a:active, #navlist li a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


#navlist li a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}


#navlist
{
list-style-type: none;
margin: 0;
padding: 0;

}

#navlist li
{
border-left: 1px solid #dddddd;
float: left;
line-height: 1.1em;
margin: 0px 5px 5px -5px;
padding: 0 20px 0 20px;
}


#navcontainer{
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
	}

/*left navigation*/

#leftnavcontainer{ padding-top: 20px;}



#leftnavlist
{
width:190px;
padding-left: 20px;
list-style: none;
}



#leftnavlist li {
margin-top: 0px;
	margin-left: 10px;
	list-style-image:url("../images/backgrounds/arrow.gif");
	padding: 0.3em;
	border-bottom: 1px dotted #666;}




#leftnavlist li A:link { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, sans-serif, Arial; text-decoration: none;}
#leftnavlist li A:active { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, sans-serif, Arial; text-decoration: none;}
#leftnavlist li A:visited { font-weight: normal; font-size: 10px; color: #666; font-family: Verdana, sans-serif, Arial; text-decoration: none}
#leftnavlist li A:hover { font-weight: normal; font-size: 10px; color: #f08b2b; font-family: Verdana, sans-serif, Arial; text-decoration: none;}


#contact{
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	}

#contactheader {
margin:auto;
width: 620px;
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial, Verdana; 
	color: #000;
	line-height:100%; 
	word-spacing:0; 
	margin-top:0px; 
	margin-bottom:20px;	}	



/*Effects*/

a img { text-decoration: none; border: 0 none;}

object { outline:none; }

a { outline: none;}

.opacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
	display: inline; 
	}

.opacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	opacity:0.5;
	display: inline; 
	}

#dotspacer {
	margin:auto;
	width: 880px;
	height: 10px;
	border-top: 1px dotted #999;
	}

#filloutspacer {
	width: 1px;
	height: 100px;
}
	
.photo{
	float: left;
	padding-right: 20px;}
	
.contactright{
	padding-top: 60px;
	padding-bottom: 40px;}		

p { margin-top: 12px; margin-bottom: 12px;}	

/*Puffar*/

#teasers {
margin:auto;
width: 880px;
margin-top: 10px;
	}


.t-long {
	width: 439px;
	float: left;
	border-right: 1px dotted #999;
}

.t-short {
	width: 219px;
	float: left;
	border-right: 1px dotted #999;
}

.t-short2 {
	width: 220px;
	float: left;
}


.teaserbox-long {
margin:auto;
width: 400px;
height: 317px;
	}

.t1 {
	width: 219px;
	float: left;
	border-right: 1px dotted #999;
}

.t2 {
	width: 220px;
	float: left;
}

.teaserbox {
margin:auto;
width: 180px;
height: 317px;
	}	

.teaserbox-Special-Right {
	padding-left: 19px;
margin:auto;
width: 199px;
	}

#divisions {
margin:auto;
width: 630px;
}

.divisionbox {
	width: 210px;
	float: left;
}

.divisioncontent {
margin:auto;
width: 180px;
}

.divisioncontentmiddle {
margin:auto;
width: 200px;
}





/*Nested Lists*/
#nested {
	font-size: 100%;
	font-weight: bold;
	list-style:none;
	margin-left:0;
	padding-left:0px;
	}
	
#nested li ul {
	font-size: 100%;
	font-weight: normal;
	margin-left: 7px;
	padding-left: 7px;
	list-style:disc;
	}


/*Content*/

div#topimage{ 
	width: 920px;
	height: 150px;
	margin: auto;
	margin-top: 0px;
	border-top: 0px solid #fff;
	border-bottom: 4px solid #fff;
	}

div#content { 
	width: 920px;
	margin: auto;
	margin-top: 0px;
	}
	
div#textboxpadding{ 
	padding-right: 30px;
	padding-left: 30px;
	}
	
div#textbox{ 
	padding-left: 30px;
	}
	
div#textbox2{ 
	padding-left: 30px;
	padding-right: 30px;
		padding-top: 70px;
		padding-bottom: 30px;
	}
				
	
.innerleft { 
 	width: 240px;
	background-color:#f6f6f6;
	
	} 

.innerright { 
	width: 430px; 
	background-color:#fff;
	padding-top: 70px;
	padding-bottom: 40px;
}

.innerrightimage { 
	width: 250px; 
	background-color:#fff;
}

.contactright { 
	width: 680px; 
	background-color:#fff;
		padding-top: 70px;
}


.privateinnerleft { 
 	width: 240px;
	
	} 

.normaltext {
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height:16px;
}

.strongtext {
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666;
	line-height:16px;
}


h1 {
	font-weight: bold; 
	font-size: 22px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #212121; 
	line-height:120%; 
	word-spacing:-2px; 
	margin-top:0px; 
	margin-bottom:30px;
	}

h2 {
	font-weight: bold; 
	font-size: 20px; 
	font-family: Arial, Verdana; 
	color: #000;
	line-height:120%; 
	word-spacing:0; 
	margin-top:0px; 
	margin-bottom:20px;
	}

h3 {
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, ; 
	color: #000;
	line-height:14px; 
	word-spacing:0; 
	margin-top:10px; 
	margin-bottom:10px;
	}	

h4 {
	font-weight: bold; 
	font-size: 16px; 
	font-family: Arial, Verdana; 
	color: #7a7a7a	;
	line-height:120%; 
	word-spacing:0; 
	margin-top:0px; 
	margin-bottom:20px;
	}	
	
h5 {
	font-weight: bold; 
	font-size: 16px; 
	font-family: Arial, Verdana; 
	color: #000;
	line-height:140%; 
	word-spacing:0; 
	padding-top:5px; 
	margin-bottom:0px;
	}	
	
/*intro*/

#intro {
	height: 388px;
	padding: 0px;
	width: 920px;
	border-bottom: 1px solid #fff;
	
}
#divLeft {
	width: 510px;
	height: 388px;
	float: left;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #212121;
}
#divRight {
	height: 388px;
	width: 410px;
	float: left;
	background-image: url("../foretag/images/intro.jpg");
	background-repeat: no-repeat;


}

.referens-Left {
	width: 638px;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #212121;
	border-right: 1px dotted #ccc;
}

.referens-Right {
	width: 300px;

}


#referens-Left-content {
	width: 588px;
	margin: auto;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #212121;
}


#referens-Right-content {
	width: 250px;
	margin: auto;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #212121;
	padding-bottom: 50px;
}

.allref {

	width: 210px;
	border-bottom: 1px #ccc dotted;
	padding: 5px;
	text-align:left;}

#introtext {
	margin-top: 110px;
	width: 465px;
	word-spacing:-1px;
	padding-left: 25px;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #212121;
}


#privateLeft {
	width: 240px;
	float: left;
	padding-top: 0px;
}
#privateRight {

	width: 680px;
	float: left;
	padding-top: 70px;
}

#privateRightcontent{
	width: 630px;
	margin: auto;
	padding-bottom: 20px;
		border-bottom: 1px dotted #ccc;
}

#privateRighbox{
padding-top: 20px;
	width: 630px;
	margin: auto;
}

#privateRightboxLeft {
padding-top: 10px;
	width: 360px;
	float: left;
}
#privateRightboxRight {
	padding-top: 10px;
	width: 269px;
	float: left;
	border-left: 1px dotted #ccc;
}

#private-Right-boxLeft-content {
margin:left;
width: 340px;
}
#private-Right-boxRight-content {
margin:auto;
width: 210px;
}



/*Footer*/

div#tail {
	width: 920px;
	height: 90px;
	background-color:#004f83;
	margin: auto;
	padding-bottom: 0px;
	border-bottom: 10px solid #fff;
}

div#address {
	width: 900px;
	margin: auto;
	font-weight: normal; 
	font-size: 9px; 
	font-family: Verdana, Arial; 
	color: #333; 
	text-align:right;
	padding-top: 10px;
	padding-bottom: 20px;

}

.container{ 
	width: 880px;
	margin: auto;

} 

.taillogo{ 
float: left; 
padding-right:20px;
padding-top:25px; 
}

.innerdiv{ 
float: left; 
padding-right:20px;
padding-top:33px; 
}



.rot {
	float: right;
	padding-left: 2px;
	padding-top: 10px;
}

#rotavdrag{
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #212121;
	}

.alignRight {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 0px;
}


.date {
	font-family: Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #ccc;
}
