/********************************************
	AUTHOR:  			Marc de Ruijter
	WEBSITE:   			http://bomen.allemaal.info
	TEMPLATE NAME: 		Banenzoekmachine
	DATE				March 2008
	VERSION:			0.5
 *******************************************/ 
 
 
 
/* COLORS
LOGO 					#
BODY BCKGRND			#1B62A0 donkerblauw
WRAPPER BCKGRND			#EBFBFB lichtblauw
LEFTMENU BCKGRND		#
RIGHTMENU BCKGRND
CONTENT BCKGRND
FOOTER BCKGRND			#330066 blauw
 */
 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;	}

h1,h2 {	font-size: x-large;		
		padding: 15px;		}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: ##FFFFFF;
	text-align: center;		}
	
#header {
height: 50px;
background-image: url(headerlogo.png);
background-repeat: no-repeat;    }

#wrapper{
background-color: #FFFFFF;
margin-left: 5%;
margin-right: 5%;
text-align:left;		}

	
.content {
position:relative;
	float: left;
	margin: 2Opx 20px 20px 20px;
	padding: 10px;
	border: thin solid #666666;
}

#web20 {
	float: right;
	padding: 5px;
	margin: 10px;
	}

#footer {
	background: #330066;
	font-variant: small-caps;
	clear:both;
	padding: 5px;
	font-size: x-small;
	text-align: center;
}
	
/*floating images in the content, right or left*/
.leftimage{
	float: left;
	margin: 0 10px 20px 0;
	border: 0px;
	padding-left: 0px;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 0px;
width: 250px;
}

.img-noborder {
	border: 	0px; 
  	padding: 	0px;
  }
/*adjust the flow of the document - somehow
http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_pt3_10.html*/
.clearit{
clear: both;
}



/* *********** CSS generator ************** */

  /* *********** Topmenu ************** */

.topmenu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.topmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #565AEF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.topmenu ul li a:visited{
color: #FFFFFF;
}

.topmenu ul li a:hover, .topmenu ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000080;
}


