body {
	padding: 0; /* behövs alltid!! */
	margin: 0; /* sidans marginaler */
	text-align: center;  /* centrerar layouten 1 - för äldre webläsare  */
	background-color: #FFFFFF;
	color: #2C2618;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	background-color: inherit;
}

h1 {
	font-size: 1.6em;
}
.avdelare {
	float: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 15px;
}
#abtop {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: right;
	padding-top: 40px;
	width: 950px;
	height: 80px;
	position: relative;
	clear: both;
}

#lefttext {
	float: left;
	position: absolute;
	top: 256px;
	left: 46px;
	width: 523;
	height: 86;
}


.logo {
	float: left;
	padding-left: 32px;
	padding-top: 10px;
	position: relative;
}





h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.33em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.2em;
	margin-bottom: -5px;
	margin-top: 30px;
}
h5 { font-size: 1.6em; }

p {
	margin: 0 0 15px;
	font-size: 1em;
	line-height: 130%;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.cleartopmargin { margin-top: 0; }
.kursiv { font-style: italic; }
.center { text-align: center; }

a {
	color: #000066;
	background-color: inherit;
	text-decoration: none;
	outline: 0;
}
a:visited { color: #000066; background-color: inherit; }
a:hover {
	color: #172436;
	background-color: inherit;
	text-decoration: underline;
}
a img { border: none; }

a.mix:link { color: #000000; background-color: inherit; text-decoration: none; font-size: 0.8em; }
a.mix:visited { color: #000000; background-color: inherit; text-decoration: none; font-size: 0.8em; }
a.mix:hover { color: #A9C6E2; background-color: inherit; text-decoration: none; font-size: 0.8em; }

#layout {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sidhuvudstart {
	width: 950px;
	height: 140px;
}
#menutable {
	padding-right: 54px;
	width: 896px;
	position: relative;
	float: left;
	height: 31px;
	clear: both;
}



#greenheader {
	float: left;
	height: 282px;
	clear: both;
	position: relative;
	background-image: url(../img/green_header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: 6px;
}
#redheader {
	width: 100%;
	float: left;
	height: 282px;
	clear: both;
	position: relative;
	background-image: url(../img/red_header.jpg);
	background-repeat: no-repeat;
	background-position: 6px;
}
#blueheader {
	width: 100%;
	float: left;
	height: 282px;
	clear: both;
	position: relative;
	background-image: url(../img/blue_header.jpg);
	background-repeat: no-repeat;
	background-position: 6px;
}




#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	clear: both;
	position: relative;
}


#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

.menuactive {
	background-image: url(../img/menu/active.png);
	background-repeat: no-repeat;
}
.menunoactive {
	background-image: url(../img/menu/off.png);
	background-repeat: no-repeat;
}

.on a{
	width: 137px;
	color: #6699FF;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.off a{
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#navlist a
{
	background-image: url(../img/menu/off.png);
	background-repeat: no-repeat;
	float: left;
	width: 137px;
	text-align: center;
	height: 22px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topborder {
	float: left;
	height: 7px;
	width: 949px;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	background-image: url(../img/menu/hover.png);
	color: #333333;
	background-repeat: no-repeat;
}

#active a:link, #active a:visited, #active a:hover
{
	background-image: url(../img/menu/active.png);
	color: #3A90E7;
	background-repeat: no-repeat;
}





#kolumncontainer {
	width: 100%;
	background-color: #FFFFFF;
	color: inherit;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(../img/bg_main.gif);
}

#left {
	width: 475px;
	float: left;
	padding-left: 88px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 120px;
	background-image: url(../img/bg_left.gif);
	background-repeat: no-repeat;
	background-position: 46px 0px;
}
#left p{
	padding-left: 30px;
	padding-right: 60px;
	line-height: 140%;
	width: 350px;

}
#titeltexter {
	font-size: 0.95em;
	line-height: 100%;
	color: #333333;
}

#left h1{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;

}
#left h2{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;

}


#main {
	float: left;
	width: 430px;
	padding-top: 50px;
	padding-left: 10px;
}


}
#maincontent { padding: 30px 0px; } 

#right {
	float: right;
	width: 377px;
	background-image: url(../img/bg_right.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#right p{
	width: 240px;
	padding-left: 40px;
	line-height: 140%;
	font-size: 0.95em;
}
#right h2{
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 5px;

}
#righttext {
	float: right;
	position: absolute;
	left: 573px;
	top: 256px;
}





ol {
	list-style-type: circle;
	line-height: 120%;
	font-size: 1em;
	padding-left: 50px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #176CC1;
	padding-right: 50px;
	width: 300px;
}

#menybox {
	font-size: 1em;
	margin-bottom: 30px;
	width: 245px;
	padding-left: 40px;
	padding-top: 15px;
}
#menybox h2 { margin: 0 0 0 18px; padding: 0; font-size: 1.16em; }
#menybox h2 { position: absolute; left: -10000px; } 
#menybox ul { list-style-type: none; margin: 0; padding: 0; } 
#menybox li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../img/avdelare.gif);
} 
#menybox a, #menybox span {
	display: block;
	color: #000;
	background-color: inherit;
	text-decoration: none;
	height: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/avdelare.gif);
	background-repeat: no-repeat;
}
#menybox a:hover, #menybox span#aktuell {
	color: #C2599B;
}

#sidfot {
	width: 100%;
	color: #000000;
	clear: both;
	height: 30px;
	background-image: url(../img/bg_sidfot.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 40px;
	padding: 0px;
}
#sidfotcontent { text-align: center; padding: 7px 0px;}
#sidfotcontent p { margin: 0; font-size: x-small; }
#sidfotcontent a { padding: 5px 5px 0 5px; background-color: inherit; text-decoration: none; }
#sidfotmix {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}
		#menybox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 30px;
	background-color: #EBE8E2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
		
		#menybox1 ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: verdana, arial, Helvetica, sans-serif;
		}
		
		#menybox1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
} 
		
		#menybox1 a
		{
display: block;
color: #000; background-color: #EBE8E2;
text-decoration: none; 
height: 100%; 
padding: 5px 0 5px 15px;
		}
		
		#menybox1 a:hover
		{
			color: #000000;
			background-color: #F0F0F0;
			text-decoration: none;
		}
		
		#menybox1 ul ul li { margin: 0; }
		
		#menybox1 ul ul a
		{
			display: block;
			padding: 5px 5px 5px 30px;
			color: #000000;
			background-color: #F0F0F0;
			text-decoration: none;
		}
		
		#menybox1 ul ul a:hover
		{
			color: #000000;
			background-color: #FFFFFF;
			text-decoration: none;
		}
