* 	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body {
		height: 100%;
		font-family: Verdana;
		font-size: 12px;
		background: url(../img/layout/bg.gif) repeat-x;
		background-color: #e9e9df;
		}

a:link {color: #cb1d24; text-decoration: none}
a:visited {color: #cb1d24; text-decoration: none}
a:hover {color: #cb1d24; text-decoration: underline}
a:active {color: #cb1d24; text-decoration: underline}	

p 		{
		margin-bottom: 20px;
		line-height: 21px;
		color: #50504e;
		font-size: 12px;
		}
		
h1		{
		font-size: 16px;
		color: #a60f15;
		margin-bottom: 10px;
		}
		
h2		{
		font-size: 12px;
		font-weight: bold;
		color: #632117;
		padding-top: 5px;
		}	
		
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 921px;
	}

.footer {
	height: 50px;
	width: 100%;
	background: url(../img/layout/footer_bg.png) repeat-x;
	background-color: #d1d1c9;
	}
	
.push {
	height: 50px;
	}

.footer_content {
	width: 921px;
	height: 30px;
	margin: 0 auto;
	}
	
.footer_content {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	}
	
.footer_realisatie {
	width: 150px;
	height: 20px;
	float: right;
	font-size: 11px;
	color: #a6a6a6;
	margin-top: 20px;
	margin-right: 50px;
	}
	
.footer_realisatie a {
	color: #949494;
	text-decoration: none;
	}
	
.footer_realisatie a:hover{
	color: #cb1d24;
	text-decoration: underline;
	}
	
.footer_shortcuts {
	width: 550px;
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 35px;
	font-size: 11px;
	color: #7d7d76;
	margin-left: 22px;
	margin-top: 20px;
	}
	
.footer_shortcuts a{
	color: #7d7d76;
	text-decoration: none;
	}
	
.footer_shortcuts a:hover{
	color: #cb1d24;
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}
	
#logo {
	width: 280px;
	height: 48px;
	margin-left: 26px;
	padding-top: 35px;
	background: url(../img/layout/logo.png) left bottom no-repeat;
	}
	
#nav ul {
	width: 901px;
	height: 53px;
	padding-left: 20px;
	margin-top: 35px;
	list-style-type: none;
	}
	
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 3px;
	margin-left: 16px;
	background: url(../img/layout/menu_line.jpg) center right no-repeat;
	}

#nav ul li a{
	margin: 0;
	padding: 0;
	display: block;
	padding: 18px;
	padding-bottom: 21px;
	padding-left: 10px;
	padding-right: 10px;
	color: #9b9b9b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#nav ul li a:hover{
	color: #FFF;
	background: url(../img/layout/button_active.gif) center bottom no-repeat;
	background-color: #cb1d24;
	}
	
#nav ul li a.active{
	color: #FFF;
	background: url(../img/layout/button_active.gif) center bottom no-repeat;
	background-color: #cb1d24;
	}
	
#banner {
	width: 921px;
	height: 291px;
	margin-top: 16px;
	background: url(../img/layout/banner.png) no-repeat;
	}
	
#content_main {
	width: 490px;
	margin-top: 30px;
	padding: 40px;
	padding-right: 50px;
	float: left;
	background: url(../img/layout/content_main_border.gif) right 50px no-repeat;
	}
	
#content_main ul {
		padding-left: 40px;
		margin-bottom: 20px;
		float: left;
	}
	
#content_main ul li {
		color : #50504e; 
	}
	
#content_photo {
	width: 260px;
	margin-left: 10px;
	margin-top: 75px;
	padding-left: 40px;
	float: left;
	}
	
#content_photo img{
	margin-top: 20px;
	}
	
form.contactform {
	margin-top: 10px;
	}
	
form.contactform label {
	display: block;
	width: 100px;
	float: left;
	margin-top: 20px;
	font-weight: normal;
	color: #50504e;
	}
	
form.contactform input{
	width: 200px;
	height: 15px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	}
	
form.contactform input:focus, form.contactform input:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.contactform textarea{
	width: 200px;
	height: 100px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece
	}
	
form.contactform textarea:focus, form.contactform textarea:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.contactform input.sendbutton {
	width: 85px;
	height: 25px;
	float: left;
	color: #50504e;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #cecece;
	background-color: #f5f5f5;
	margin-top: 10px;
	}
	
form.contactform input.sendbutton:hover {
	cursor: pointer;
	cursor: hand;
	border: 1px solid #c1c1c1;
	background-color: #FFF;
	}
	
table { 
	color: #50504e; 
	
	}

table td, table th {
	border: 1px solid #c1c1c1;
	}
	