html,body {
height: 100%;
}


body {  	
	background-color: #596978;
       	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#outerbox {
	background-color: #85919c;
        width: 700px; 
        margin: auto;
}

#header {
        position: absolute;
	margin-top: 10px;
	background-color: #ffffff;
        width: 700px;
        height: 180px;           
}

#skema {
        position: absolute;
	background-color: #ffffff;    
	margin-top: -150px;
	margin-left: 300px; 
}
			
#info {
	position: absolute;
	margin-top: 190px;
	background-color: #596978;
        width: 700px;
        height: 30px;           
}

#sidebar {
	position: absolute;
	margin-top: 220px;
	margin-left: 0px;
        background-color: #ffffff;
        width: 200px;
        height: 450px;
}

#content1 {
        position: absolute;
	margin-top: 210px;
	background-color: #ffffff;
        width: 700px;
	height: 450px;
}


#content2 {
        position: absolute;
	margin-top: 220px;
	margin-left: 205px;
	background-color: #ffffff;
        width: 495px;
	height: 450px;
}


.padding {
	padding: 20px;
}

#tekst1 {
        position:relative;
        float: left;
	top: 5px;
	margin-left: 200px;
	color: #ffffff;
}


#tekst2 {
        position:relative;
        float: left;
	margin-left: 70px;
	color: #85919c;
}


#tekst3 {
        position:relative;
        float: left;
	margin-left: 65px;
	color: #ffffff;
}


#bundbar {
	position: absolute;
	margin-top: 675px;
	background-color: #c6d2de;
        width: 700px;
        height: 30px;
}


#copyright {
	position: absolute;
	margin-top: 705px;
	background-color: #596978;
        width: 700px;
        height: 10px;
}

#bar {
	margin-top: 20px;
}

#billede {	
	margin-left: 70%;
}

a:link {
	color: #c6d2de;
	text-decoration: none;
}

a:hover {
	color: #c6d2de;
	text-decoration: none;
}

a:visited {
	color: #c6d2de;
	text-decoration: none;
}

a:active {
	color: #c6d2de;
	text-decoration: none;
}

a.aktuel {
	color: #596978;
}

a:hover.aktuel {
	color: #c6d2de;
}

.null {
	border-width: 0;
}

table {
	width: 550px;
	align: center;
	font-size: 12px;
	background-color: #FFFFFF;
}	

#table {
	background-color: #ccff99;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #333333;
}	

h1 {
	font-size: 18px;
	color: #85919c;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {    
	font-size:12px;
	color: #657b90;
}           