/* CSS Document created by informo.se */

 * {
	margin: 0px;
	padding: 0px;
}
 
 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 180%;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(bilder/bgd.png);
	background-repeat: repeat-x;
}



#container {
	width: 900px;
	margin: 0 auto;
	background-image: url(bilder/bgd-main.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#horisontalmenycontainer {
	margin: 0 auto;
	width: 710px;
	height: 55px;
	clear: both;
}


#horisontalmeny {
	height: 55px;
	color: #FFFFFF;
	width: 500px;
	text-align: left;
	float: left;
}

#loggain {
	height: 55px;
	width: 160px;
	text-align: right;
	float: right;
}


#sidhuvudcontainer {
	margin: 0 auto;
	width: 700px;
	height: 230px;
	text-align: center;
}


#sidhuvud_logotyp {
	float: left;
	width: 380px;
	text-align: left;
	padding: 69px 0px 0px 0px;
}

#sidhuvud_bild {
	float: right;
	width: 300px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}




#kolumncontainer {
	margin: 0 auto;
	width: 700px;
	min-height: 375px;
	height: 375px;
	text-align: center;
}

#kolumn1 {
	float: left;
	width: 480px;
	text-align: left;
	padding: 5px 0px 0px 0px;
 }

#kolumn2 {
	float: right;
	width: 200px;
	text-align: left;
	padding: 8px 0px 0px 0px;
	line-height: 140%;
 }




#sidfot {
	clear: both;
	font-size: 85%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 0px;
	text-align: left;
 }
 
 
 #clear {
	clear: both;
	padding: 20px 0px 20px 0px;
 }






/* LÄNKAR */

a {
	text-decoration: none;
	color: #2A5D74;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}


a#current2 {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}


#horisontalmeny a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px 15px 10px 15px;
	float: left;
}

#horisontalmeny a:hover {
	text-decoration: none;
	color: #00316F;
	display: block;
	padding: 15px 15px 10px 15px;
	background-color: #FFFFFF;
}


#horisontalmeny a#current {
	text-decoration: none;
	color: #00316F;
	display: block;
	padding: 15px 15px 10px 15px;
	background-color: #FFFFFF;
}




/* LISTOR */

#horisontalmeny ul {
	
}

#horisontalmeny li {
	display: inline;
	list-style-type: none;
}


#kolumn2 ul {
	list-style-position: outside;
	list-style-image: url(bilder/plus.gif);
	list-style-type: none;
	padding-left: 15px;
}

#kolumn2 li {
	padding: 0px 0px 7px 0px;
}


#kolumn1 ul {
	list-style-position: outside;
	padding-left: 15px;
}

#kolumn1 li {
	padding: 0px 0px 0px 0px;
}


/* TABELL */






/* RUBRIKER */

h1, h2, h3, h4{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: transparent;
	color: #3A7A98;
}


h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}


p {
	padding-bottom: 15px;
}
strong {
	color: #666666;
}
.bold {
	color: #333;
	font-weight: bold;
}

/* BILDJUSTERING */


.floatleft { float: left; margin: 0px 5px 5px 0px; }


.floatright { float: right; margin: 0px 0px 5px 5px; }

