@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/body_bg.gif);						/*innehåller hela sajten.*/
	background-repeat: repeat-y;
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}

ul li {font-size: 12px; list-style-type: disc;  }

#content{									
	width: 750px;
}
#pagehead{																/*innehåller logga*/
	width: 748px;
	height: 104px;
	padding-bottom: none;
	margin-bottom: none;
	background-color:#999900;
	background-image: url(pictures/pagehead.jpg);
}



#column01{																/*innehåller menyn*/
	background-color:#cccccc;
	width: 180px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#column01 menu {														/*Det här är menyn*/
	width: 170px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;

}


#menu ul li{															/*Bestämmer menyns position*/
	padding-top: 15px;
}

#menu ul li a{															/*bestämmer text i menyn*/
	text-decoration: none;
	color: #000000;
	font-weight: bold; 
	
	font-size: 12px;
}

#column02 {																/*Innehåller rubriken som finns på varje sida*/
	background-color: white;
	width: 570px;
	/*height: 300px;*/
	border-top: 2px solid #cccccc;
	float: right;
	height: 60px;
	margin-top: none;
	padding-top: none;
	/*background-color:#00FF00;*/

}

#column02 h1{															/*Bestämmer utseende på rubriken som finns på varje sida*/
	
	font-weight:bold;
	color: #663300;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;


}
#column03{																/*Innehåller txtholder och picholder som finns på varje sida*/							
	width: 560px;
	border-top: 2px solid black;
	float: right;
	margin-top: none;
	background-color:white;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}

#column03 p {															/*bestämmer texten som finns i txtholder*/
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 3px;
}

.picholder_right {float: right; 	border:0px solid yellow; }			/*Bestämmer position på txtholder respektive picholder*/

.txtholder_left {
	width: 555px;
	float: left;
	border:0px solid red;
}

.picholder_left { float: left; }

.txtholder_right {width: 350px; float: right;} 
.picholder_left img {padding: 8px;}
.picholder_right img {padding: 10px;}
.picholder_tjanster { width: 200px; float: left;}
.picholder_tjanster img {padding: 3px; float: left; }

#column04{
	border-top: 1px solid black;										/*Innehåller text - bl a nyheter på index-sidan*/
	float: left;
	margin-top: 5px;
	/*background-color:#CC00FF;*/

}
#column04 p{															/*Bestämmer texten i ovan nämnda column*/
	color: black;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#column04 h4 {															/*Färgen på rubriken i nyheter*/
	color: #663300;
}

#pagefoot{																/*Bestämmer sidfoten*/
	background-color: none;
	width: 560px;
	text-align:center;
	float: right;
	margin-top: 10px;
	
}

#pagefoot p{															/*Bestämmer text i sidfot*/
	margin: 3px;
	font-size: 11px;
	text-align:center;
}

