/* CSS Document */
/*Layout*/
	body {
	margin:0;
	padding:0;
	background-image:url(images/back_gradient.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: normal;
	color:#454545;
	background-color: #FFFFFF;
	}
	#pageframe {
	position: absolute;
	width:750px;
	height:750px;
	left: 50px;
	}
	#actualpage {
	position: relative;
	background-image:url(images/dash.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border: 1px solid #dad6b4;
	width:490px;
	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: 110px;
	top:256px;
	left:71px;
	line-height:15px;
	}
	#imagetext{
	top:270px;
	float:right;
	width:130px;
	position:absolute;
	left:590px;
	}
		/*breadcrum*/
	.antpath{
	position: absolute;
	top:260px;
	left:240px;
	width:470px;	
	font-size: 9px;
	font-family:Georgia, Times New Roman, Times, serif;
color: #999999;
	}
	
	/*Textproperties*/
	p {
	line-height:normal;
	}
	
	h1 {
	font-weight: bold;
	font-size:x-small;
	color:#555555;
	}	
	h2 {
	font-weight: bold;
	font-size:x-small;
	font-style:oblique;
	color:#555555;
}
	
	/*links*/
	a {
	font-weight: bold;
	text-decoration: none;
	color:#555555;
	}
	
	 a:link {
	font-weight: bold;
	/*color: #000000;*/
	
	}
	a:hover {
	font-weight: bold;
	color: #777777;	
	}
	a:active {
	font-weight: bold;
	color: #ff0000;	
	}
	a:visited {
	}

/*navigation*/
	.nav a {
	font-weight: bold;
	font-family:Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color:#555555;
	}
	
	.nav a:link {
	font-weight: bold;
	/*color: #000000;*/
	}
	.nav a:hover {
	font-weight: bold;
	color: #777777;	
	}
	.nav a:active {
	font-weight: bold;
	color: #ff0000;	
	}
	.nav a:visited {
	}


/*button - Thanks to Webcredibble*/
 .cssnav
{
position: relative;
background: url(images/button_down.gif) no-repeat;
white-space: nowrap;
display: block;
width: 100px;
height: 20px;
margin: 0;
padding: 0;
}
.cssnav a
{
display: block;
font-size: 10px;
font-family:Georgia, Times New Roman, Times, serif;
width: 100px;
height: 20px;
display: block;
float: left;
color: white;
text-decoration: none;
}
.cssnav img
{
width: 100px;
height: 20px;
border: 0
}
* html a:hover
{
visibility:visible
}
.cssnav a:hover img
{
visibility:hidden
}
 .cssnav span
{
position: absolute;
left: 5px;
top: 4px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.antpath a
{
font-family:Georgia, Times New Roman, Times, serif;
color: #999999;
display: inline;
font-size: 9px;	
}

.Maillink {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 8px;
}
.arkiv {
	margin: 5px;
	background-image: url(images/redline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
