﻿/* egenskaper för hela dokumentet 


*/

*{
	margin:0px;
	padding:0px; 
	border:0px;
	font-family:Verdana, Arial, Trebuchet, Geneva, Helvetica, sans-serif; 
	font-size:12px;
	color: #666666;
	

}



/* slut  */

body {
	overflow: scroll;
		background-color:#fff;

} 


/** meny **/
#meny {

	height: 40px;
	position:absolute;
	left:7px;
	top:136px;
	width: 955px;
	background: #1b4586;
	white-space: nowrap;

}



/** dropdown meny **/


#menu
	{	
	margin: 0;
	padding: 0;
	z-index: 300;
	width:100%;
	font-size: 12px;
	}

#menu li
	{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:12px;
	}

#menu li a
	{
	display: block;
	margin: 0 0px 0 0;
	padding: 8px 20px 8px 20px;
	background: #1b4586;
	color: #e4e4e4;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	}

#menu li a:hover
	{
	color: #ffffff;	
	background: #00447c;
	}

#menu div
	{
	position: absolute;
	visibility: hidden;
	margin: 0;
	background: #1b4586;
	border:none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom:6px;
	padding-left: 0;
	}

#menu div a
	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #00447c;
	color: #e4e4e4;
	font-size: 12px !important;
	}

#menu div a:hover
	{	
	background: #00447c;
	color: #FFF;
	}



/** meny slut **/

/** Länkar -----------------------------------------------------------------------------------**/

a:link {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	text-decoration:underline;}

a:hover {
	color:#00447c;
	text-decoration:underline;
}

a:active {
	color:#00447c;
	text-decoration:underline;
}


/** --------------------------------------------------------------------------------------------**/


a.litenlank:link {
	color:#e4e4e4;
	font-size:9px;
	text-decoration:none;
}
a.litenlank:visited {
	color:#e4e4e4;
	font-size:9px;
	text-decoration:none;}

a.litenlank:hover {
	color:#ffffff;
	font-size:9px;
	text-decoration:underline;
}

a.litenlank:active {
	color:#ffffff;
	font-size:9px;
	text-decoration:underline;
}





/** Länkar slut --------------------------------------------------------------------------------- **/




.farg{
	background-color:#f0f0f0;
	
}


div.container
{
	position:absolute;
	top:15px;
	left:50%;
	width:950px;
	margin-left:-475px;
	background-image: url(/img/containerbg.jpg);
	background-repeat: repeat-y;
}

div.containerIntro
{
	position:absolute;
	top:15px;
	left:50%;
	width:805px;
	margin-left:-400px;
	clear:both;	
}


div.mainbild
{
	margin-left:0px;
	clear: both;
}


div.innercontent
{
	float:left;
	margin-top:35px;
	margin-left:57px;
	margin-bottom:35px;
	width:900px;
	padding-top: 20px;
	font-size: 12px;
}



div.footer
{
	background: url(/img/footer.jpg) no-repeat;
	margin-top:10px;
	width:975px;
	font-size: 9px;
	text-align:left;
	padding-left: 20px;
	padding-top: 14px;
	color:#e4e4e4;
	float:left;
	height: 60px;
}

.footer p {color: #fff; font-size: 11px;}

.footer a {color: #c9d420;}

div.underlist
{

	float:left;	
	width:950px;
	background-image: url(/img/underlist_large.jpg);
	background-repeat: no-repeat;
	height:41px;

}

.bilden 
{
	float:left;
	width:360px;
	height: 360px;
}

.form 
{
	float:left;
	width:360px;
	border: #666666 1px solid;
	background-color: #F9F9F9;
	height: 550px;
	padding: 3px;
	
}



.centrerat
{
	
	margin-top:50%;
	text-align: center;
	
}

.input
{

	border: #666666 1px solid;

}

.texten
{
	float:left;
	width:436px;
	padding-left:35px;

}

.textenKontakt
{
	float:left;
	width:360px;
	padding-right:35px;
}



p 
{
	font-size:12px;
	line-height:13px;
	padding-bottom:15px;
}

p.small
{
	line-height:12px;
	padding-bottom:20px;
}


td
{
	vertical-align: top;
}

.dottedline
{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:20px;
}

p.radavstand
{
	line-height:15px;
}

h1
{
	font-size: 24px;
	padding-bottom:6px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}
#wrapper { width: 100%; text-align:center;}
#content { width: 950px; text-align: left; margin: 20px auto;  }
.newstitle {font-weight:bold;text-decoration:none;font-size:14px !important;}
.newstitle a {font-size: 14px;}
.newscontent {max-width: 800px;}
.addform {padding:10px;}