/*** © LCP nv - Gemeente Keerbergen ***/
/*global*/
*{	font-family: Verdana, Geneva,Arial, Trebuchet Ms, Sans-serif;
	/*font-size: 10px;*/
	font-size: 1em;
}

html,body,form{
	min-height:100%;
	margin:0;
	padding:0;
	height:100%;
}

/*body*/
html{background: url(/images/bg_left2.gif) repeat-y left;}	/*works only in firefox*/
body{
	/*background: url(/images/bg_schn.gif) repeat-y 18px 200px;*/
	background: url(/images/bg.jpg) repeat-x;	
	color: #00466A;
	scrollbar-face-color: #E5ECF0;
	scrollbar-track-color: #B7C8D2;
	scrollbar-arrow-color: #00466A;
	scrollbar-shadow-color: #E5ECF0;
	scrollbar-highlight-color: #E5ECF0;
	min-width:775px;/*code to make this work in IE can be found in the template.css (I do not want this to ruin the editor)*/
	font-family: Verdana, Geneva,Arial, Trebuchet Ms, Sans-serif;/* needed for radeditor */
	/*font-size: 10px; needed for radeditor */
	font-size: 62.5%;
}

/*links*/
a{	text-decoration: none;font-weight: bold;color: #006891;}
a:link{color: #006891;}
a:visited{color: #006891;}
a:active{color: #006891;}
a:hover{color: #B5B3B4;}

/*forms*/
input, select{	
	background: white;
	color: #5E9F1A;
	border: 1px solid #75BE27;
	padding: 0 0 0 5px;
}
input.btn{
	background: #73BE18;
	color: white;
	border: none;
	height: 18px;
	padding: 0;
}
/* for IE 5.0+: no border round checkbox/radiobutton*/
input {
    border: expression(this.type=="checkbox"? 'none':
                       this.type=="radio"?    'none':
                       'default');
}
/*tables*/
table, td{margin: 0;padding: 0;
	/*font-size: 10px;*/
	font-size: 1em;/* needed for radeditor */}

/*headers*/
H1,H2,H3,H4,H5,H1 a,H2 a,H3 a,H4 a,H5 a{
	font-family:Century Gothic,Verdana,geneva, Arial, Trebuchet Ms, Sans-serif;
	margin:0 0 .2em 0;
	padding:0;
	font-variant:normal;font-weight:normal;line-height: 1em;
	text-transform:lowercase;}
H1{/*font-size:180%*/font-size:1.8em;border-bottom:3px solid #00466A;}
H1 a, H1 a:link{color:#00466A;}
H1 a:visited{color:#00466A;}
H1 a:active{color:#00466A;}
H1 a:hover{color:#B5B3B3;}

H2{/*font-size:140%*/font-size:1.4em;border-bottom:2px solid #73BE18;	color:#73BE18;margin-top:1.2em;}
H2 a, H2 a:link{color:#73BE18;}
H2 a:visited{color:#73BE18;}
H2 a:active{color:#73BE18;}
H2 a:hover{color:#00466A;}

H3,H4,H5,H3 a,H4 a,H5 a{margin-top:.5em;}
H3{/*font-size:120%*/font-size:1.2em;border-bottom:1px solid #858585;color:#858585;}
H3 a, H3 a:link{color:#858585;}
H3 a:visited{color:#858585;}
H3 a:active{color:#858585;}
H3 a:hover{color:#73BE18;}

H4,H5{/*font-size:110%*/font-size:1.1em;border-bottom:1px solid #B5B3B3;	color:#B5B3B3;	margin-left:3px;	}
H4 a, H4 a:link,H5 a, H5 a:link{color:#B5B3B3;}
H4 a:visited,H5 a:visited{color:#B5B3B3;}
H4 a:active,H5 a:active{color:#B5B3B3;}
H4 a:hover,H5 a:hover{color:#858585;}

H1 a,H2 a,H3 a,H4 a,H5 a{/*font-size:100%*/font-size:1em;}

/*rest*/
hr{
	height: 1px;
	color: #73BE18;
	border: 0;
	border-bottom: 1px solid #CFE5AE;
	margin-right:10px;
}
p{margin-left:0;}
div{margin:0;padding:0;}

/*algemene classes*/
.floatRight{float:right;margin:0;padding:0;text-align:right;margin-right:10px;}
.floatLeft{float:left;margin:0;padding:0;text-align:left;}
ul.links li span.floatRight{float: right; margin: -15px 10px 0 0;}

/*icoontjes zonder bg*/
.web2{background:url(/images/ic_www.gif) no-repeat 0 0;}
.mail2{background:url(/images/ic_mail2.gif) no-repeat 0 0;}
.phone2{background:url(/images/ic_tel2.gif) no-repeat 0 0;}
.name2{background:url(/images/ic_pers2.gif) no-repeat 0 0;}
.fax2{background:url(/images/ic_fax2.gif) no-repeat 0 0;}
.adres2{background:url(/images/ic_adres2.gif) no-repeat 0 0;}

/* template font-size */
#htp, #bot, #dis {	font-size: 10px;}
#mainmenu, #header {	font-size: 1em;}
div#dis a.dis{font-size:9px;}
/* A to Z */
#zittingen th,#zittingen th.rechts {font-size: 1.1em;}
#zittingen small, #zittingen td.center small{font-size: 0.9em;}

/* Cordis */
#overzicht a.title{font-size:1.1em;}

/* faq */
#faqLijst th,#faqLijst th.rechts{font-size: 1.1em;}

/* gidsen */
#links a.title{font-size:1.1em;}