/* CSS Da Fruit 2007 - www.dafruit.nl - in opdracht van HTSGroup */


/* --------------------- BEGIN BODY --------------------- */

html {
height:100%;
}

body{
height: 100%;
margin: 0 auto;
font:tahoma, arial;
font-size:12px;
background:url(/img_layout/bg.jpg);
 }
 
#skipintro {
color:#CCC;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#skipintro a{
color:#CCC;
text-align:right;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#skipintro a:hover{
color:#CCC;
text-align:right;
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --------------------- EINDE BODY --------------------- */

/* --------------------- BEGIN LAYOUT --------------------- */

.main_div {
width:auto;
position:relative;
}
.div_afgeronde_bovenkant{
width:900px;
height:20px;
}

.div_afgeronde_onderkant{
width:900px;
height:15px;
}

.main_bg_placeholder {
width: 900px;
background:url(img_layout/bg_placeholder.png) repeat-y;
margin: 0px auto;
min-height:598px;
/*height:auto !important; /* voor moderne browsers */
}

.div_main {
width:866px;
margin: 0px auto 0px auto;
position:relative;
min-height:100%;
}

.div_main_left {
height:100%; /* voor IE */
width:186px;
background-color:#333333;
float:left;
position:relative;
}

.div_menu {
height:100%;
width:136px;
background:none;
position:absolute;
left:22px;
vertical-align:top;
}
.div_vlaggen {
background-color:none;
}

div_placeholder_right {
width:680px;
position:relative;
/*height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
}

.div_main_header {
width:680px;
height:210px;
background:#333333;
position:relative;
float:right;
}

.div_header_image {
}

.div_main_subheader {
width:680px;
height:27px;
background:url(/img_layout/bg_subheader2.jpg) repeat-x;
position:relative;
float:right;
}

.div_main_content {
width:680px;
min-height:100%;
background:url(/img_layout/bg_maincontent.jpg) top repeat-x;
position:relative;
float:right;
}

.div_content {
font-size:14px;
width:658px;
min-height:359px;
background-color:none;
/*height:inherit;*/
color:#CCCCCC;
padding-left:15px;
}

.koptekst {
font-size: 20px;
color:#000033;
font-weight: bold;
}

/* --------------------- EINDE LAYOUT --------------------- */

/* ---------------------    MENU      --------------------- */

.menu_item_holder {
width:136px;
}

.menu_item_text {			/* TEXT IN MENU LEFT */

}

.menu_item a {				/* MENU BUTTON NORMAL */
list-style-type:none;
background:url(/img_layout/menu_img/normal.jpg);
font-weight:400;
font-size:11px;
color:#FFFFFF;
width:136px;
height:15px;
display:block;
text-align:center;
padding: 5px 0;
text-decoration:none;

}

.menu_item a:hover {				/* MENU BUTTON OVER */
background:url(/img_layout/menu_img/hover.jpg);
color:#FFFFFF;
width:136px;
height:15px;
}