/* CSS Document */


body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333;
	}
	
/* Centrera innehåll */	

#Wrapper {
	text-align:center;
	width:894px;
	margin:auto;
	}

#Ram { 
	text-align:left;
	background-color:#FFF;
	background-image:url(../imagetmpl/bg-border.jpg);
	}


/**** Sidhuvud ****/	

#Sidhuvud {
	width:850px;
	height:60px;
	padding-left:19px;
	padding-right:25px;
	background-image:url(../imagetmpl/bg-border-top.jpg);
	}

#Sidhuvud a:link, #Sidhuvud a:visited {
	text-decoration:none;
	color:#000;
	}
	
#Sidhuvud a:hover {
	text-decoration:underline;
	}

#Sidhuvud h5 {
	float:right;
	margin:24px 2px 0px 0px;
	font-size:12px;
	font-weight:normal;
	}



/**** Slut sidhuvud ****/	

/**** Innehåll ****/	

#Innehall {
	width:850px;
	height:auto;
	margin-left:19px; 
	margin-right:25px;
	}

#Hudvudmeny { 
	clear:both;
	width:850px;
	height:46px;
	background-color:#000;
	color:#FFF;
	font-stretch:ultra-expanded;
	font-size:12px;
	font-weight:bold;
	background-image:url(../imagetmpl/bg-menu.jpg);
	background-repeat:no-repeat;
	}

#Hudvudmeny .Upp:link, #Hudvudmeny .Upp:visited {
	display:block;
	float:left;
	width:136px;
	height:31px;
	padding-top:15px;
	background-image:url(../imagetmpl/bg-button.gif);
	text-align:center;
	color:#FFF;
	text-decoration:none;
	} 
	
#Hudvudmeny .Upp:hover {
	background-image:url(../imagetmpl/bg-button-hover.jpg);
	background-repeat:no-repeat;
	}

#Hudvudmeny .Ner:link, #Hudvudmeny .Ner:visited {
	display:block;
	float:left;
	width:136px;
	height:31px;
	padding-top:15px;
	background-image:url(../imagetmpl/bg-button-hover.jpg);
	text-align:center;
	color:#FFF;
	text-decoration:none;
	} 


#Banner {
	clear:both;
	width:850px;
	height:310px;
	border-top:1px solid white;
	}

#Undermeny {
	float:left;
	width:160px;
	padding-left:20px;
	margin-right:20px;
	line-height:22px;
	}

#Undermeny a:link, #Undermeny a:visited {
	text-decoration:none;
	color:#333;
	background-image:url(../imagetmpl/bullet-dot.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	}

#Undermeny a:hover {
	text-decoration:underline;
	}


#UndermenyHem {
	float:left;
	width:160px;
	padding-left:20px;
	margin-right:20px;
	line-height:22px;
	}

#UndermenyHem p {
	margin-top:0px;
	}


#Artikel {
	float:left;
	width:450px;
	min-height:450px;
	}

#ArtikelFull { 
	float:left;
	width:650px;
	}


h1 {
	margin-top:0px;
	font-size:18px;
	}	


h2 {
	height:20px;
	padding-left:4px;
	font-size:16px;
	background-color:#000;
	color:#FFF;
	}	

h5 {
	font-weight:bold;
	color:#900;
	font-size:14px;
	}

#Artikel p, #ArtikelFull p  {
	line-height:20px;
	}

#Artikel a:link, #Artikel a:visited {
	text-decoration:none;
	color:#FF9900;
	}
	
#ArtikelFull a:link, #ArtikelFull a:visited {
	text-decoration:none;
	color:#FF9900;
	}	

#Relaterat {
	float:left;
	width:180px;
	margin-left:20px;
	background-color:#F0F0F0;
	}

#Relaterat p {
	line-height:20px;
	padding:0px 10px 0px 10px;
	margin:5px 0px 5px 0px;
	}


#Relaterat h3 {
	margin:0;
	height:18px;
	padding:2px 10px 0px 10px;
	font-size:11px;
	background-color:#000;
	color:#FFF;
	border-bottom:2px solid #FFF;
	}

/* Slut innehåll */	


/**** Sidfot ****/	
	
#Sidfot {
	clear:both;
	width:845px;
	height:53px;
	padding-top:13px;
	padding-left:24px;
	padding-right:25px;
	background-image:url(../imagetmpl/bg-border-bottom.jpg);
	color:#FFF;
	font-size:11px;
	}

/**** Slut sidhfot ****/	


/**** Inställningar för fotoalbum ****/


#photo_table {
	border:0px solid #F0F0F0;
	}

#photo_header { 
	font-size:18px;
	height:0px;
	}
	
#photo_title {
	font-size:10px;
	}	

#photo_table td { 
	border-right:1px solid #FFF;
	}
	
/**** Slut inställningar för fotoalbum ****/

	

.flotLeft {
 	float:left;
	margin-top:9px;
	}

.flotRight {
	float:right;
	}

