

body {
    margin: 0;
    padding: 0;
    background:#fff url('http://dewieckhouten.nl/pics/countryback.gif') center top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center; 
    font-size: 9pt;
}

a {
    text-decoration: none;
    color: #abc;
    font-weight: bold;
}
/* laat onderstreping zien als de muis over een link gaat */
a:hover {
    text-decoration: underline;
}


#leftcol {
	float: left;
   	width: 10%;
} 

#rightcol {
	float: right;
     	width: 10%;

} 


#page {
    float: left;
    width: 80%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #823200;
}

#balk {
	background: url('http://dewieckhouten.nl/pics/balk.jpg') center top repeat-x;
	height: 28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #582208;
	text-align: right;
	}

#search_box {
	position: absolute;
	top: 1px;
	right: 102px;
}

#search_box .submit{
	font-family:Verdana;
	margin-right: 8px;
	margin-top: 5px; 
	margin-bottom: 5px;
	font-size:7pt;
	color:white;
	border:1px solid #B07053;
	background-color:transparent;
	}

#search_box .text{font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white; 
	background-color: #96191d;
	border:1px solid #B07053;
	}	          
	          

#banner {
	background: #96191d url('http://dewieckhouten.nl/pics/wieck_slogan.jpg') center top no-repeat;
   	height: 99px;
    	margin-left: 8px;
    	margin-right: 8px;
    	border-left: 1px solid #000;
    	border-right: 1px solid #000;
    	border-bottom: 1px solid #000;
}

#menu_top{
	position: relative;
	top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	height: 25px;
   	border: 1px solid #000;
   	padding-top: 2px;
    	background-color: #511b00;
    	z-index: 150;
}

#content {
	background: #b07053 url('http://dewieckhouten.nl/pics/content.jpg') center top repeat-x;
	position: relative;
	float: left;
	top: 16px;
	_left: -8px;
    	margin-left: 8px;
    	margin-bottom: 25px;
    	width: 535px;
    	_width: 573px;
    	min-height: 300px;
    	_height: 300px;
    	border: 1px solid #000;
   	 padding: 50px 10px 10px 10px;
    	z-index: 30;
}

#newsDiv {
	background: #b07053 url('http://dewieckhouten.nl/pics/content.jpg') center top repeat-x;
	position: relative;
	float: left;
	top: 16px;
	_left: -8px;
    	margin-left: 8px;
    	margin-bottom: 25px;
    	width: 535px;
    	_width: 573px;
    	min-height: 300px;
    	_height: 300px;
    	border: 1px solid #000;
    	padding: 50px 10px 10px 10px;
    	z-index: 30;
}

#info {
	background: #b07053 url('http://dewieckhouten.nl/pics/content.jpg') center top repeat-x;
	position: relative;
	float: right;
	top: 16px;
    	right: 8px;
	width: 202px;
    	border: 1px solid #000;
    	padding: 50px 10px 10px 10px;
}

#copy {
	position: relative;
	float: left;
	top: 8px;
	left: 0px;
	right: 0px;
	width: 800px;
    	font-size: 90%;
    	color: #abc;
}

copy a {
	color: #718ea5;
	text-decoration: none;
}
copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}

.left {
	position: absolute;
	top:0;
	left:0px;
}

.right{
	position: absolute;
	top:0;
    	right: 0px;
    	color: #718ea5;
}


