/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.15pt;
    word-spacing: 0.4pt;
    line-height: 12pt;
    color: #333333;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    margin-top: 0px;
}

#hidden {
    display: none;
}

#content {
    position: relative;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    padding: 40px 90px 40px 70px;
}

#logo {
    position: relative;
    width: 189px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#content_text {
    height: 360px;
}

#img_impressie {
    position: relative;
    width: 100px;
    height: 123px;
    border: 5px solid #7BD503;
    float: left;
    margin: 6px;
}

#nav {
    position: relative;
}

#nav a {
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
}

#nav a:hover {
    text-decoration: none;
}

#nav ul, #nav li {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 10px 0;
}

#nav li {
    display: inline;
    padding: 6px 13px 6px 13px;
    text-align: center;
}

#kop {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

#map {
    width: 0px;
    height: 0px;
    border: 10px solid #FFCC00;
}

.wiebenik {
    background-color: #EF2EA1;
}

.impressie {
    background-color: #7BD503;
}

.dagindeling {
    background-color: #00A9E1;
}

.contact {
    background-color: #FFCC00;
}

.img_right {
    float: right;
}

.img_center {
    margin: 8px 0 8px 0;
}

.attention1 {
    color: #EF2EA1;
}

.attention3 {
    color: #00A9E1;
}

.attention4 {
    padding-left: 30px;
    border-left: 10px solid #FFCC00;
}

#footer {
    position: relative;
    margin-top: 40px;
    text-align: center;
}

#footer a {
    font-size: 10px;
    color: #FF8630;
}

#footer a:hover {
    text-decoration: none;
}

p {
    font-size: 12px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 12px;
}

a {
    color: #004D87;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #5AB8FF;
}

