body {
	background-color: #101073;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
}

p, td {
	font-size: 12px;
}

td.date {
	padding-right: 10px;
	}
	
.oplysninger {

	font-size: 10px;
	}
	
#header {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin: 0px;
	padding: 0px;
	background-position: right;
	background-repeat: no-repeat;
}

#nav {
	width: 750px;
	height: 30px;
	
	left: 17px;
	top: 135px;


}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009CDE;
	text-decoration: none;
	padding: 0px;
	}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#wrapper {
	background: #101073 url(grafik/sidebar.gif) repeat-y right;
	left: 63px;
	top: 219px;
	}

#container {
	margin: 0 auto;
	width: 750px;
	}

#main {
	width: 500px;
	height: 350;
	float: left;
    		
	scrollbar-face-color:#101073;
    scrollbar-shadow-color:#101073;
    scrollbar-highlight-color:#632984;
    scrollbar-3dlight-color:#130919;
    scrollbar-darkshadow-color:#130919;
    scrollbar-track-color:#101073;
    scrollbar-arrow-color:#C2A2DA}
}

#main_konc {
	width: 550px;
	float: left;
	text-align: justify;
}

#main a:link, #main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009CDE;
	text-decoration: none;
	}
#main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009CDE;
	text-decoration: underline;
}

#sidebar {
	width: 160px;
	float: right;
	padding-left: 5px;
	padding-right: 30px;
	border: 1p	x solid #F00;
	border-bottom: none;
	border-right: none;
	border-top: none;
	}
	
.clearing {
  height: 0;
  clear: both;
}

#footer {
	width: 750px;
	color: #999;
	border-top: 1px solid #FF0000;
	clear: both;
	left: 107px;
	top: 183px;


	}
	
.right {
text-align: right;
}
	
.float {
	float: left;
	margin-right: 7px;
	margin-bottom: 2px;
}

.grey {
	color: #CCC;
}

td.input input, textarea {
	width: 300px;
	min-width: 80px;
	}
	
textarea {
	height: 120px;
	}
	

