@charset "utf-8";
/* CSS Document */
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a:link {
	color: #000;text-decoration: none;

}
a:visited {

	color: #333;text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {

}

#header {
	


	width: 950px;
	height: 85px;
	background: url(head4.jpg);

	
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding-left: px;
	position: relative;
	width: 950px;
	height: auto;
	top: 20px;
	
}



#content {
	background-color: #FFF;
	width: 750px;
	height: 530px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 100px;
	padding-right:100px;
	border-color: #979797 #979797 #f29719 #979797;
	border-width: 0px 0px 10px 0px;
	border-style: solid;
}

#text{
	margin-top: 20px;
	margin-left:120px;
	width: 537px;
	height: 397px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	z-index:2;
	font-size: 13px;
	position:absolute;
	left: 92px;
	top: 110px;
	
	}

#meny{
	padding-left: 2px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	width:948px;
	height: 20px;
}
#meny li{display: inline; list-style-type: none; 	}
#meny a{padding: 0.25em 2em; text-decoration: none;}
#meny a:link{
	color: #FFF;
	background-color:#f29719;
}
#meny a:visited{
	color: #FFF;
	background-color: #f29719;
}
#meny a:hover{
	background-color: #7d388a;
	text-decoration: none;
	color:#FFF;
}
#meny a#current{
	background-color: #7d388a;
	color:#FFF;
	font-style: normal;
}

#infotext {
	position:absolute;
	left:109px;
	top:623px;
	width:825px;
	height:20px;
	z-index:1;
	font-size: 9px;
	text-align: right;
}
#linje{
	position:absolute;
	left:0px;
	top:614px;
	width:950px;
	height:2px;
	z-index:1;
	color: #7d388a;
	background-color: #7d388a;
	
	
}
#sprak {
	position:absolute;
	left:855px;
	top:91px;
	width:86px;
	height:37px;
	z-index:1;
	font-size: 10px;
	
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
.kursiv {
	font-style: italic;
}
