/* Style by Dinand Mentink. dcreative.nl */

/*fonts*/
body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
background:#785531 url(graphics/background.png) repeat-y 50% 0px;
padding:0px;
margin:0px;
}

h1,h2,h3,h4,h5,h6{
color:#4E2F10;
margin:0px;
font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
font-weight: bold;
}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:14px;}

/*divs*/
#menu{
width: 200px;
margin:0px;
float:left;
}

#main{
width: 980px;
margin:0px auto;
padding: 0px;
overflow: hidden;
min-height: 100%;
}

#content{
width: 660px;
padding: 0px;
margin-right: 60px;
float: right;
overflow: hidden;
}
#mandje{
margin: 0px auto;
margin-top: 40px;
padding: 0px;
height:190px;
width: 1020px;
background: url(graphics/bottom_mandje.png) no-repeat 100% 100%;

}
#copyright{
margin: 0px;
margin-top: 40px;
padding: 0px;
text-align: center;
font-size: 10px;
color: #333333;
}

/*etc*/
.banner{
border: 0px;
margin: 0px;
text-align: left;
}
.title{
text-align: right;
}

/*links*/
a:link {
	color: #4E2F10;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4E2F10;
}
a:hover {
	text-decoration: none;
	color:#4E2F10;
}
a:active {
	text-decoration: underline;
	color: #4E2F10;
}