/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: verdana;
font-size: 11px;
color: #fff;
text-align: center;
line-height: 14px;
background-color: #000;
}

/* FONTS */
h1 {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #fff;
margin: 0 0 5px 0;
}               

h2 {
font-family: verdana;
font-size: 60px;
font-weight: bold;
color: #fff;
margin-bottom: 10px;
}

/* DIVS */
#container {
position: relative;
margin: 0 auto 0 auto;
text-align: left;
padding: 0;
width: 813px;
height: 100%;
}

#title {
position: absolute;
top: 40px;
font-size: 40px;
font-weight: bold;
line-height: 40px;
}

#topbanner {
position: absolute;
top: 15px;
right: 0px;
}

#menu {
position: absolute;
top: 270px;
left: 2px;
width: 1000px;
}

#actueel {
position: absolute;
top: 293px;
left: 0px;
}

#intro {
position: relative;
float: left;
width: 660px;
height: 387px;
background: url(../backs/intro.png) repeat-x;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

#content {
position: absolute;
top: 293px;
left: 137px;
width: 575px;
}

.vlak1 {
position: relative;
float: left;
width: 118px;
height: 153px;
background: url(../backs/vlak1.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.vlak2 {
position: relative;
float: left;
width: 118px;
height: 309px;
background: url(../backs/vlak2.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.vlak3 {
position: relative;
float: left;
width: 254px;
height: 153px;
background: url(../backs/vlak3.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.vlak4 {
position: relative;
float: left;
width: 254px;
height: 231px;
background: url(../backs/vlak4.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

#actueel_intro {
position: absolute;
top: 293px;
left: 0px;
width: 133px;
height: 387px;
background: url(../backs/actueel_intro.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.actueel1 {
position: relative;
width: 133px;
height: 75px;
background: url(../backs/actueel1.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.actueel2 {
position: relative;
width: 133px;
height: 153px;
background: url(../backs/actueel2.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

.artikel {
position: relative;
float: left;
width: 526px;
height: 464px;
background: url(../backs/artikel.png) no-repeat;
margin: 0 2px 3px 0;
padding: 0 10px 0 5px;
}

#advertising {
position: absolute;
top: 293px;
right: 0px;
}

#footer {
position: absolute;
top: 690px;
left: 155px;
text-align: center;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.header {
position: absolute;
top: 90px;
}

#content img {
border: 1px solid #fff;
}

/* TABLES */
td {
font-family: verdana;
font-size: 12px;
line-height: 20px;
}

/* FORMS */
.submit {
font-family: verdana;
font-size: 11px;
}

/* LINKS */
a {
color: #fff;
}

a:hover {
color: #fff;
}

#title a {
text-decoration: none;
}

#menu img {
margin-left: -5px;
}

#content a {
text-decoration: none;
}

#content a:hover {
color: #caabd2;
}