/* Standaard waarden */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Elementen op de website */

#container {
	margin: 0 auto; 
	width: 826px;
}

#left {
	width: 26px;
	display: block;
	float: left;
}

#site {
	width: 800px;
	float: right;
}

#header {
	height: 200px;
}

#menu {
	height: 34px;
	font-size: 11px;
	line-height: 30px;
	background: #001dad url('/images/menu_bg.jpg') repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	line-height: 30px;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FBBA00;
}

#menu .active {
	color: #586bc9;
}

#content {
	height: 335px;
	background: #FFFFFF url('/images/content_bg.jpg') no-repeat left bottom;
}

#foto {
	margin-top: 56px;
	margin-left: 40px !important; /* all browsers other than IE6 */
	margin-left: 20px; /* IE6 */
	
	
	float: left;
	
	border: 0px solid green;
}

#tekst {
	width: 460px;
	margin-right: 40px !important; /* all browsers other than IE6 */
	margin-right: 20px; /* IE6 */
	margin-top: 56px;
	float: right;
	
	line-height: 1.5em;
	font-size: 11px;
	
}

#tekst img {
	border: 1px solid #000000;
}

#contact_tekst {
	margin-left: 200px !important; /* all browsers other than IE6 */
	margin-left: 100px; /* IE6 */
	margin-top: 48px;
	width: 240px;

	line-height: 1.5em;
	font-size: 11px;
	
	float: left;
}

#contact_form {
	margin-top: 48px;
	margin-left: 60px !important; /* all browsers other than IE6 */
	margin-left: 30px; /* IE6 */
	
	width: 285px;

	float: left;
	
	line-height: 1.5em;
	font-size: 11px;
}

#google_maps {
	float: left;
	margin-top: 20px;
}

#google_maps_tekst {
	width: 260px;
	
	margin-right: 40px !important; /* all browsers other than IE6 */
	margin-right: 20px; /* IE6 */
	
	float: right;
	
	line-height: 1.5em;
	font-size: 11px;
	margin-top: 20px;
}

#footer {
	height: 53px;
	line-height: 47px;
	text-align: center;
	background: #FFFFFF url('/images/footer_bg.jpg') repeat-x;
	font-size: 9px;
}

#footer_left {
	float: left;
	margin-left: 40px !important; /* all browsers other than IE6 */
	margin-left: 20px; /* IE6 */
}

#footer_right {
	float: right;
	margin-right: 38px !important; /* all browsers other than IE6 */
	margin-right: 19px; /* IE6 */
}


#footer a {
	color: #000000;
}

input,textarea {
	border: 1px solid #000000;
	font-family: Vedana, Arial, sans-serif;
	font-size: 11px;
}

.contact {
	width: 200px;
}

#preview  {
	margin-top: 30px;
	height: 53px;
}

	#preview img {
		border: 0;
		padding-left: 20px;
		vertical-align: middle;
	}
