/*----------------------/
/   Css menu Borgloon   /
/----------------------*/
/* init
-------- */
html, body {margin:0; padding:0; border:0;}
div, table, tr, td, form, span {margin:0; padding:0; border:0;}
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:65.625%; background-color:#336699;}
a {color:White; text-decoration:none;}
a:hover {color:#FF9900;}

/* positionering elementen
--------------------------- */
#wrapper {background:#369 url(../images/borgloon_bg_repeat.jpg) repeat-x;}

/* upperstrip */
#upperstrip {height:66px; padding-top:8px; background:url(../images/borgloon_bg01.jpg) no-repeat 0 0;}
#wrapper>div#upperstrip{height:58px;}
#logo {float:left; width:170px;}
#menuitems {float:left; width:450px;}
#menuitems table {width:450px;}
#menuitems a, #searchbox span a
{
	padding: 0 0 2px 10px; 
	background:url(../images/borgloon_knop_oranje.gif) no-repeat scroll 0pt 50%;
	white-space: nowrap;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	color: rgb(255, 255, 255);
	width: 100%;
}
#menuitems a:hover, #searchbox span a:hover
{
	padding: 0 0 2px 10px; 
	background:url(../images/borgloon_knop_wit.gif) no-repeat scroll 0pt 50%;
	white-space: nowrap;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	color: rgb(255, 255, 255);
	width: 100%;
	color:#FF9900;
}
#searchbox {float:left; width:160px;}
#searchbox form {padding-top:7px;}
#searchbox form a 
{
	padding: 0 5px 0 10px; 
	background:url(../images/borgloon_knop_pijl.gif) no-repeat scroll 0pt 50%;
	white-space: nowrap;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	color: rgb(255, 255, 255);
	/*width: 100%;*/
}
#searchbox form a:hover{color:#FF9900;}
#searchbox form input {border-style:groove; border-width:2px;}


/* lowerstrip */
#lowerstrip {height:22px;}
#lowerstrip table {width:780px; text-align:center;}

/* Typography
--------------- */
table, #searchbox a{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%; font-weight:bold;}
#menuitems a, #searchbox a {/*font-style:italic;*/}
.lowerlinken {color:White; /*font-style:italic;*/}
.address {color:#FF9900;}
/*.mailto { font-style:italic;}*/

/* classes
----------- */
.lowerlinken {padding-left:5px;}
.item_0 {padding-left:4px;}
.item_1 {padding-left:2px;}
.item_2 {padding-left:0;}

div.clear {clear:both; height:1px; overflow:hidden;}
