/* CSS Document */

* { padding:0; margin:0; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:#fbfbfb url(images/bg.gif) top center repeat-y; color:#000; margin-left:1px }

img { border:0; }
img.borderL { border:1px solid #dcdcdc; border-right-color:#c5c5c5; border-bottom-color:#c5c5c5; padding:5px; background:#dcdcdc; float:right; margin-left:15px; }
img.borderR { border:1px solid #dcdcdc; border-right-color:#c5c5c5; border-bottom-color:#c5c5c5; padding:5px; background:#dcdcdc; margin-top:15px;}
img.homebanner { float:left; margin-right:1px; }

.clr { clear:both; line-height:0; font-size:0; }
li{ list-style:none; }

/* HEADING */
h2 { font-size:16px; color:#ff0000; margin-bottom:15px;}
h3{ font-size:12px; color:#555; font-weight:bold; margin-bottom:8px;}

/* PARAGRAPH & TYPO */
p { padding-bottom:10px; line-height:20px;}
.pb0 { padding-bottom:0; } .pb5 { padding-bottom:5px; }

a, a:visited { color:#ff0000; text-decoration:none; }
a:hover { color:#ff0000;text-decoration:underline; }

/* STRUCTURE */
#container { width:900px; margin:0px; margin-left: auto;
margin-right: auto;min-height:100%; position:relative; }
	#top { height:130px; width:860px;background:#FFFFFF url(images/logo.gif) no-repeat center ; margin: 5px 20px 20px 20px;}
		#language{ height:22px; line-height:22px; text-align:right; }
		#language a{color:#000000; text-decoration:none; font-size:10px;}
        #language a:hover {color:#000000; text-decoration:underline; font-size:10px;}

	
	#nav { height:30px; background:#ffff00; margin-bottom:0px;border-bottom: 0px solid #ff0000;}
    #nav2 {  background:#ffff00; margin-bottom:0px;margin-left:20px;}
#sub1 {  background:#ff0000; margin-bottom:0px;margin-left:0px;width:900px;}
#sub1x {  background:#ff0000; margin-bottom:0px;margin-left:20px;}
		#nav ul { margin:0; }
		#nav ul li { list-style:none; display:block; float:left; margin:0; background:url(../img/nav_sept.gif) no-repeat right; padding-right:0px; }
		#nav ul li a { display:block; float:left; height:30px; line-height:30px; color:#000000; font-weight:normal; padding: 0 11px; }
		#nav ul li a, #nav ul li a:hover, #nav ul li a:active { text-decoration:none; }
		#nav ul li a:hover { background:#ff0000;color:#fff; }
		#nav ul li.active a, #nav ul li.active a:hover, #nav ul li.active a { background:#FF0000; }
        #nav a.menu_current { background:#ff0000;color:#fff; }	
#nav .menu-current { background:#ff0000; color:#fff; }
#nav .menu-current a{ background:#ff0000; color:#fff; }
#nav .menu-parent a{ background:#ff0000; color:#fff; }

#main { padding: 0 20px 0 20px; min-height:200px; height:auto!important; height:200px; }
		#banner { height:200px; margin-bottom:20px;margin-top:20px; }
		#banner a:hover img { opacity:0.7; filter:alpha(opacity=70); }
		#center{ padding: 25px 20px 25px 20px;}
		#left { width:642px; float:right; padding: 0px 0px 25px 0;margin-right:15px;}
		#right { width:180px; float:left; padding: 0px 0px 25px 0; background:#FFffff; margin-left:20px;}

			#right li{ background:url(../img/arrow.gif) no-repeat 0 6px; padding-left:20px; line-height:20px;}
			#left li{ background:url(../img/arrow.gif) no-repeat 0 6px; padding-left:20px; line-height:20px; margin-bottom:10px;}
			
#sidebar1 { width: 160px; background:#000000; padding-top: 10px; padding-left:10px; padding-bottom:10px; line-height:10px; margin-bottom:20px;}



			/* CONTACT FORM */
			form#contactForm {}
			span.required { color:#f00; }
			
			form#contactForm input { background:#fff; border:1px solid #aaa; height:18px; padding: 2px 5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:url(../img/bg_input.gif) 0 0 repeat-x; vertical-align:middle; }
			form#contactForm textarea { background:#fff; border:1px solid #aaa; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:url(../img/bg_input.gif) 0 0 repeat-x; vertical-align:top; }
			form#contactForm input#send { height:25px; line-height:25px; background:#FF6B05 url(../img/bg_btn.gif) -1px -1px repeat-x; border:1px solid #FD6801; color:#fff; font-weight:bold; text-align:center; cursor:pointer; padding:0 5px; }
						
			form#contactForm p.err input,
			form#contactForm p.err textarea { border:1px solid #f00; }
			span.errmsg { color:#f00; margin:0 0 0 7px; }
			span.validmsg { color:#090; margin:0 0 0 7px; }
			div.successful { background:#D4E5FF; border:1px solid #06f; color:#06f; padding:5px 7px; text-align:center; line-height:16px; }
			
			/* LIVE VALIDATION */
			.LV_valid { color:#090; }				
			.LV_invalid { color:#f00; }
				
			.LV_validation_message{ margin:0 0 0 7px; }
				
			.LV_valid_field,
			input.LV_valid_field:hover, 
			input.LV_valid_field:active,
			textarea.LV_valid_field:hover, 
			textarea.LV_valid_field:active,
			.fieldWithErrors input.LV_valid_field,
			.fieldWithErrors textarea.LV_valid_field {
				border: 1px solid #090!important;
			}
				
			.LV_invalid_field, 
			input.LV_invalid_field:hover, 
			input.LV_invalid_field:active,
			textarea.LV_invalid_field:hover, 
			textarea.LV_invalid_field:active,
			.fieldWithErrors input.LV_invalid_field,
			.fieldWithErrors textarea.LV_invalid_field {
				border:1px solid #f00!important;
			}
			
	#footer { padding:5px 20px; text-align:left; cursor:default; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;position: absolute; 
       bottom: 0;   }
		#footer ul { margin:0 0 8px 0; }
		#footer li { display:inline; }
	 	#footer a, #footer a:hover, #footer a:visited { color:#f60; text-decoration:none; } 
		#footer a:hover { text-decoration:underline; } 
		#footer p{line-height:8px;}
		

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

.highlight {   
	background-color: #ffff00;
}

/* Submenu */
#submenu {
	vertical-align: top;
    background-color: #ff0000;
    width: 180px;
	padding: 0px;
    color:#ff0000;
    font-size: 11px;
    border-right: 0px solid #000000;
    border-left: 0px solid #000000;
    margin: 0px 0px 0px 0px;
    }

#submenu_boven {
	width: 180px;
    height: 30px;
	padding: 0px;
    background-image: url(images/menuboven.gif);
	background-repeat: no-repeat;
	background-position: bottom;
margin: 0px 0px 0px 0px;
}

#submenu_boven div {
	
margin-left: 10px;
    }

#submenu_onder {
	width: 180px;
    height: 30px;
	padding: 0px;
    margin-bottom: 0px;
    background-image: url(images/menuonder.gif);
	background-repeat: no-repeat;
	background-position: top;
margin: 0px 0px 0px 0px;
}

#submenu a{
color:#FF0000;
font-weight:normal;
text-decoration:none;
background-color:inherit;
}


#submenu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    border-bottom: 0px solid #ffffff;
     }


#submenu li li {
	list-style-type: disc;
	margin-left: 15px;
	padding: 0px;
    border-bottom: 0px solid #ffffff;
    color:#000000;
     }

#submenu li li li{
	list-style-type: circle;
	margin-left: 0px;
	padding: 0px;
    border-bottom: 0px solid #ffffff;
    color:#000000;
    background-image:url(images/lampxxxxxx.gif);
    background-repeat:no-repeat;
    background-position:0px 5px; 
    padding-left:8px;

     }



#submenu ul{
	list-style-type: none;
    margin: 0px;
	padding: 0px;
    background-color: #ff0000;
        }


#submenu ul ul {
    list-style-type: none;
	padding-left:10px;
    color:#fff;
    background-color: #ccc;
    font-size: 10px;
}


#submenu a:link, #submenu a:visited, #submenu a:active {
	padding: 2px 10px 2px 10px;
    color: #fff;
	display: block;
	text-decoration: none;
    background-image: url(images/pijltje_witxxx.gif);
    background-repeat: no-repeat;
	background-position: center;
}


