﻿


.h1_sub {
	margin:0px;
	font-style:italic;
	margin-left:3px;
	color:black;
	letter-spacing:3px;

	display:block;
	width:100%;
	margin-bottom:20px;
}

.p_wrapper {
	margin-top:20px;
}

.text_container {
}

.text_container p {
	line-height:14px;
	letter-spacing:1px;
	margin-top:10px;
	margin-left:5px;
}

.text_container p:first-child:first-letter {
	font-weight:bold;
	font-size:16px;
	color:maroon;
}

#kontakt_info p {
	margin:5px;
}

#avdelning_kontakta h1 {
	color:#CC0000;
	font-size:26px;
	text-align:center;
	width:100%;
	
	padding-top: 42px;
}

#avdelning_kontakta h2 {
	color:white;
	width:100%;
	text-align:center;
}

/*Boxarna på index sidan*/

.indexbox_text p {
	line-height:12px;
	letter-spacing:1px;
	margin-top:5px;
	
}

.indexbox_text p:first-letter {
	font-weight:bold;
	font-size:16px;
	color:maroon;
}


/*Aktuellt******/

#aktuellt_wrapper {
	margin-top:25px;
}

.aktuellt_maintitle {

	font-size:12px;
	font-weight:bold;
	margin-top:15px;
}

.aktuellt_date {
	color:#C0C0C0;
	font-style:italic;
	margin-left:15px;
}

.aktuellt_text {
	line-height:14px;
	letter-spacing:1px;
	
	display:list-item;
	list-style:none;
	margin-top:5px;
	padding-left:10px;
}

#aktuellt_image {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	max-width:200px;
}

.aktuellt_text:first-letter {
	font-size:14px;
}

#aktuellt_senaste_container {
	margin:10px 10px 10px 10px;
	width:210px;
}

.aktuellt_senaste_maintitle {
	background:black;
	background-image:url('images/news_blackbg.jpg');
	background-position: top left;
	background-repeat:repeat-x;
	display:block;
	width:100%;
	padding:10px 20px 10px 20px ;
	
	color:white;
	font-size:12px;
	font-weight:bold;
}

.aktuellt_senaste_title {
	display:list-item;
	list-style:none;
	font-weight:bold;

}

.aktuellt_senaste_text {
	display:list-item;
	list-style:none;

	margin-top:5px;
	margin-bottom:5px;
	
	font-style:italic;
	color:gray;
	width:100%
}

.aktuellt_senaste_link {
	display:list-item;
	list-style:none;

}















