* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #e9e9e9;
	background-image: url(images/bg_header1.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	min-width: 960px;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-bottom: -170px;
}



#header {
	height: 165px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header #logo {
	height: 100px;
}

#content {
	background-color: #FFF;
	/* Rounded corner stuff starts here */
  background-color: #f7f8f8;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	padding-top: 10px;
	overflow: auto;
	margin-top: 10px;
}
#contentlinks {
	width: 510px;
	float: left;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 10px;
}
#contentmid {
	width: 200px;
	float: left;
	margin-left: 15px;
}
#contentmid #midtop {
	background-image: url(images/menutemp1.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	height: 29px;
	margin-bottom: 10px;
	width: 200px;
}



#content #contentrechts {
	float: left;
	width: 200px;
	margin-left: 15px;
}

#footer {
	height: 180px;
	background-color: #6C4F2F;
	background-image: url(images/bgfooter6.png);
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}
#banner_foot {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}


.footer, .push {
	height: 180px;
	clear: both;
}
#footer h2 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	line-height: 30px;
}





.footer_rounded {
	width: 200px;
	color: white;
	/* Rounded corner stuff starts here */
  background-color: #6C4F2F;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	background-image: url(images/bgfooter_trans.png);
	background-repeat: repeat-x;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
.footer_rounded .home  {
	background-image: url(images/icons/forum_icon_home25.png);
	background-repeat: no-repeat;
	background-position: 170px 4px;
}
.footer_rounded .links  {
	background-image: url(images/icons/forum_icon_link25.png);
	background-repeat: no-repeat;
	background-position: 170px 4px;
}
.footer_rounded .sponsor  {
	background-image: url(images/icons/forum_icon_sponsor25.png);
	background-repeat: no-repeat;
	background-position: 170px 4px;
}
.footer_rounded .contact  {
	background-image: url(images/icons/forum_icon_contact25.png);
	background-repeat: no-repeat;
	background-position: 170px 4px;
}




.footercenter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #FF6;
	text-decoration: underline;
}

.menu{
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	height: 50px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.menu ul{
	height:50px;
	list-style:none;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	.menu li{
	float:left;
	height: 50px;
		}
	.menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 50px;
	padding-top: 0px;
		}

		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
	background:#e0e0e0;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:200;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #690;
	border-bottom-color: #690;
	border-left-color: #690;
		}


	.menu li:hover ul{
		display:block;
		}
	.menu li li {
	display:block;
	float:none;
	width:225px;
	height: 40px;
		}

	.menu li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	line-height: 40px;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}

	.menu p{
		clear:left;
		}	
	.menu #current{
	background:url(images/current-bg.gif) top left repeat-x;
	color:#000;
}
.menu ul .mnjoint  {
	color:#236100;
	background-image: url(images/icons/mn_joint18.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
	
	
.menu ul .mnhome {
	background-image: url(images/icons/mn_home18.png);
	background-position: 7px center;
	background-repeat: no-repeat;
}
.menu ul .mnjoint{
	background-image: url(images/icons/mn_joint18.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.menu ul .mnwiet{
	background-image: url(images/icons/mn_wiet.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.menu ul .mnwet{
	background-image: url(images/icons/mn_wet18.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.menu ul .mnrecept {
	background-image: url(images/icons/mn_recept.png);
	background-position: 5px center;
	background-repeat: no-repeat;}
.menu ul .mnkweken {
	background-image: url(images/icons/mn_kweken.png);
	background-position: 5px center;
	background-repeat: no-repeat;}
	.menu ul .mnforum {
	background-image: url(images/icons/mn_forum.png);
	background-position: 5px center;
	background-repeat: no-repeat;}

a {
	color: #8D663D;
	text-decoration:none;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
	
H1 {
	font-size:20px;
	color:#000000;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 6px;
	margin-bottom: 5px;
	font-weight: bold;
      }


H2 {
	font-size:18px;
	color:#000000;
	padding-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 15px;
	font-weight: bold;
	margin-bottom: 5px;
      }
H3 {
	color: #000;
	font-size: 14px;
}
h4 {
	border-bottom-color: #999999;
	color: #333;
	padding-bottom: 3px;
	font-size: 11px;
}
#contentlinks p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.productspacer {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E9E9E9;
	padding-bottom: 5px;
	padding-top: 5px;
}
.collumheader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	height: 29px;
	margin-bottom: 10px;
}



.rounded_colhead
{
	width: 200px;
	color: white;
	/* Rounded corner stuff starts here */
  background-color: #3f6daf;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-top: 10px;
	height: auto;
}

.rounded_colhead2
{
	width: 200px;
	color: white;
	/* Rounded corner stuff starts here */
  background-color: #f2f3f3;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}

.rounded_colhead3
{
	width: 200px;
	color: white;
	/* Rounded corner stuff starts here */
  background-color: #CC9;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.rounded_colmain
{
	color: #333;
	/* Rounded corner stuff starts here */
  background-color: #FFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/logo_jdforum.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.rounded_colmain_inside {
	color: #333;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 100px;
	margin-bottom: 10px;
}




.rounded_colhead_ad1
{
	width: 180px;
	color: #333;
	/* Rounded corner stuff starts here */
  background-color: #FFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	margin-left: auto;
	height: 120px;
	
}

.rounded_content1  {
	width: 180px;
	color: #333;
	/* Rounded corner stuff starts here */
  background-color: #f7f8f8;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	margin-left: auto;
	
}

.rounded_content2  {
	width: 180px;
	color: #333;
	/* Rounded corner stuff starts here */
  background-color: #FFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	margin-left: auto;
	
}

.rounded_col_inloggen {
	width: 180px;
	color: #333;
	/* Rounded corner stuff starts here */
  background-color: #FFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	margin-left: auto;
	height: auto;
}
.contentbanner {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.rounded_content2 ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rounded_content2 ul {
	list-style-image: url(images/icons/mn_recept.png);
	list-style-position: inside;
	list-style-type: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
}