#submenu ul ul a:link, #submenu ul ul a:visited, #submenu ul ul a:active {
	padding: 2px 10px 2px 10px;
    color: #000000;
	display: block;
	text-decoration: none;
    background-image: url(images/pijltje_witx.gif);
    background-repeat: no-repeat;
	background-position: center;
}


#submenu a:hover {
    background-color: #ffff00;
    color: #000000;
    background-image: url(images/pijltjexxxx.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

#submenu ul ul a:hover {
    background-color: #ffff00;
    color: #000000;
    background-image: url(images/pijltjexxxx.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

#submenu .menu_current a{
	font-weight: normal;
    font-size: 11px;
    background-color: #ffff00;
    color: #000000;
    background-image: url(images/pijltjexxxxxx.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#submenu ul ul .menu-current a{
	font-weight: normal;
    font-size: 10px;
    background-color: #ffff00;
    color: #000000;
    background-image: url(images/pijltje.gif);
	background-repeat: no-repeat;
	background-position: center; 
}




.menu{
	border: 0px;
	border-style: solid;
	border-bottom: 0px;
	border-color: #CCC;
    background-color: #B0C700;
   }

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #ccc;

}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: px solid;
	border-color: #ccc;


}

.menu ul ul {
	padding-left: 10px;
	background-color: #E1E5F4;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #003;
	display: block;
	text-decoration: none;
	font-weight: normal;
	
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#0057A2;
    
}
.menu a.menu_current {
	font-weight: bold;
	color: #fff; 	 
	background-color: #0057A2;
}


#random{
height: 135px;
width:180px;
background: url("images/randombg.gif") no-repeat;
padding:0px ;
}

#randomrand{
height: 140px;
width:180px;
border-top:0px solid #000000;
border-bottom:0px solid #000000;
margin: 5px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

/**************** Submenu ****************/
#submenu1{
height:30px;
line-height:30px;
width:860px;
margin:0 0px;
background:#ff0000;
color:#333333;
margin-bottom:0px;
}


#submenu1 li{
float:left;
list-style-type:none;
border-right:0px solid #ffffff;
white-space:nowrap;
}

#submenu1 li a{
display:block;
padding:0 10px;
font-size:10px;
font-weight:normal;
text-transform:normal;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #submenu1 a {width:1%;}

#submenu1 .selected,#submenu1 a:hover{
background:#000000;
color:#ffffff;
text-decoration:none;
}

#submenu1 li a#current {
background: #f19738; 
border-bottom: 1px solid #000000;
}

#submenu1 a.current {
background: #000000; 
color: #ffffff; 
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:200px;
	margin-left: 0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

