html, body {
	height: 100%;
	margin:0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
	background-color: #535353;
	text-align: center;
	background-image: url('../afbeeldingen/bg_html.gif');
	background-repeat: repeat-x;
	
}

a {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: 500;
	color: #FF8711;
}

table {
font-family: Verdana;
	font-size: 12px;
	color: #404040;
	width: 100%;
}
table tr {
	height: 25px;
}
h2 {
	font-size: 12px;
	color: #FF8711;
}

img {
	border: 0;
}
#upper_menu {
	width :710px;
	float:right;
	clear: both;
	text-align: right;
	height: 100%;
}

#upper_menu a h1 {
	padding-right: 15px;
	padding-top: 10px;
	display: block;
	cursor: pointer;
	font-size: 14px;
	margin:0;
	float: right;
}
#zoekveld {
	padding-right: 15px;
	padding-top: 7px;
	display: block;
	font-size: 16px;
	margin:0;
	float: right;
}

#zoekveld input {
	color: #808080;
}
#winkelwagen_top {
	cursor: pointer;
	margin-top: 40px;
	float: left;
	margin-right: 300px;
	color : #404040;
	font-size: 12px;
	background-image: url('../afbeeldingen/winkelwagen.gif');
	background-repeat: no-repeat;
	width: 180px;
	margin-left: -15px;
	padding: 4px;
	padding-left: 10px;
	height: 34px;
	text-align: left;
}

#winkelwagen_top h1{

	padding: 0;
	font-size: 12px;
}

#wrapper {
	width: 1050px;
	height: auto !important;
	height: 80%;
	min-height:100%;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	display: table;
	min-height: 100%;

}

#header{ 
	height: 120px;
	width: 100%;
}

#logo {
	width: 200px;
	height: auto;
	float: left;
}

#menu {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	height: auto !important;
	width: 200px;
	padding: 0;
}
#menu h1 {
	margin-left: 10px;
}
#top_menu ul {
	margin:0;
	margin-top: -5px;
	margin-bottom: 10px;
	list-style: square;
	width: 100%;	
	padding-left: 30px;
	line-height: 16px;
}
#top_menu a {
	color: #404040;
	font-size: 11px;
	text-decoration: none;	
}
#top_menu a:hover {
	color: #FF8711;
}
#top_menu {
	height: 0 auto;
	background-color: #ECEDEC;
	padding:10px;
}
#menu2 {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	height: auto !important;
	width: 200px;
	padding: 0;
}
#menu2 h1 {
	margin-left: 10px;
}
#top_menu2 ul {
	margin:0;
	margin-top: -5px;
	margin-bottom: 10px;
	list-style: square;
	width: 90%;	
	padding-left: 30px;
	line-height: 16px;
}
#top_menu2 a {
	color: #404040;
	font-size: 11px;
	text-decoration: none;	
}
#top_menu2 a:hover {
	color: #FF8711;
}
#top_menu2 {
	height: 0 auto;
	background-color: #ECEDEC;
	padding:10px;
}

#content {
	float: left;
	width:  600px;

	height: 100%;
}
#content_top img {
	display: none;
}

#content a {
	color: #404040;
	text-decoration: none;
	
}

#content_top {
	width: 570px;
	height: 181px;
	background-image: url('../afbeeldingen/bg_tekst_content.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

#content_top  h1, #content_top  p {
	margin: 0;
}

.product {
	width :95%;
	float: left;
	margin-top: -15px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
}

.knop_meer_weten {
	background-image:url('../afbeeldingen/knop_meer_info.gif'); 
	float: left;
	height: 20px; 
	width: 137px;
	display:block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}
.input_color input {
	border: 1px solid #ff8711;
}
.knop_winkelwagen {
	background-image:url('../afbeeldingen/knop_winkelwagen.gif'); 
	float: left;
	height: 20px; 
	width: 150px;
	display:block;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}

.row_aan {
	background-color:#FFF;
}

.row_uit {
	background-color: #FFF;
}
#content_top  p {
	width: 300px;
}
#LP {
	width: 100%;
	text-align: center;
	background: #ecedec;
	height: 0 auto;
	min-height: 20px;
	line-height: 20px;
}
#LP a {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
	margin-right: 10px;
}