html,body{
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-color:#fff;
	background-repeat: repeat-x;
}

#mainContainer{
	width: 870px;
	margin-left: auto;
	margin-right: auto;		
}

#contentContainer{
	width: 870px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	float:left;
}

#logo {
	height:112px;
}

#menu {
	height: 292px;
	background-image: url(../images/hout.jpg);
	padding-left:81px;
	padding-top:9px;
	background-repeat: no-repeat;
}

#visual {
	float:left;
}

#menuContainer {
	float:left;
	padding-left:24px;
	padding-top:21px;
}

#main { 
	padding-left:81px;
	float:left;
}

#text {
	float:left;
	font-family: 'Trebuchet MS';
	color: #534222;
	font-size:12px;
	width:476px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	display: block;
}

.menuItemBorder {
	width: 180px; 
	height: 30px; 
	border: #fff solid 1px;
	margin-bottom:18px;
}

.menuItemVlak {
	width: 180px; 
	height: 30px; 
	background-color: #fff; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.menuItemVlakOver {
	width: 180px; 
	height: 30px; 
	background-color: #fff; 
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	cursor:pointer;
	cursor:hand;
}

.menuItemText {
	text-align:center;
	width: 180px;
	padding-top:5px; 
	height: 26px; 
	background-color: #fff; 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	font-family: 'Trebuchet MS';
	color: #3d2f16;
	font-size:14px;
	font-weight:bold;
}

.menuItemText a{
	text-decoration:none;
}

#categorien {
	float:left;
}

#catItems{
	padding-left:25px;
}

#catItems li{
	border-bottom:#534222 solid 1px;
	margin-top: 4px;
}

#catItems li a{
	text-decoration:none;
	font-weight:bold;
}

#catItems li a:hover{
	text-decoration:none;
	font-weight:bold;
}


#catHeader{
	background-image: url(../images/cat.jpg);
	height:24px;
	width:201px;
	font-family: 'Trebuchet MS';
	color: #fff;
	font-size:13px;
	padding-left:27px;
	padding-top:2px;
}

#logo {
	padding-top:2px;
	padding-left:100px;
}

#logoHolder{
	float:left;
	margin-right:308px;
	
}

#contactHolder{
	float:left;
	width:200px;
	text-align:right;
	padding-top:18px;
	font-family: 'Trebuchet MS';
	color: #3d2f16;
	font-size:12px;
}

.mainText{
	font-family: 'Trebuchet MS';
	color: #534222;
	font-size:12px;
}

.imageLink{
	border:#fff solid 2px;
}

a{
	color: #3d2f16;
}

h1{
	font-size:24px;
	text-transform:lowercase;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

h2{
	font-size:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.input {
	border:#3d2f16 solid 1px;
	font-family: 'Trebuchet MS';
	font-weight:bold;
	color: #534222;
	font-size:11px;
	background-color:#f8f7e3;
	width:400px;
}

.divleft {
	clear: left; 
	border-right: #3d2f16 1px solid; 
	padding-right: 3px; 
	border-top: #3d2f16 1px solid; 
	padding-left: 3px; 
	float: left; 
	margin-bottom: 30px; 
	padding-bottom: 3px; 
	border-left: #3d2f16 1px solid; 
	width: 214px; 
	margin-right: 30px; 
	padding-top: 3px; 
	border-bottom: #3d2f16 1px solid; 
	height: 175px;
}

.divright {
	border-right: #3d2f16 1px solid; 
	padding-right: 3px; 
	border-top: #3d2f16 1px solid; 
	padding-left: 3px; 
	float: left; 
	margin-bottom: 30px; 
	padding-bottom: 3px; 
	border-left: #3d2f16 1px solid; 
	width: 214px; 
	padding-top: 3px; 
	border-bottom: #3d2f16 1px solid; 
	height: 175px;
}