@charset "utf-8";
/* CSS Document */
body
{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/sitebackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#181818;
	margin:0 auto;
	color:#bebebe;
	font-size:10px;
}

a:link  
{
	text-decoration: none;
	color: #0985B4;
}
 
 a:visited
{
	color: #0985B4;
	text-decoration: none;
}

a:active
{
	color:#ff9900;	
	text-decoration: none;
}

a:hover
{
	color:#3d9ac9;
	text-decoration: none;
}

.menubar
{
	margin:0 auto;
	width:934px;
	height:34px
}

.menuknap
{
background-image:url(../images/knap.jpg);
width:97px;
height:34px;
margin:0 2px 0 0;
text-align:center;
}

ul
{
	float:left;
	margin:0;
	height:34px;
	padding: 0;
}

li
{
	background-image:url(../images/knap.gif);
	width:97px;
	height:24px;
	text-align:center;
	float:left;
	list-style:none;
	margin:0 1px 0 0 ;
	display:block;
	padding:10px 0 0 0;
}

li:hover
{
	background-image:url(../images/knapover.gif);	
}

.Right
{
	padding:50px 10px 0px 30px;
	float:left;
	width:379px;
}

.newswrapper
{
	float:left;
}

.postwrapper
{
	position:absolute;
	left:740px;
	top:500px;
}

.maindiv
{
	margin:0 auto;
	width:934px;
	background-color:#151515;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	border:solid 1px #2b2c2d;
}

.logo
{	
	margin:30px auto;
	width:934px;
	height:82px;
	margin-bottom:0px;
}
	
.sideoverskrift
{
margin:0 0 20px 0;	
}
  /* Nyheder */

.newsdiv
{
	padding:20px 10px 20px 30px;
	float:left;
	width:470px;
}

.dato
{
	width:30px;
	height:33px;
	background-image:url(../images/dato.gif);
	padding:3px 2px 0 2px;	
	text-align:center;
	float:left;
}

.Nyhedoverskrift
{
	height:33px;
	width:390px;
	margin:0px 0 0 10px;
	padding:8px 0 0 0;
	float:left;	
}

.NyhedsUser
{
	width:100%;
	float:left;
	margin:0 0 15px 0;
}

.NyhedsTekst
{
	width:100%;
	float:left;
}

.hr
{
	margin:5px 0 10px 0;
	background-color:#2b2c2d;
	height:1px;
	border:0;
	float:left;
	width:100%;	
}

/* News Slut */
.senesteposts
{
	float:left;
	padding:10px 0 0 0;
}

.VRdiv
{
	margin:50px 0px 0px 0px;
	float:left;
	width:1px;
	height:394px;
	background-color:#2b2c2d;
}

img
{
	max-width:470px;
	border:0;
}

/* Font */
.Nyhedertekst
{
	color:#227ead;
	font-size:16px;
}
.Datotekst
{
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}
.Overskrifttekst
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3D9AC9;
	font-size:16px;
	font-weight:bold;
}

.blogdate
{
	background-color:#F60;
}



