/* ML Webdesign | http://www.ml-webdesign.com */

body {
background-image: url(../Images/bg_steel.gif);
margin: 0 0 0 0;
}

p {
color: #004483;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

p a {
color: #004483;
}

img {
border: none;
}

#container {
width: 800px;
height: 650px;
position: absolute;
left: 50%;
margin-left: -400px;
}

#header {
width: 800px;
height: 125px;
position: relative;
background-image: url(../Images/Logotop.png);
background-repeat: no-repeat;
background-position: left center;
}

.headertekst {
margin-left: 260px;
padding-top: 75px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: overline;
word-spacing: 15px;
}

.headertekst a {
color: #004483;
}

.headertekst a:hover {
color: #000000;
}

#content {
width: 800px;
height: 500px;
position: relative;
background-color: #004483;
border: 1px solid #ffffff;
overflow: auto;
}

.tekst {
padding: 40px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.tekst a {
color: #ffffff;
}

#footer {
width: 800px;
position: relative;
}

.footertekst {
color: #004483;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
margin-top: 3px;
}

.footertekst a {
color: #004483;
text-decoration: none;
}