@import url(//fonts.googleapis.com/css?family=Boogaloo);

body{
margin:0;
padding:0;
background-color: #004600;
}

div.mylistmenu{
line-height: 1.5em;
}

div.mylistmenu ul{
list-style-type: none;
margin: 0px;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
padding: 0px;
}

div.mylistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

div.mylistmenu ul li>*{
color: #004600;
background-color: #f3c949;
display: block;
padding: 5px 5px;
margin-bottom: 5px;
text-decoration: none;
font-weight: bold;
font-size: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.mylistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #c60000;
}

div.mylistmenu ul li a[huidig] {
background-color: #fffb7b;
color: #ff0000;
}

div.submenu{
margin-left: 10px;
}

div.mylistmenu li.submenu{
display: none;
}

div.mylistmenu li.submenu li a{
padding-top: 0;
padding-bottom: 0;
margin-bottom: 2px;
}

div.mylistmenu li.submenu ul{
margin-left: 10px;
font-size: 90%;
}

a{
white-space: nowrap;
color: #004600;
font-weight: bold;
outline: none;
}

a:hover{
color: #ffffff;
background-color: #004600;
}

em{color: #ff0000;}

.vet{
color: #ffffff;
background-color: #004600;
}

.kleur2{
background-color: #f3c949;
}

.achtergrondkleur{
color: #004600;
}

.ballen:before{
content: url('images/3ballen.gif');
vertical-align: middle;
}

.info{
background-color: #eeeeee;
border: 1px solid #004600;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: flow-root;
}

.infopicture:before{
content: url('images/infobutton.gif');
vertical-align: middle;
}

.nobr {
white-space: nowrap;
}

.roundedcorners{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#maincontainer{
width: 99%;
max-width: 1010px;
min-width: 550px;
margin-left: auto;
margin-right: auto;
}

#topsection{
margin-top: 0px;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 5px;
}

#contentcolumn{
margin-left: 140px; /*Set left margin to LeftColumnWidth*/
margin-right: 0px;
padding-top: 5px;
background-color: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
}

#footer{
background-color: #000000;
color: #ffffff;
text-align: center;
padding: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#footer a{
color: #f3c949;
}

#footer a:hover{
color: #ffff99;
background-color: inherit
}

div.blokje{
background-color: #f3c949;
border: 1px solid #004600;
padding: 5px;
margin: 2px 2px 2px 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.linkblok a{
background-color: inherit;
color: #004600;
text-decoration: underline;
}

div.linkblok a:hover{
background-color: inherit;
color: #ff0000;
}

div.linkblok a:before{
content: url('images/aanwijzer.gif');
vertical-align: middle;
}

div.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}

div.innertubecontent{
margin: 10px; /*Margins for inner content*/
}

div.innertubetop{
margin-left: 0px; /*Margins for inner topsection*/
}

div.innertubeleft{
margin-top: 0px; /*Margins for leftmenu*/
}

div.float2{
float: left;
width: 50%;
}

table.TableStyle1
{
border-collapse: collapse;
}

table.TableStyle1 th, table.TableStyle1 td{
border: 1px solid #004600;
vertical-align: top;
text-align: left;
padding: 3px 7px;
}

table.TableStyle1 th{
font-size: 1.4em;
background-color: #f3c949;
color: #004600;
}

table.TableStyle1 tbody tr:nth-child(even){
background: #dddddd;
}

.subtitel{
font-size: 22px;
font-family: 'Boogaloo';
color: #004600;
}

@media all and (max-width: 640px) {
#leftcolumn{
width: 100%;
float: none;
}

div.mylistmenu ul li{
display: inline-block;
}

div.mylistmenu ul li>*{
padding: 0px 5px;
}

#contentcolumn{
margin-left: 0;
}
}