@charset "utf-8";
/* CSS Document */

/*Stil för template för sidan*/
body{
	background: #eaeaea url(../images/bg_back.jpg) repeat-x;
}
	
.top_border{
	
	/*background-image:url('../images/bg_top.jpg');*/
	background-repeat:repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	vertical-align:top;
	background-color:#FFFFFF;

	
}

.skugga{
	background-image:url(../images/skugga.png);
	background-repeat:repeat-y;
	width:106px;
	min-height: 220px;
	vertical-align: top;
	padding-top: 0px;
}

.skugga_left{
	background-image:url(../images/skugga_left.png);
	background-repeat:repeat-y;
	width:106px;
	min-height: 220px;
	vertical-align: top;
	padding-top: 0px;
}

.skugga_left_right{
	background-image:url(../images/skugga_left_right.png);
	background-repeat:repeat-y;
	width:106px;
	min-height: 220px;
	vertical-align: top;
	padding-top: 0px;
}


.menu{
	
	/*background-image:url('../images/bg_top.jpg');*/
	background-repeat:repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	/*border-bottom:8px solid #1b2f48;*/
	padding-bottom: 4px;
	background-color: #1B2F48;
	color:white;
	

	
}

.bottom_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

.box_front_page {
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height: 200px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top: 0px;
	vertical-align: top;
	
}

/*Stil för länkar på sidan*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

/*Stil för template admin */
.admin_menu{
	min-height:400px;
	vertical-align:top;
	border-right:1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000000; 	
}


/*stil för rubrik och infosidor statiska*/
.overskrift_stor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#247e9f;
	padding-left:20px;
	padding-top:10px;
}

.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b4076;
	padding-left:20px;
	padding-top:5px;
}
	
.info_box_katrineholm{
	/*background-color:#d8dbde;*/
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-y;
	border:1px solid black;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width: 990px;
	margin-left: auto;
	margin-right:auto; 
}

.text_infobox_katrineholm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0b4076;
}

.info_box_style{
	/*border-bottom: 20px solid #1b2f48;*/
}


/*div för nyheter*/
.aktuellt
{
	padding-left: 20px;
	width: 400px;
	
}

.aktuellt_overskrift{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#247e9f;
	border-bottom:1px dotted #247e9f;
	
}

.aktuellt_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#247e9f;
	
}

.aktuellt_cell1{
	border-left: 1px solid black;
	background:#D8DBDE;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	border-bottom:1px dotted #247e9f;
}

.aktuellt_cell2{
	border-right: 1px solid black;
	background:#D8DBDE;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:10px;
	border-bottom:1px dotted #247e9f;
}
.aktuellt_cell3{
	
	background:#D8DBDE;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #247e9f;
}
.aktuellt_cell4{
	
	border-left: 1px solid black;
	background:#D8DBDE;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #247e9f;

}

.aktuellt_cell5{
	border-right: 1px solid black;
	background:#D8DBDE;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #247e9f;
}


	
	
