/* Gemaakt door Arian Stolwijk www.aryweb.nl */

html,body {
	min-height: 100%;
	_height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png) repeat-x bottom;
}

#container {
	margin: 0 auto;
	width: 950px;
	background:url(../images/content-bg.png) repeat-y center;
}

#container2 {
	background: url(../images/footer.png) no-repeat bottom;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 69px;
	padding: 211px 25px 0 25px;
}

#header ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	height: 41px;
}

#header ul#menu li {
	float: left;
	margin: 0;
	margin: 0;
}

#header ul#menu li a {
	display: block;
	float: left;
	padding: 9px 25px 9px 25px;
	margin: 0;
	height: 23px;
	_padding-top: 12px;
	_height: 20px;
	color: white;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}

#header a:hover {
	background: #aaa;
	color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

#header ul#menu li a.first-letter {
	font-size: 1.3em;
}

#content {
	padding: 0 45px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 170px;
	background: #e8e8e8;
	margin-top: 5px;
	padding: 5px;
	overflow: auto;
}

#text {
	float: left;
	width: 660px;
	margin-left: 20px;
}

#footer {
	height: 60px;
	padding: 18px 35px 0 35px; 
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#imageSlideshow {
	float: right;
	width: 300px;
}

.hide {
	display: none;
}

.productTree, .productTree ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: square;
}

.productTree ul {
	margin: 5px 0 5px 15px;
	padding: 0;
}

.productTree li {
	margin: 2px 0;
}

.productTree a {
	text-decoration: none;
}

.productTree a:hover {
	border-bottom: dotted #496119 1px;
}

.webwinkel_cats {
	margin: 0 0 20px 0;
}

.webwinkel_item_row {
	width: 100%;
	overflow: hidden;
}

.webwinkel_item {
	width: 50%;
	float: left;
}

.webwinkel_item div {
	margin: 5px;
	padding: 5px;
	border-top: #496119 1px solid;
	border-bottom: #496119 1px solid;
	overflow: hidden;
	background: url(../images/productbg.png) repeat-x #e8e8e8;
}

.webwinkel_item img {
	float: left;
	width: 120px;
}

.webwinkel_item p {
	float: left;
	padding: 10px;
	width: 170px;
}

.webwinkel_item p a {
	text-decoration: none;
	font-size: 1.3em;
}

.webwinkel_item p a:hover {
	text-decoration: underline;
}
