/**
 * bugman.nl - css document
 */
html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal 0.75em/1.3em Arial, Helvetica, sans-serif;
	background: #fff url(./images/bloemetjes.gif) no-repeat top left;
}

#container
{
	width: 900px;
	margin: 37px 0 0 69px;
}

a, a:hover, a:visited
{
	color: #00A0C6;
	text-decoration: underline;
}

a:hover
{
	color: #00A0C6;
	text-decoration: none;
}

.clearfix:after,
.navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.navigation {
	display: inline-block;
}
 
html[xmlns] .clearfix,
html[xmlnl] .navigation {
	display: block;
}
 
* html .clearfix,
* html .navigation {
	height: 1%;
}

/**
 * HEADING
 */
#heading
{
	height: 78px;
	background: #fff url(./images/heading.gif) no-repeat top left;
}

#heading h1 { padding: 0; margin: 0; }

#heading h1 a
{
	display: block;
	width: 210px;
	height: 58px;
	text-indent: -900px;
	margin: 0 0 0 50px;
}

/**
 * BODY
 */
#body
{
	background: #fff url(./images/body_bg.gif) repeat-y top left;
}

#left_body
{
	width: 205px;
	float: left;
}

/**
 * MENU
 */
div#left_body
{
	margin:	0 10px 20px 10px;
	_margin-left: 20px;
	padding: 0;
	width: 245px;
}

#left_body ul { list-style: none; padding: 0 0 0 15px; }

ul#menu	{
	margin: 0 0 20px 0;
	padding: 5px 0;
	background: #fff url(./images/menu_top_bg.gif) no-repeat top left;
}

#menu #pages .widgettitle 	{
	display: none;
}

#menu ul
{
	margin: 20px 0 0 0;
	padding: 1px 0;
	list-style: none;
}

#menu li
{
	padding: 0 0 0 10px;
}

#menu li a
{
	font: bold 1.0em/2em Arial, Helvetica, sans-serif;
	background: #edf4df url(./images/kever_normaal.gif) no-repeat left;
	padding: 0 0 0 50px;
	margin: 0;
	color: orange;
	text-decoration: none;
}

#menu li.actief a, #menu li.current_page_item a
{
	background: #edf4df url(./images/kever_actief.gif) no-repeat left;
	padding: 0 50px;
	color: #00a0c6;
	margin-right: 10px;
}

#menu li a:hover
{
	background: #edf4df url(./images/kever_actief.gif) no-repeat left;
	text-decoration: underline;
}

#bottom
{
	height: 16px;
	background: #fff url(./images/menu_bottom_bg.gif) no-repeat bottom left;
}

/**
 * WIDGETS
 */
.widget {
	margin: 0 0 20px 0;	
} 
 
.widget #recentcomments {
	padding: 0;	
}

.widget h2 {
	color: orange;
	font-size: 15px;	
}

.widget li {
	margin: 8px 0;	
}

/**
 * CONTENT
 */
#content
{
	padding: 10px 20px;
	width: 575px;
	float: right;
}

#content h2
{
	font: bold 1.8em/1em Arial, Helvetica, sans-serif;
	color: #00a0c6;
	margin: 0 0 0.5em 0;
}

#content h3
{
	font: bold 1.3em/1em Arial, Helvetica, sans-serif;
	color: orange;
	margin: 0 0 0.5em 0;
}

#content h4
{
	font: bold 1.1em/1em Arial, Helvetica, sans-serif;
	color: orange;
	margin: 0 0 0.5em 0;
}

#content, #content p, #garantie
{
	font: normal 13px/1.4em Arial, Helvetica, sans-serif;
	color: #256074;
}

#content .alignright	{
	float: right;
}

#content .alignleft	{
	float: left;
}

#content .postmetadata	{
	background: #EDF4DF;
	padding: 10px;
}

#content .post blockquote	{
	padding-left: 40px;
	margin-left: 0;
	background: url(images/quote.jpg) no-repeat left top;	
}

#content .post blockquote p	{
	font-style: italic;	
}

/* Navigation */
.navigation	{
	padding: 0 0 15px 0;
	display: block;
}

/* Post */
.post	{
	clear: both;
}

/* Reacties / Reageren */
textarea#comment	{
	width: 500px;
}

.commentlist	{
	border-top: 2px solid #EDF4DF;
	list-style: none;
	margin: 0;
	padding: 15px 0;	
}

.commentlist li	{
	padding: 10px 0;
	border-bottom: 1px solid #EDF4DF;
}


/* overzicht kever motoren */
.overzicht_kever_motoren h3
{
	margin: 10px 0;
}

.tbl_kever_motor
{
	border: 1px solid #BCE171;
	margin: 0 0 20px 0;
}

.tbl_kever_motor th
{
	text-align: left;
	padding: 3px;
	background-color: #EDF4DF;
}

.tbl_kever_motor th, .tbl_kever_motor td
{
	padding: 3px;
	border-bottom: 1px solid #BCE171;
}

/**
 * GOOGLEMAP
 */
#googlemaps_evenementen_homepage, #googlemaps
{
	border: 1px solid #0099CC;
	margin: 15px 0;
}

/**
 * FOOTER
 */
#footer
{
	height: 55px;
	background: #fff url(./images/footer_bg.gif) no-repeat top left;
	clear: both;
	padding: 40px 0 0 0;
	color: orange;
	font-weight: bold;
}