/* CSS Document created by informo.se */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 62.5%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.8em;
}



#container {
	width: 980px;
	margin: 0 auto;
}

#sidhuvud {
	clear: both;
	width: 930px;
	padding: 30px 50px 0px 0px;
	text-align: right;
}
img {
	border: none;
}

#kolumncontainer {
	width: 880px;
	background-image: url(bilder/bgd-main.png);
	height: 480px;
	padding: 50px;
}

#kolumn1 {
	float: left;
	width: 340px;
	height: 480px;
 }
 
 
 #kolumn2 {
	float: left;
	width: 310px;
	text-align: left;
	padding: 0px 20px 20px 30px;
	height: 460px;
	border-right: 1px solid #ccc;
	overflow: auto;
	font-size: 120%;
 }
 
 
 #kolumn3 {
	float: left;
	width: 155px;
	text-align: left;
	padding: 30px 0px 0px 20px;
	height: 450px;
	font-size: 125%;
	color: #666666;
	background-color: transparent;
 }




#sidfot {
	clear: both;
	padding: 10px 0px 30px 50px;
	width: 930px;
	text-align: left;
 }
 
 






/* LÄNKAR */

a {
	text-decoration: none;
	color: #001E4A;
}

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


a img {
	border-bottom: 0;
}






/* LIST*/

ul {
	padding: 0px 0px 10px 10px;
	list-style-type: circle;
}

li {
	padding: 0px 0px 5px 0px;
}


#kolumn3 ul {
	padding: 0px 0px 0px 10px;
	list-style-type: circle;
	font-variant: small-caps;
}

#kolumn3 li {
padding: 0px 0px 5px 0px;
}



/* TABELL */






/* RUBRIKER */

h1, h2, h3, h4{
	font-weight: normal;
	color: #001E4A;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}


h1 {
	font-size: 200%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}
hr {
	color: #CCCCCC;
	margin: 40px 0px 40px 0px;
}


p {
	padding-bottom: 10px;
}

.p_big {
	padding-bottom: 10px;
	font-size: 110%;
}
