html{
    overflow: -moz-scrollbars-vertical;
}

img{
	border: 0;
}

a{
    color: #ff7400;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background-color: #f2f2f2;
	font-size: 0.8em;
	color: #484848;
}

#container{
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#topSpace{
    height: 20px;
    padding: 5px 25px 0px 0px;
    text-align: right;
}

#header{
    width: 900px;
    height: 357px;
    background-image: url(../images/headerWouterland.jpg);
    background-repeat: no-repeat;
}

#inschrijfButton, #inschrijfButton a{
    width: 245px;
    height: 90px;
}

#inschrijfButton{
    position: absolute;
    right: 5px;
    top: 270px;
}

#inschrijfButton a{
    display: block;
    background-image: url(../images/inschrijfButton.png);
}

#contentContainer{
    margin: 0px 0px 0px 12px;
    width: 867px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

#navContainer{
    position: relative;
    text-align: center;
    height: 20px;
    background-image: url(../images/navBottom.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#navContainer ul{
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#navContainer ul li{
    height: 23px;
    background-image: url(../images/navLeft.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 4px 8px 3px 8px;
    display: inline;
}

#navContainer ul li a{
    color: #ff7400;
    text-decoration: none;
}

#leftColumn{
    position: relative;
    float: left;
    padding: 20px 25px 0px 40px;
    width: 525px;
    border-right: 1px solid #c5c5c5;
    line-height: 1.6em;
}

#leftColumn h1{
    color: #ff7400;
    margin: 12px 0px -12px 0px;
    font-size: 1.4em;
    font-weight: normal;
}

table.message{
   width: 100%;
   border: 1px solid #ff7400;
   color: #ff7400;
   font-size: 0.7em;
   margin: 12px 0px 0px 0px;
}

table.message a.inline{
   color: white;
}

table.message td{
   border: 1px solid #ff7400;
}

tr.toprow{
   color: white;
   background-color: #ff7400;
}

.bericht{
    width: 210px;
}

.bericht tr td input.gastenboek{
    width: 140px;
}

.bericht tr td textarea{
    width: 210px;
    height: 100px;
}

.bericht tr td input.gastenboek, .bericht tr td textarea{
    background-color: white;
    border: 1px solid #ff7400;
}

.bericht tr td span.toelichting{
    font-size: 0.5em;
}

td.top_jongens{
   background-color: #96c0ff;
}

td.jongens{
   border: 1px solid #96c0ff;
}

td.top_meisjes{
   background-color: #ff96ec;
}

td.meisjes{
   border: 1px solid #ff96ec;
}

input.inschrijven, select.inschrijven, textarea.inschrijven, submit.inschrijven{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
   width: 60%;
   background-color: white;
   margin-top: 3px;
   margin-bottom: 5px;
   padding: 3px;
   border: 1px solid #ff7400;
   display: block;
}

#rightColumn{
    position: relative;
    float: left;
    width: 275px;
}

#rightColumn #poll, #rightColumn #albums, #rightColumn #gastenboek{
    width: 252px;
    margin: 10px 0px 0px 10px;
}

.blueboxTop{
    background-image: url(../images/blueTop.gif);
}

.blueboxBottom{
    background-image: url(../images/blueBottom.gif);
}

.blueboxTop, .blueboxBottom{
    width: 252px;
    height: 8px;
    background-repeat: no-repeat;
}

.blueboxMiddle{
    padding: 5px 0px 0px 25px;
    background-color: #ff7400;
}

.blueboxMiddle ul{
    margin: 0;
    padding: 0px 0px 0px 15px
}

.blueboxMiddle ul li, .blueboxMiddle ul li a{
    color: white;
}

.blueboxMiddle h2{
    color: white;
    font-weight: normal;
    margin: 0;
}

#photocontainer{
    margin-top: 8px;
}

#foto_top ,#foto_midden p{
   color: #ff7400;
   font-weight: bold;
}

#foto_top{
   border-top: 1px solid #ff7400;
   clear: both;
}

#foto_top p{
   margin: 2px 0px;
}

#foto_midden{
   text-align: center;
   border-bottom: 1px solid #ff7400;   
   clear: both;
}

#foto_onder{
   padding-bottom: 3px;
   padding-top: 3px;
   text-align: center;
   border-top: 1px solid #ff7400;
   border-bottom: 1px solid #ff7400;
   clear: both;
}

#foto_onder a{
   font-weight: bold;
}

#vorig{
   display: inline;
   margin-left: 25px;
   font-size: 0.7em;  
}

#terug{
   display: inline;
   margin-left: 25px;
   margin-right: 25px;
   font-size: 0.7em;  
}

#volgende{
   display: inline;
   margin-right: 25px;
   font-size: 0.7em;  
}

img.foto_groot{
   margin-top: 5px;
   margin-bottom: 5px;
   border: 10px solid white;
}

.thumbnail{
   width: 116px;
   height: 160px;
   margin-right: 10px;
   padding-left: 3px;
   text-align: center;
   font-size: 0.6em;
   display: block;
   float: left;
}

.thumbnail img{
	text-align: center;
	margin: 4px;
	border: 8px solid white;
}

#footer{
    width: 900px;
    text-align: center;
    clear: both;
}

#rightColumn h1{
    font-size: 1.4em;
    margin: 10px 0px 0px 10px;
}

.sponsorMedium{
    border: 1px solid #ff7400;
    margin: 10px 0px 0px 10px;
    width: 250px;
    height: 100px;
}

.sponsorSmallcontainer{
    margin: 10px 0px 0px 10px;
    width: 252px;
    height: 100px;
}

.sponsorSmallcontainer a{
    border: 1px solid #ff7400;
    float: left;
}

.sponsorSmallcontainer a.left{
    float: left;
}

.sponsorSmallcontainer a.right{
    float: right;
}

