/* CSS Document */

html { 
	height: 100%; 
	margin-bottom: 1px; 
	margin-top: 0.5px;
}

body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	padding-top: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#584832;
}

#container {
	text-align:left;
	width:710px;
	margin:auto;
}

#header {
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	width:710px;
	height:120px;
	margin-bottom:20px;
}

#content {
	width:710px;
	color:#d4b498;
	display:table;
}

#contentfix {
	padding:10px;
}

#content img  {
	border:5px solid #836c4c;
	padding:2px;
	}
	
.item {
	width:690px;
	margin-bottom:10px
}

.left {
	float:left;
	width:350px;
	margin-bottom:10px;
}

.right {
	float:left;
	width:200px;
	margin-bottom:10px;
}

#menu{
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
	text-align:center;
}

#menu ul {
	font-size: 11px;
	margin:0;
	padding:0;
	list-style: none;
}

#menu li {
	float:left;
	margin-top:1px;
	margin-right:1px;
	padding: 0;
}

#menu a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 97px 25px 6px 35px;
	color:#FFFFFF;
	background: #72c0e1;
	height:15px;
}

#menu a:hover {
	float: left;
	background: #43a3cc  no-repeat left center;
	color:#FFFFFF;
	
}

#menu a.active {
	background: #43a3cc  no-repeat left center;
	color:#FFFFFF;
}

h3 {
	font-size:12px;
}

a {
	color:#56AED5;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

#footer {
	background-color: #493E30;
	padding: 10px;
 	height: 25px; /* Hoogte van de div */
} 

.clear {
	 	clear:both;
	 }

label {
	float:left;
	width:120px;
	margin-bottom:4px;
}

input, textarea {
	margin-bottom:4px;
	background-color:#524534;
	border:1px solid #927854;
	color:#d4b498;
	font-size:11px;
}

.button {
	background-image:url(images/send.gif);
	background-repeat:no-repeat;
	width:70px;
	height:26px;
	cursor:pointer;
}

.button1 {
	background-image:url(images/reset.gif);
	background-repeat:no-repeat;
	width:70px;
	height:26px;
	cursor:pointer;
}