/*<![CDATA[*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
/*	color: #333;
	font: 11px Verdana, sans-serif;*/
	text-align: center;
	z-index: 1;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	margin-top:20px;
	width: 785px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#header {
	float: left;
	width: 544px;
	height: 141px;
	background-color:#CCCCCC;
}

#winkelwagen {
	float: right;
	width: 220px;
	height: 121px;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
	color:#F27B91;
	font-family:Comic Sans MS;
	font-weight:bold;
	font-weight:inherit;
	font-size:16px;
	background-color:#FFFFFF;
}

/*  content gedeelte */
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */

#container-content {
	margin-top: 10px;
	width: 785px;
}

#menu {
	margin-top:5px;
	float: left;
	width: 170px;
	height: 300px;
	text-align:right;
	background-image:url(afbeeldingen/vlieg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#content {
	margin-top:5px;
	float: right;
	width: 600px;
	min-height: 400px; /* For Modern Browsers */
	height: 450px; /* For IE */
	background-color:#FFFFFF;
	font-family:Century Gothic, Verdana;
	font-size:12px;
	overflow:auto;
}

/*  footer gedeelte */

#footer {
	margin-top:5px;
	float: left;
	width: 785px;
	height: 50px;
	text-align:center;
	background-color:#FFFFFF;
}

/* links */
#content a {
	font-family:Century Gothic, Verdana;
	font-size:12px;
}
a{
	color: #9EBE59;
	text-decoration: none;
}
a:visited{
	color: #9EBE59;
	text-decoration: none;
}
a:hover{
	color: #9EBE59;
	text-decoration: underline;
}
/* webwinkel */
input.bestel_button
{
	/*background-image:url(http://www.designview.nl/040/afbeeldingen/bestel.jpg);*/
	background-color: #FFFFFF;
	text-align:right;
	border:0;
	width: 170px;
	height: 44px;
	font-family:Century Gothic, Verdana;
	font-size:14px;
}

input.but_paypal {
width: 110px;
height: 22px;
background: transparent url(afbeeldingen/bet_paypal.jpg) no-repeat;
outline: none;
border: none;
cursor : pointer;
}

input.bestelknop{
	/*background-color:#9EBF57;*/
	background-color:#FFFFFF;
	border: 0px;
	outline:0px;
	height:30px;
	font-family:Century Gothic, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#9EBF57;
	cursor:pointer;
}

input.bestelknop:hover{
	/*background-color:#F47890;*/
	background-color:#FFFFFF;
	font-weight:900;
}

input.overigeknop{
	/*background-color:#EE8089;*/
	background-color:#FFFFFF;
	border: 0px;
	outline:0px;
	height:30px;
	font-family:Century Gothic, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#F47890;
	cursor:pointer;
	margin-right:15px;
}
input.overigeknop-sub{
	/*background-color:#EE8089;*/
	background-color:#FFFFFF;
	border: 0px;
	outline:0px;
	height:20px;
	font-family:Century Gothic, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#F47890;
	cursor:pointer;
	margin-right:15px;
}

