/* CSS Document created by informo.se */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 140%;
	font-size: 75%;
	background-color: #BFD862;
	text-align: center;
	background-image: url(bilder/bgd-main.png);
	background-repeat: repeat-x;
}



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

#sidhuvud {
	clear: both;
	width: 850px;
	height: 230px;
	background-image: url(bilder/bgd-top.png);
	background-repeat: no-repeat;
}

#logotyp {
	width: 350px;
	text-align: left;
	float: left;
	padding: 120px 0px 0px 100px;
}

#kolumncontainer {
	width: 650px;
	background-image: url(bilder/bgd-kolumn.png);
	background-repeat: no-repeat;
	padding: 20px 100px 0px 100px;
	min-height: 500px;
	height: 500px;
}

#kolumn1 {
	float: left;
	width: 440px;
	text-align: left;
 }

#kolumn2 {
	float: right;
	width: 180px;
	text-align: left;	
 }




#sidfot {
	clear: both;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #999999;
	text-align: left;
	height: 100px;
	font-size: 80%;
 }
 
 






/* LÄNKAR */

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #6E7B3A;
	font-weight: bold;
}


a img {
	border-bottom: 0;
}






/* LIST*/

ul {
	list-style-image: url(bilder/list.gif);
	padding: 0px 0px 15px 15px;
}

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


/* TABELL */






/* RUBRIKER */

h1, h2, h3, h4{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6E7B3A;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	background-color: transparent;
}


h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}


p {
	padding-bottom: 10px;
}

/* BILDJUSTERING */


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


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