/********************************************
	AUTHOR:  			Marc de Ruijter
	WEBSITE:   			http://bomen.allemaal.info
	TEMPLATE NAME: 		Bomemzoekmachine
	DATE				March 2008
	VERSION:			0.4
 *******************************************/ 
 
 
 
/* COLORS
LOGO 					#white
BODY BCKGRND			#F03F12	
WRAPPER BCKGRND			#FDFEE9 lichtgeel
LEFTMENU BCKGRND		#CE3705 donker rood
RIGHTMENU BCKGRND
CONTENT BCKGRND
FOOTER BCKGRND			#FF6600
 */
 

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: 10px;		}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #3C6D11;
	text-align: center;		}
	
#wrapper{
	background-color: #FDFEE9;
	margin-left: 5%;
	margin-right: 5%;
	text-align:left;	
}
	
#header {
	height: 50px;
	background-image: url(headerlogo-rounded.jpg);
	background-repeat: no-repeat;    }
	
#main {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;	 
	line-height: 1.2em;   }
	
.content {
	float: left;
	margin: 10px;
	padding: 10px;
	margin-bottom: 20px;
	border: thin solid #3C6D11;
}

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

#leftsidebar {
    background:#CE3705;
    float:left;
    width:130px;  
	height:100%;  }
	
#rightsidebar {
    background:#CE3705;
    float:right;
    width:140px;  
	padding:10px; 
	margin-botton:0px }

#footer {
	background:#72B547;
	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;
}

.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: #72B547;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C6D11;
	border-right-color: #3C6D11;
	border-bottom-color: #3C6D11;
	border-left-color: #3C6D11
}

.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: #FDFEE9 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #3C6D11;
}


