﻿html, body, form
{
	padding:0px;
	margin:0px;
	text-align: center; /*Centrering af IE 4 og op*/
	font-family:Verdana;
	font-size:10pt;
}

#container
{
	width:1024px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:left;
}

#top
{
	/*width:1024px;
	height:27px;
	background-color:#FFFFFF;*/
}

#header
{
	width:1024px;
	height:189px;
	background-image:url(/images/header.jpg)
}

#topmenu
{
	width:1024px;
	height:25px;
	/*background-image:url(/images/topmenu.gif)*/
}

#topmenu-link
{
	width:202px;
	height:25px;
	float:left;
	text-align:center;
	background:url(/images/knap.jpg) no-repeat;
	margin-left:7px;
}

#topmenu-link a
{
	position:relative;
	top:4px;
	text-decoration:none;
	color:#000000;
}

#topmenu-link a:hover
{
	text-decoration:underline;
}

#content-container
{
	width:1024px;
	background:#FFFFFF url(/images/drawing.gif) no-repeat right bottom;
}

#content-left
{
	margin-top:20px;
	width:153px;
	float:left;
}

#content-right
{
	margin-top:20px;
	width:861px;
	padding-left:10px;
	float:left;
}

#footer-left
{
	width:153px;
	height:25px;
	float:left;
}

#footer-right
{
	width:861px;
	height:25px;
	text-align:center;
	float:left;
}

#footer-right span
{
	color:#7F7F7F;
	font-size:8pt;
	position:relative;
	top:4px;
}

a:link
{
	text-decoration:none;
	color:#000000;
}

a:active
{
	text-decoration:none;
	color:#000000;
}

a:visited
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:underline;
	color:#000000;
}

h1
{
	font-size:12pt;
	font-weight:bold;
	display:inline;
}

h2
{
	font-size:10pt;
	font-weight:bold;
	display:inline;
}