* {
    margin: 0;
}

html,
body {
    margin: 0 auto;
    height: 100%;
    background-color: #CAF0FA;
    background-image: url('/images/clouds_tile.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

h1 {
    font-size: 24px;
    margin: 0 0 25px 0;
}

h2 {
    margin: 0 0 15px 0;
}

a:link {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

/* visited link */
a:visited {
    color: #FF0000;
}

/* mouse over link */
a:hover {
    text-decoration: underline;
    color: #FF0000;
}

/* selected link */
a:active {
    color: #FF0000;
}


.wrapper {
    width: 980px;
    min-height: 100%;
    height: auto !important;
    /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -165px;
    /* the bottom margin is the negative value of the footer's height */
    background-color: #fff;
}

.header {
    height: 472px;
    background-image: url('/images/header.png');
    background-repeat: no-repeat;
}


.navigation {
    width: 980px;
    height: 70px;
    background-image: url('/images/bgmenu.png');
    background-repeat: no-repeat;
}

.navigation ul {
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.navigation ul li {
    display: inline;
}

.navigation ul li a {
    font-size: 18px;
    text-decoration: none;
    line-height: 60px;
    padding: 0 10px 0 10px;
    color: #fff;
}

.navigation ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


.content {
    width: 940px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}

.content p {
    margin-bottom: 10px;
}

.content h2 {
    font-size: 14px;
    font-weight: bold;
    /*margin: 10px 0 5px 0;*/
}

.content .spacer {
    width: 100%;
    height: 15px;
}

.bottomspacer {
    width: 100%;
    height: 75px;
}

.footer {
    background-image: url('/images/footer_tile.png');
    background-repeat: repeat-x;
    background-position: center top;
}

.footer .footercontent {
    width: 980px;
    text-align: right;
    margin: 0 auto;
    height: 165px;
}

.footer .footercontent .copyright {
    display: block;
    padding-top: 140px;
    /*padding-right: 25px;*/
    text-align: center;
}

.footer,
.push {
    width: 100%;
    /*height: 241px;  .push must be the same height as .footer */
    height: 165px;
}

/* News items */
.NewsItem {
    margin-bottom: 25px;
}

.NewsItem .Header {
    height: 40px;
    border-top: 1px solid #96B33C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #96B33C;
    border-right: 1px solid #96B33C;
    border-bottom: 1px solid #96B33C;
    background-color: #F2FDC2;
}

.NewsItem .Title {
    padding: 5px 15px 5px 15px;
    float: left;
    line-height: 30px;
}

.NewsItem .Date {
    float: right;
    padding: 5px 15px 5px 15px;
    line-height: 35px;
}

.NewsItem .Content {
    padding: 15px;
    border-bottom: 1px solid #96B33C;
    border-left: 1px solid #96B33C;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #96B33C;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #96B33C;
}

#dvContactForm {
    width: 700px;
    margin-left: 110px;
    /*border: 1px solid silver;*/
    padding: 15px;
}

#dvContactForm p {
    margin: 15px 15px 25px 15px;
}

#dvContactForm p span {
    font-weight: bold;
}

#dvContactForm input[type='text'],
select {
    width: 650px;
    height: 25px;
    padding: 0 5px 0 5px;
}

#dvContactForm select {
    width: 664px;
    height: 25px;
    padding: 0 5px 0 5px;
}

#dvContactForm textarea {
    width: 650px;
    height: 132px;
    padding: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.button {
    padding: 10px 30px 10px 30px;
    background-image: url('/images/bgmenu.png');
    border: 1px solid #96B33C;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}


/* Various content bits */
.clearer {
    clear: both;
}

/* 2 columns content box */
.splitbox {
    width: 940px;
}

.splitbox .left {
    width: 465px;
    float: left;
}

.splitbox .right {
    margin-left: 10px;
    width: 465px;
    float: left;
}


/* Fotoboek */
.dvSpacer25 {
    width: auto;
    height: 25px;
}

.dvFotoBoekOverzichtContainer {
    width: 940px;
}

.dvFotoBoekOverzichtItem {
    float: left;
    display: inline-block;
    width: 268px;
    height: 254px;
    border: 0px;
    margin: 10px;
    padding: 10px;
    background-image: url('/images/fotoboek/fotoboekframe.png');
    /*border: 1px solid black;*/
}

.dvFotoBoekOverzichtItem .foto {
    width: 242px;
    height: 180px;
    margin-left: 14px;
    margin-top: 13px;
}

.dvFotoBoekOverzichtItem .naam {
    width: 242px;
    height: 45px;
    margin-left: 14px;
    margin-top: 8px;
}

.dvFotoBoekFotosContainer {
    width: 940px;
}

.dvFotoBoekFotosItem {
    float: left;
    display: inline-block;
    width: 176px;
    height: 130px;
    border: 1px solid black;
    margin: 5px;
}

.dvFotoBoekFotosItem:hover {
    border: 1px solid #96B33C;
}