.huvudtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #0033cc;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a:visited {
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a:active {
	color: #0033cc;
	font-weight: normal;


	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif
}
a.huvudtext:link {
	color: #0033cc;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a.huvudtext:visited {
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a.huvudtext:active {
	color: #0033cc;
	font-weight: normal;


	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
a.huvudtext:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif
}
a.knapptext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d6642;
	background-color: #eff8f9;
}
a.knapptext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d6642;
	background-color: #eff8f9;
}
a.knapptext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d6642;
	background-color: #eff8f9;
}
a.knapptext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d6642;
	background-color: #eff8f9;
	text-decoration: underline overline;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
.rubrikcell {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8d6642;
}
.cellmedstreckunder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 8d6642;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 8d6642;
}

/* Stilmallar för olika DIV-taggar */
#logga {
	position:absolute;
	left:14px;
	top:13px;
	width:136px;
	height:143px;
	z-index:1;
}
#titel {
	position:absolute;
	left:172px;
	top:11px;
	width:576px;
	height:95px;
	z-index:2;
}
#menycontainer{
	position: absolute;
	z-index: auto;
	height: 300px;
	left: 9px;
	top: 263px;
	width: 150px;


}
#meny {
	width: 150px;
	margin: 0px;
	padding: 0;
	list-style-type: none;

}
#meny li {
		background-color: transparent;
	background-image: url(bilder/design/menyruta.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	}
	
#meny a{
	display: block;
	width: auto;
	height: 25px;
	text-decoration: none;

	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d6642;
	}
#meny a:link {
	color: #8d6642;
	font-weight: bold;
}
#meny a:active {
	color: #8d6642;
}
#meny a:hover{
	color: #8d6642;
	background-color: transparent;
	background-image: url(bilder/design/menyruta-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#meny a#current{
	color: #8d6642;
	background-color: transparent;
	background-image: url(bilder/design/menyruta-active.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#logotyplagret {
	position:absolute;
	left:172px;
	top:118px;
	width:600px;
	height:140px;
	z-index:4;
	background-image: url(bilder/design/logotypbakgrund.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#huvudtext {
	position:absolute;
	left:171px;
	top:263px;
	width:601px;
	height:346px;
	z-index:5;
}
