/* CSS Document */
html, body {
    height: 100%;
}

h2 { 
    color: darkgreen;
}

h3 { 
    color: darkgreen;
    font-size:95%;
}

body {
    font-family : sans-serif ;
    height: 100%;
}

#wkbanner {
    margin-top: 50px;
     text-align:center;
}

#team0 {    /* bijv: team2, team3  voor de teams die kampioen zijn */
    /*display : none;*/
    background-repeat:no-repeat;
    background-image:url(images/kampioen.jpg);
    background-position:right top;
}

#frame {
    position:relative;
    width:900px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

#header {
    width:100%;
    height:140px;
    margin-left:auto;
    margin-right:auto;
    background: #10A01B;
}

#fotoleft {
     position:absolute;
     left:0;
     top:0;
    background:url(images/foto2.jpg) no-repeat;
    width:350px;
    height:100px;
}
#fotoright {
     position:absolute;
     right:0;
     top:0;
    background:url(images/foto4.jpg) no-repeat;
    width:350px;
    height:100px;
}
#banner {
     position:absolute;
     font-weight : bold ;
     width:300px;
     left:300px;
     top:10px;
     background:white;
     border: solid 2px black;
     text-align:center;
     font-size:200%;
     color:green;
}
#batjes {
     position:absolute;
     left : 415px;
     top: 57px;
}
#menubarbalk {
	position:absolute;
    top:105px;
    width:100%;
/*	font-size: 110%;*/
}

#socialmedia {
	position:absolute;
    top:110px;
    right:10px;
}

a {
    color: green;
/*    text-decoration:none;*/
} 
a:visited {
    color: darkgreen;
}
 
#content {
    position:relative;
    width:792px;
    height:auto;
/*    height:100%;*/
    min-height:100%;
    padding:10px 50px;
    font-size:100%;
    color:#030;
/*    overflow-y: scroll;*/
    border: solid 4px #10A01B;
}

#content .tweet_time {
    font-size:80%;
}

#content .tweet_list li {
    margin-bottom:20px;
}

/*.contactpersoon {
margin-right:10px;
width:30%;
float:left;
font-size:90%;
}*/

#zaaladres {
    clear: both;
    float:left;
    width: 30%;
}

#map_canvas {
    margin: 10px 0px 40px 0px;
    float:right;
    width: 60%; 
    height: 300px;
    border: solid 2px #10A01B;
}

#bestuur {
    clear:both;
}
    
#bestuur p {
   margin:0;
}    

#bestuur li {
   margin:15px;
}
    
.contactmail {
    margin-left: 2em;
    padding-left: 2e;
    /*text-indent: 2em;*/
}

#nieuws {
    width:45%;
    float:left;
}

#agenda {
    width:45%;
    float:right;
}

.nieuwsitems {
    list-style: none;
/*    indent:0px;*/
}

.nieuwsitems h3 {
    font-size:100%;
    margin-bottom:0px;
}    

