/* CSS Document */
/* General */
body, td, th, input { /* redundant rules for bad browsers  */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-size: small;
		voice-family: "\"}\"";
		voice-family: inherit;
}

h1, h2, h3, h5, h6 {
	margin: 0.4em 0 0.2em 0;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin: 0.8em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

#header h1 { border: 0; }

h1 { font-size: 280%; font-weight:normal; line-height: 110%;}
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-weight: bold; text-transform:uppercase;}
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }


img { border: 0; }

a {
	text-decoration: none;
}

a:hover{text-decoration:underline;}
a:link { color: #000; }
a:visited { color: #000; }

body{
	margin:0px;
}

/* container */
#container {
	width: 770px;
}

#detaljcontainer {
	width:415px;
	margin: 0px 168px 25px 180px;
}

#widecontainer {
	width:578px;
	margin: 0px 168px 25px 20px;
}

/* Huvudet */
#top h1 span/*, .structurallabel*/ {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#top {
	color:#000;
	background: url(../img/head_1.jpg) #CD242F no-repeat top right;
	width:760px;
	height:88px;
	padding:8px 0px 0px 10px;
}

#top h1 {
	padding: 0px;
	margin: 0px;
	height: 80px;
	width: 528px;
	background: url(../img/logo.gif);
}

/* Huvudmeny */
#navcontainer{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:30px;
	width:770px;
	background: url(../img/meny_back.gif) top repeat;
	display:inline;
}

#navlist{
	padding: 7px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	height:22px;
	float:left;
	background: url(../img/meny_back_devider.gif) top repeat;
}


#navlist li {
	list-style: none;
	margin: 0px 1px 0px 0px;
	display: inline;
}

#navlist li a {
	padding: 6px 8px 6px 8px;
	border: 1px solid #DEDBD0;
	border-bottom: 1px solid #fff;
	background: url(../img/meny_back_devider.gif) repeat top;
	text-decoration:none;
	font-weight:bold;
	
}

#navlist li a:link { color: #FFF; }
#navlist li a:visited { color: #FFF; }

#navlist li a:hover {
	text-decoration: underline;
}

#navlist li a#current {
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #999;
	background: url(../img/meny_back_marked.gif) #999999;
}

/* Undermeny */
#meny_level_2{
	float:left;
	width:765px;
	padding:5px 0px 5px 5px;
	background-color:#999;
	margin-bottom:10px;
	font-size:85%;
}

#pipelist {
   overflow: hidden;
   width: 750px;
   }

#pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }
   
#pipelist li {
   border-left: 1px solid #FFF;
   float: left;
   margin: 0 .5em 0 -.2em;
   padding: 0 .5em 0 .8em;
} 
   
#pipelist li a{
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
} 

#pipelist li a:hover{
	color:#FFF;
	text-decoration:underline;
}


#pipelist li a#current{
	font-weight:bold;
}

/* Right banners */
.right_banner{
	width:150px;
	height:165px;
	background-color:#CD242F;
	margin:0px 0px 5px 2px;
	float:right;
} 

.right_banner_text a {
	height:14px;
	width:142px;
	padding:1px 3px 0px 5px;
	color:#FFFFFF;
	background-color:#CD242F;
	float:left;
	font-size:xx-small;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline;
	background: url(../img/pil-team.gif) no-repeat #CD242F right ;

} 

.right_banner_text a:hover{
	text-decoration:none;
	background: url(../img/pil-team.gif) no-repeat #CD242F right ;
} 

.right_banner_text a:visited{
	color: #FFF;
	background: url(../img/pil-team.gif) no-repeat #CD242F right ;
} 

/* cols */
#leftcontent {
	float: left;
	width: 162px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#rightcontent {
	float: right;
	width: 162px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent {
	width:378px;
	border-left: 1px solid gray;
	margin: 0px 168px 25px 180px;
	padding: 0px 18px 25px 18px;
}

#maincontent_detalj {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 0px 18px 25px 18px;
	float:left;
}	

#maincontent_detaljbild{
	float:left;
	margin-bottom:10px;
}

#widecontent{
	padding: 0px 20px 25px 15px;
	float:left;
	border-right: 1px solid gray;
}

#widecontent p{
	padding-right:75px;
}

#startpagebanner_container{
	background-color:#C6A137; 
	float:left; 
	margin:0px 0px 25px 0px; 
	display:inline;
}

#startpagebanner_img{
	float:left;
	margin-bottom:10px;
	width:370px;
	margin: 0px 0px 0px 0px;
	display:inline;
	background-color:#C6A137;
}

#startpagebanner_text{
	width:150px;
	height:135px;
	margin:0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float:right;
	font-size:75%;
}

#infotext{
	width:150px;
	margin:0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	float:right;
	font-size:75%;
}

.infotext_rubrik{
	font-size:120%;
	font-weight:bold;
}

/* listcontent */
.list_head{
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 5px;
	border:solid 1px #999;
	width:142px;
}

.list_content{
	margin:0px 0px 0px 0px;
	padding:5px 2px 2px 5px;
	width:143px;
	font-size:75%;
}

.list_facts{
	margin:5px;
	padding:8px;
	font-size:75%;
	background-color:#eee;
	border: 1px solid black;
	float:right;
}

.list_content_rubrik{
	font-weight:bold;
}

/* imagelist */
#imagelist{
	font-size:75%;
	font-weight:bold;
	margin:0px 0px 0px 12px;
}

#imagelist p{
	padding:0px 0px 15px 0px;
	margin:0px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	border-top: 1px solid #CD242F;
}

