/* CSS Document */
/*Layout*/
	body {
	margin:0;
	padding:0;
	background-image:url(images/xback_gradient.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: normal;
	color:#000;
	background-color: #FFFFFF;
	}
	#pageframe {
	position: absolute;
	width:1000px;
	height:1000px;
	left: 50px;
	}
	#actualpage {
	position: relative;
	background-image:url(images/dash.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border: 1px solid #fff;
	width:1000px;
	left:49px;
	top:50px;
	padding-top:225px;
	padding-left:188px;
	padding-right:20px;
	padding-bottom:20px;
	
	z-index:0;
	}
	#logo {
	position: absolute;
	height:180px;
	width:180px;
	top:40px;
	left:30px;
	z-index:5;
	}
	#changingimages {
	position: absolute;
	height:180px;
	width:490px;
	top:70px;
	left:239px;
	z-index:4;
	}	
	#links {
	position: absolute;
	width: 160px;
	top:257px;
	left:21px;
	line-height:15px;
	height: 290px;
	}
	#imagetext{
	top:270px;
	float:right;
	width:130px;
	position:absolute;
	left:590px;
	}
	
	
	/*Textproperties*/
	p {
	line-height:normal;
	}
	
	h1 {
	font-weight: bold;
	font-size:x-small;
	color:#000;
	}	
	h2 {
	font-weight: bold;
	font-size:x-small;
	font-style:oblique;
	color:#000;
}
	
	/*links*/
	a {
	font-weight: bold;
	text-decoration: none;
	color:#000;
	}
	
	a:link {
	font-weight: bold;
	/*color: #000000;*/
	
	}
	a:hover {
	font-weight: bold;
	color: #06676a;	
	text-decoration: underline;
	}
	a:active {
	font-weight: bold;
	color: #ff0000;	
	}
	a:visited {
	font-weight: bold;
	}
	



#main_menu { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	cursor: default;
	width: 12em;
	}

#main_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	}
#main_menu li a { 
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	}

#main_menu li a:hover {
	background-color: #06676a;
	color: #FFF;
	}
#main_menu li .last { }
#main_menu li .last a { padding-right:0;}
#main_menu li .current {
	background-color: #06676a;
	color: #FFF;
	}


.Maillink {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 8px;
}
.arkiv {
	margin: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#editors a {
	font-weight: normal;
}
