@charset "UTF-8";
/* CSS Document */

body {
background:url(images/gloed.jpg);
background-repeat: repeat-y;
background-position: center;
margin: 0px;
background-color: #1A1A1A;
}

#container {
top: 0px;
width: 800px; 
margin: 0 auto;  
position: relative;
display: block;
}

.hoofdmenu {
position: absolute;
background-color: none;
left: 1px;
top: 245px;
z-index: 10;
}

.submenubalk {
position: absolute;
background-color: none;
left: 250px;
top: 245px;
z-index: 11;
}

.tekstvlak {
position: absolute;
background-color: #FFFFFF;
left: 250px;
top: 280px;
width: 525px;
z-index: 10;
}

.nieuws {
position: absolute;
background-color: none;
left: 30px;
top: 300px;
width: 175px;
z-index: 10;
}

/* TYPOGRAFIE */

p {
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
color: black;
line-height: 21px;
font-size: 14px;
margin: 20px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: black;
line-height: 22px;
font-size: 17px;
margin-left: 20px;
margin-right: 20px;
}

h3 {
text-align: left;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
}

span.groter {
font-family: Georgia, "Times New Roman", Times, serif;
color: #E61E14;
line-height: 23px;
font-size: 17px;
}

span.highlight {
color: #E61E14;
}

a {
font-weight: inherit;
color: #E61E14;
text-decoration: underline;
}

a:hover {
color: white;
background-color: #E61E14;
text-decoration: none;
}

a.submenu {
font-size: 12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-decoration: none;
}

a.submenu:hover {
color: white;
background-color: #E61E14;
}