/*body#toer {
    font-family: courier;
}*/
a {
    color: #019B06;
}
h1{
    color: #019B06;
    font-size: 20px;
}
h2{
    color: #019B06;
    font-size: 14px;
}
body{
    font-family:Verdana;
    font-size: 12px;
}
div#menu_top{

}

#menu_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu_top li
{
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 240px;
    height: 160px;
	
}

.algemeen{
    background: url('images/logo.gif') no-repeat;
    height: 240px;
    width: 151px;
}
.bmx{
        height: 240px;
    width: 151px;
}
.bmx2{
        height: 240px;
    width: 151px;
}
.bmx3{
        height: 240px;
    width: 151px;
}
.toer{
        height: 240px;
    width: 151px;
}
.toer2{
        height: 240px;
    width: 151px;
}
.toer3{
        height: 240px;
    width: 151px;
}
.wielren{
        height: 240px;
    width: 151px;
}
.wielren2{
        height: 240px;
    width: 151px;
}
.wielren3{
        height: 240px;
    width: 151px;
}

div#menu_top a{			
    position: absolute;
    top: 126px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    width: 220px;
    height: 25px;
    padding-left: 20px;
    text-decoration: none;
    color: #019B06;
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;




}

div#menu_top a.active{			
    font-weight:bold;
    font-size:14px;
    color: #FFFFFF;
}

TABLE { 
    border-spacing:0px;
}

.no_border {
    border: 0px;
}

#totaal {
    position:absolute;
    margin-left: -500px;
    width: 960px;
    height:744px;
    left: 50%;
    top:10px;
    background-color: #FFFFFF;
}

#header {
    width: 960px;
    height:160px;
    background-color: #FFFFFF;
}

#menu_left {
    position:relative;
    width: 240px;
    min-height: 583px;
    top:-21px;
    background-color: #019B06;
}

#channel {
    position:absolute;
    width: 135px;
    height:225px;
    top:310px;
    background-color: #FFFFFF;
}

#menu_top_left {
    position:absolute;
    width: 367px;
    height:20px;
    top:155px;
    background-color:#FFFFFF;
    margin-left:240px;
    padding-top:5px;
    padding-left:15px;
    font-weight:bold;
    font-size:16px;
}

#menu_top_right {

    width: 225px;
    background-color: #FFFFFF;
    padding-left:15px;
    font-weight:bold;
    font-size:14px;
}

#content {
    position:absolute;
    width: 692px;
    height:765px;
    top:155px;
    margin-left:240px;
    padding-left:15px;
    padding-right:14px;
    background-color: #FFFFFF;
}

#sponsor {
   /* position:relative;*/
   
    width: 260px;
    height:150px;
    margin-left: -17px;
    margin-bottom: 10px;



}
.slideshow {

    margin: 0 auto;
    height: 240px;
    width: 246px;
    z-index: 2;


    
}
.slideshow img{
padding-left: 20px;
}
#onderschrift {
    font-size:10px;
    font-weight:bold;
}


/* classes for validator */
.tfvHighlight {	font-weight: bold; 
                color: red;
}

.tfvNormal	{	font-weight: normal;
             color: black;
}
ul.makeMenu, ul.makeMenu ul {
    width: 131px;                 /* sets the size of the menu blocks */
    padding-left: 0px;           /* stops the usual indent from ul */
    cursor: default;             /* gives an arrow cursor */
    margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
    font-size:12px;
    font-weight:bold;
}
ul.makeMenu li {
    list-style-type: none;       /* removes the bullet points */
    margin: 0px;                 /* Opera 7 puts large spacings between li elements */
    position: relative;          
    color: #79B30B;               
    line-height: 20px;
    display: block;
    background: rgb(1, 155, 6);
    background: rgba(1, 155, 6,1);
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EEEEEE;
    border-bottom-color: #EEEEEE;
    height: 22px;
    padding-top: 2px;
}

ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
                               display: none;               /* hides child menu blocks - one of the most important declarations */
                               position: absolute;          /* make child blocks hover without leaving space for them */
                               top: 0px;                    /* position slightly lower than the parent menu item */
                               left: 240px;                  /* this must not be more than the width of the parent block, or the mouse will
                                                               have to move off the element to move between blocks, and the menu will close */

}
ul.makeMenu li ul li {
    background: rgb(1, 155, 6);
    background: rgba(1, 155, 6,.8);
    position: relative;
    top: -1px;
    width: 150px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {

    color: #000;                 /* makes the active menu item text black */
    background: rgb(22, 99, 27);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EEEEEE;
    border-bottom-color: #EEEEEE;
}

ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
                               /* gives the active menu items a lightblue background */

                               display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
                               display: block;              /* makes the child block visible - one of the most important declarations */

}
/* and some link styles */
ul.makeMenu li a {
    color: #FFF;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0px;


}
ul.makeMenu li a img{
    position: absolute;
    left: 230px;
    top: 7px;
    border:0px;
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
    color: #FFF;
}

ul.makeMenu li:hover > a {
    color: #FFF;
} 
/* end classes for validator */
#album ul{
    list-style: none;
    display: block;
    float: left;

}
#album li{
    float: left;
    padding: 10px 10px;
    margin: 0px 5px 5px 0px;
    border: 1px solid #D8D8D8;
    background: #EEEEEE;
}
#album img{
    height: 100px;
    width: 100px;
    float: left;
    border: 1px solid #D8D8D8;

}
.album{
    margin-left:45px
}
.centerimg{
    margin: 0 auto;
   max-height: 220px;
   max-width: 220px;

}
#maintext{
    width: 600px;
    margin-bottom: 40px;
}
.news h1{activityitem
    font-size: 16px;
}
.news h2{
    font-size: 14px;
}

.img_preview img{

float: right;
margin:-66px 0 0 0;

}
.newsitem{
height: 77px;
}

.activity{
margin: 0 0 0 10px;
padding: 0 0 10px 0;
}

.activity h1{
color: #000;
font-size: 15px;
}
.activity h2{
color: #FFF;
font-size: 15px;
}


.activityitem p{
margin: -5px 0 0 0;
}
.activityitem h2{
color: #FFF;
font-size: 12px;
}

.activityitem a{
color: #000;
margin-top: -10px;
}
.activityitem{
margin-bottom: 10px;
}

.activitytitle{
font-size: 11px;
color: #FFF;
font-weight: bold;
}
.activityitem .date{
font-size: 11px;
color: #FFF;
margin-top:-1px;
}

.link2{
font-size: 11px;
}
.route{
position: absolute;
left: 15px;
top: 320px;
}


