body { 
    background-color: white;
    text-align: center;
    font-family: Verdana,Tahoma,arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.5em;
    -x-system-font: none;
    color: #333;
    background-image: url(../images/background.png);
    margin-top: 20px;
    overflow: scroll;
}

#outerContainer {
    z-index: 0;
    width: 797px;

    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
} 


h1, h2, h3 { 
    color: #1174DF;
    text-align: center;
}


.menu {
    text-align: center;

    font-family: Verdana,Tahoma,arial,sans-serif;
    text-decoration: none;
    font-weight: bold;


    /* ruimte binnen het blok */
    padding-top: 115px;
    padding-bottom: 15px;

    /* ruimte buiten het blok */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 160px;
    margin-right: 0px;

    vertical-align:middle;
    font-size:80%;

    color: #E51E5C;
}

.menuItem {
    z-index: 10;
    background-color: #FEE36D;
    display:inline;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;

    border-style:ridge;
    border-width: 2px;
    border-color: #555555;

    color: #E51E5C;
}

.menuItemCurrent {
    background-color: #FECC00;
    display:inline;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;

    border-style:ridge;
    border-width: 2px;
    border-color:#555555;

    color: #E51E5C;

}

.menuItemCurrent a {
    color: black;
    text-decoration: underline;
}

.menuItemCurrent a:hover {
    color: #E51E5C;
}

.menuItem a {
    text-decoration: none;
    color: #E51E5C;
}

.menuItem a:visited {
    text-decoration: none;
    color: #E51E5C;
}


.menuItem a:hover {
    text-decoration: underline;
    color: black;
}

.header {
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    height: 168px;
    z-index: 1;

}

.footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height: 92px;
    z-index: 1;

}

.page {
    background-image: url(../images/page.png);
    background-repeat: repeat-y;
    height: auto;

    padding: 45px;
    padding-top: 10px;
    padding-bottom:0px;
    color: inherit;
    text-align: center;
    z-index: 1;

    position: relative;

    /* ruimte buiten het blok
 	margin-top: 10px; 
 	margin-bottom: 30px; 

 	margin-right: 250px;
 	width: 720px;
 	margin-left: 250px;*/


}

em{
    color: red;
}

h4{
    margin-bottom: 0px;
    margin-top: 0px;
}

.demo, .doneer, .home, programma{
    
}

.concept{
    text-align: left;
    margin-bottom: 0px;
}

.sponsors {
    margin-bottom: -20px;
}



.doneer{
    text-align: left;
    padding-left: 80px;
}

.mailformulier{
    border-style: dotted;
    border-width: 2px;
    padding: 10px;
}
