* {
	outline:0;
	margin:0;
	padding:0;
}

body {
	background: url(bg.jpg) top repeat-x #aaaaaa;
	font-family:"Trebuchet MS", Arial;
	font-size:9pt;
}

#container {
	margin:auto;
	width:909px;
	margin-top:10px;
	background:url(top.png);
	_background:url(top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

h2 {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:8px;
}

#top {
	width:909px;
	height:152px;
}

#menu {
	padding-top:118px;
	padding-left:240px;
	height:30px;
	width:669px;
	font-size:9pt;
}

ul.menu {
	list-style:none;
	width:320px;
	height:30px;
	background-color:#fff;
	border-right:1px solid #cdcdcd;
	border-top:1px solid #cdcdcd;
}

ul.menu li {
	border-left:1px solid #cdcdcd;
	height:25px;
	float:left;
	display:inline;
	padding-top:5px;
}

ul.menu li a {
	color:#939494;
	text-decoration:none;
	padding: 0 16px;
	height:25px;
	font-weight:bold;
}

ul.menu li a:hover {
	color:#d1007e;
}

#shopcontainer #WebshopMenu #shop, #shop {
	padding-top:1px;
	width:220px;
	font-size:9pt;
	float:left;
}

#shopcontainer #WebshopMenu #shop ul.shop, #shop ul.shop {
	list-style:none;
}

#shopcontainer #WebshopMenu #shop ul.shop li, #shop ul.shop li {
	float:left;
	width:220px;
	height:25px;
	border:1px solid #cdcdcd;
}

#shopcontainer #WebshopMenu #shop ul.shop li a, #shop ul.shop li a {
	color:#efefef;
	background-color:#a7a7a7;
	text-decoration:none;
	display:block;
	height:20px;
	width:215px;
	padding:3px 0 2px 5px;
	font-weight:bold;
}

#shopcontainer #WebshopMenu #shop ul.shop li a:hover, #shop ul.shop li a:hover {
	background-color:#e6008b;
}

#ground {
	background-image:url(mid.png);
	_background-image:url(mid.jpg);
	_height:150px;
	background-position:top center;
	background-repeat: repeat-y;
}

#content {
	background-image:url(tekst.png);
	_background-image:url(tekst.jpg);
	padding:0 13px 0 12px;
	_height:150px;
	background-position:top center;
	background-repeat:no-repeat;
}

#content-winkel {
	background-image:url(tekst.png);
	padding:0 20px 0 12px;
	_height:150px;
	background-position:top center;
	background-repeat:no-repeat;
}

html >body #content {
	min-height:150px;
	height:100%;
}

#teksten {
	float:right;
	width:620px;
	height:auto;
	min-height:400px;
	overflow:hidden;
	padding-right:15px;
	margin-top:10px;
	padding-bottom:20px;
}
* html #teksten {
	height:400px;
	overflow:visible;
}
#foot {
	background-image:url(foot.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='css/foot.png');
	height:5px;
	width:894px;
	margin:auto;
	padding:20px 15px 0 0;
}

#proxi {
	width:67px;
	height:19px;
	display:block;
	float:right;
	background-image:url(proxi.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='css/proxi.png');
}

.hidden {
	display:none;
}


