@charset "utf-8";
body {
	background-image: url(images/houten_vloer.jpg);
	background-color: #413E2B;
	font-family: "Lucida Sans", Geneva, Georgia, "Times New Roman", Verdana;
	font-size: 10px;
	color: #645435;
	background-attachment: fixed;
}

h1{
	font-family: Georgia, Geneva, "Lucida Sans", "Times New Roman", Verdana;
	font-size: 17px;
	color: #645435;
	font-style:normal;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:0;
	margin:0;
}

h2{
	font-family: Georgia, Geneva, "Lucida Sans", "Times New Roman", Verdana;
	font-size: 14px;
	color: #645435;
	font-style:normal;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:0;
	padding-bottom:0px;
}

h3{
	font-family: Georgia, Geneva, "Lucida Sans", "Times New Roman", Verdana;
	font-size: 12px;
	color: #645435;
	font-style:normal;
	font-weight:normal;
}

blockquote{
	margin-left:10px;
	margin-top:-10px;
	padding-top:0;
}

#container {
	margin:auto;
	top:15px;
	background: url(images/bg_container.jpg);
	width:724px;
	border-bottom: #fbefdb solid 1px;
}

#header {
	top:0;
	left:0;
	right:0;
	background: url(images/headerbg.jpg);
	width:724px;
	height:275px;
}

#menu {
	position:relative;
	left:0;
	right:0;
	top:236px;
	width:100%;
	height:30px;
}

#menu ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	display:inline;
}

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

#menu ul li a
{
	overflow:hidden;
	float:left;
	background:center no-repeat;
	height:31px;
}

#menu ul li a span {
	display:block;
  	width: 0;
  	height: 0;
 	overflow: hidden;
}

#menu ul li a#li_welkom{
	margin-left:43px;
	background: url(images/li_welkom.jpg);
	width:78px;
}

#menu ul li a#li_info{
	background: url(images/li_info.jpg);
	width:64px;
}

#menu ul li a#li_voeding{
	background: url(images/li_voeding.jpg);
	width:90px;
}

#menu ul li a#li_soorten{
	background: url(images/li_soorten.jpg);
	width:95px;
}

#menu ul li a#li_huisvesting{
	background: url(images/li_huisvesting.jpg);
	width:121px;
}

#menu ul li a#li_praktisch{
	background: url(images/li_praktisch.jpg);
	width:105px;
}

#menu ul li a#li_contact{
	background: url(images/li_contact.jpg);
	width:86px;
}


#content {
	float:left;
	top:0;
	left:0;
	width:550px;
	padding-left:10px;
	padding-right:12px;
}

#content a {
	color: #645435;
	text-decoration: underline;
}
#content a:hover {
	color: #645435;
	text-decoration: none;
}

#content img {
	margin-left:0;
	margin-right:10px;
	margin-bottom:3px;
	margin-top:0;
	border: solid 1px #e4d6b2;
	float: left;
}

#zijmenu {
	float:right;
	top:0;
	right:0;
	background: url(images/menu.jpg) no-repeat top center;
	width:152px;
	padding-top:20px;
}

.copyright {
	text-align:center;
	margin-bottom:0px;
	color:#bba97b;
}
.copyright a {
	color: #bba97b;
	text-decoration: none;
}
.copyright a:hover {
	color: #645435;
}

table{
border:solid 1px #645435;
margin-bottom:10px;
}

td{
border:solid 1px #645435;
text-align:center;
vertical-align:middle;
}

label{
	display:block;
	width:100px;
	float:left;
}

input, textarea{
	background:none;
	background-color:transparent;
	border:solid 1px #645435;
}

.fotos, .fotos td, .fotos tr{
border: none 0px transparent;
text-align:center;
}
