body {
	padding: 2em;
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
}
h1 {margin: 0 0 5px 0; font-size: 2.5em; color: #ccc; letter-spacing: 0.3em;}
h3 {margin: 10px 0 5px 0; font-size: 1.5em; font-weight:normal; letter-spacing: 0.1em;}
h4 {
	width: 250px;
	font-size: 1em;
	font-weight: bold;
	background-color: #ec008c;
	padding-left: 5px;
	margin: 10px 5px 10px 0px;
	border-right-width: 10px;
}
p {margin: 0 0 5px 0;}
img {border: 0px;}

a{ border-bottom: 1px dotted #000000; text-decoration: none;}
a:link{color: #666;}
a:visited{ color: #666;}
a:hover{text-decoration: none;}

a.logga { text-decoration:none; border:none;}
a.logga:link {text-decoration: none; border:none;}
a.logga:visited {text-decoration: none; border:none;} 
a.logga:active {text-decoration: none; border:none;}
a.logga:hover {text-decoration: none; border:none;}

.punktlista
{ list-style-type: disc}
#underrubrik	{	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:  bold ;
	color: Black 
	}
#mellanrubrik	{	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:  bold ;
	color: #fff;
	}		

/* sidlayout */
#layout {width: 700px; margin-right: auto; margin-left: auto;}
#sidhuvud {
	widht: 700px;
	height: 112px;
	margin: 0;
	background-color: #999;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#kolumncontainer{
	float: left;
	width: 698px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
#kolumn1 {
	float: left;
	width: 670px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
	}
#kolumn2 {
	float: left;
	width: 300px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
	}
#kolumn3 {
	float: left;
	width: 300px;
	padding-left: 50px;
	margin-top: 50px;
	line-height: 1.8em;
	padding-bottom: 30px;
	
}
#kolumn4 {
	float: left;
	width: 300px;
	line-height: 1.8em;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
	}

#sidfot {
	clear: both;
	padding: 10px;
	height: 30px;
	background-color: #999;
}
#bot_box1 {width:140px; float:left}
#bot_box2 {width:170px; float:left}
#bot_box3 {width:150px; float:left}

/* meny */
#menycontainer ul{
	margin-left: 80px;
	padding: 5px;
	float: left;
	width: 320 px;
	background: #999;
	margin-top: 10px;
	}
#menycontainer li{
	display: inline;
	}
#menycontainer ul a{float: left; text-decoration: none; padding: 0.3em 0.8em 0.3em 0.8em;}
a.meny { text-decoration: none; border:none; font-size: 0.9em; font-weight:bold;}
#menycontainer a.meny:link{color: #ffffff;}
#menycontainer a.meny:visited{color: #ffffff;}
#menycontainer a.meny:hover{color: #ec008c;}
#menycontainer a.meny#current{border-bottom: 2px dotted #ec008c;}
