@charset "iso-8859-1";
body, html  {
	height: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(images/bla.png) #FFF;
	background-repeat:repeat-x;
/*
	margin: 0;
	padding: 0;
*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {font-size:20px;}
h2 {font-size:18px;}

a {color:#2A69B3;text-decoration:none;}
a:hover {color:black;text-decoration:underline;}

#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg_bred.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-bottom: 1px solid #ddd;*/
} 
#header { 
	height:170px;
} 

#logo {
	float: left; 
	width: 150px; 
	padding: 0;
	margin: 35px 24px 24px 48px;
}

#nav { 
	float:right;
	text-align:right;
	padding-top:95px;
	margin-right:48px;
	border:0px solid black;
/*	*/
} 

#nav_main a { 
	display:inline-block;
	color:#000;
	font: 11px verdana;
	background:url(images/linkbg.png) top right no-repeat;
	padding: 7px 14px;
	text-decoration:none;
	margin:0;
/*	border-right: 1px solid #CCC; */
	font-weight:bold;
/*	border-right: 1px solid #999; */
}

#nav_main a:hover {
	color:#FFF;
	background:url(images/navbg_hover.png) no-repeat;
/*	border-right: 1px solid #999; */
}

#nav_main a.plainv {
	background:url(images/linkbgv.png) top right no-repeat;
}

#nav_main a.plainv:hover {
	background:url(images/navbgv_hover.png) no-repeat;
}

#nav_main a.plainh {
	background:url(images/navbgh.png) top right no-repeat;
	border-right:none;
}

#nav_main a.plainh:hover {
	background:url(images/navbgh_hover.png) top right no-repeat;
	border-right:none;
}



#nav_main a.selected {
	color:#FFF;
	background:url(images/navbg_hover.png) top right no-repeat;
}

#nav_main a.selectedv, #nav_main a.selectedv:hover {
	color:#FFF;
	background:url(images/navbgv_hover.png) top right no-repeat;
}

#nav_main a.selectedh, #nav_main a.selectedh:hover {
	color:#FFF;
	background:url(images/navbgh_hover.png) top right no-repeat;
	border-right:none;
}

#nav_main a.lang {
	display:inline-block;
	color:#000;
	font: 11px verdana;
	background:none;
	padding: 0;
	text-decoration:none;
	margin:0 0 5px 5px;
}

#nav_main a.lang:hover {
	background:none;
}






#nav_sub { 
	font: 11px verdana;
	text-align:left;
	padding-top:10px;
} 

#nav_sub a {
	font: 11px verdana;
	display:inline-block;
	color:#333;
	text-decoration:none;
	margin:0;
}

#nav_sub a:hover {
	color:#000;
	text-decoration:underline;
}

#nav_sub a.selected {font:bold;text-decoration:underline;}



#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0 24px 0 48px;
}

#mainContent { 
	float:right;
	width:584px;
	padding-bottom: 80px; /*Ändra även height och margin-top i #footer */
	margin-right:48px;
	/*margin: 0 15px 0 352px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 


#sidebarleft {
	float: left; 
	width: 195px;
	padding: 0 0 80px 0;
	margin: 24px 24px 0 48px;
}

#pageContent { 
	float:left;
	width:670px;
	/*
	height:300px;
	min-height:300px;
	*/
	border-left:1px solid #999;
	margin: 24px 0 80px 0;
	padding-left:24px;
/*	overflow:hidden;*/

}

#sidebarright {
	float: right; 
	width: 180px;
	padding: 0;
	margin: 24px 48px 0 24px;
}



#sidebarleft a {
	color:#666;
	font: 12px verdana;
	display: block;
	border-top: 1px solid #999;
	padding: 10px 0 10px 0;
	text-decoration:none;
}

#sidebarleft div.s {
	border-top: 1px solid #999;
}

#sidebarleft a.selected {
	font-weight:bold;
}

#sidebarleft a:hover {
	text-decoration:underline;
}


#footer {
	font: 7pt Verdana, Arial, Helvetica, sans-serif ;
	position: relative;
	height: 80px; /*Ändra även height och margin-top i #mainContent */
	clear:both;
	width: 960px;
	margin: 0 auto;
	margin-top: -80px; /*Ändra även height och margin-top i #mainContent */
	text-align:left;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.puff {
	width:280px;
	border: 1px solid #999; 
	overflow:hidden;
}

.puff h2 {
	display:inline-block;
	border-bottom: 1px solid #999;
	width:250px;
	text-transform:uppercase;
	/*color:#888;*/
	color:#000;
	font-size:14px;
	margin: 10px 15px 5px 15px;
	padding-bottom:10px;
}

.puff p {
	margin: 0 15px 15px 15px;
	line-height:130%;
}


.puff a {
	/*color:#666;
	text-decoration:none;*/
	color:#000;
	font-style:italic;
}
.puff a:hover {
	/*color:#666;*/
	text-decoration:underline;
}

.puff p.mer {
	margin-top:0;
	padding-top:0;
	display:block;
	font-weight:bold;
	text-align:right;
}

.puff a.mer {

}

#puff1 {
	height: 503px;
}

#puff2 {
	float:left;
	height: 150px;
}

#puff3 {
	float:right;
	height: 150px;
}

#bild {
	float:left;
	width:584px;
	height:329px;
	margin-bottom:24px;
	overflow:hidden;
}

#flash {
	float:left;
	width:584px;
	height:329px;
	background:#FFF;
	border:none;
	margin-bottom:24px;
	overflow:hidden;
}

#footer p {
	display:block;
	margin: 10px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer img {margin-top:4px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



