
#content60 {
float:left;
width:500px;
background: #e1975a;
overflow:auto;
min-height:568px;
height:auto !important; /* voor moderne Browser */
height:675px; /*voor IE6 */
}

#content80 {
float:left;
width:725px;
background: #e1975a;
overflow:hidden;
min-height:675px;
height:auto !important; /* voor moderne Browser */
height:675px; /*voor IE6 */
}

#content100 {
float:left;
width:950px;
overflow:hidden;
background:#e1975a;
min-height:675px;
height:auto !important; /* voor moderne Browser */
height:675px; /*voor IE6 */
}


/* menu kleuren */


ul.menu li#current a {
color: #e1975a;
text-decoration: none;	
}

ul.menu li#current ul li a {
color: #e1975a;
text-decoration: none;		
}

ul.menu li li#current a {
font-weight: normal;
color: #e1975a;
padding-left: 10px;	
}

ul.menu li li li#current a {
font-weight: normal;
font-size:  100%;
color: #e1975a;	
padding-left: 10px;
}


ul.menu li a:hover{
color: #333;
font-family: Verdana,Arial, Helvetica, sans-serif;
background: #e1975a;
}

ul.menu li li a:hover{
color: #333;
font-family: Verdana,Arial, Helvetica, sans-serif;
background: #e1975a;
}

ul.menu li li lia:hover{
color: #333;
font-family: Verdana,Arial, Helvetica, sans-serif;
background: #e1975a;
}



