body {
	background: #2b2b2b url('/images/bg2.png') repeat-x left top;
	color: #fff;
	overflwo: auto;
}

#wrapper {
	background: url('/images/pegasus.png') no-repeat top right;
	min-height: 700px;
}

#header {
	width: 100%;
	clear: both;
	overflow: auto;
}
	
	#header #logo {
		width: 145px;
		margin-right: 10px;
		float: left;
	}
	
	#header ul.menu {
		float: left;
		margin-top: 60px;
		font-size: 18px;
		list-style: none;
	}
	
		#header ul.menu li {
			float: left;
			margin-left: 8px;
			height: 20px;
			line-height: 20px;
			padding-right: 8px;
			border-right: 1px solid #DF6F1D;
		}
		
		#header ul.menu li.last {
			border: 0;
		}
		
			#header ul.menu li a {
				text-decoration: none;
				font-size: 15px;
				font-weight: bold;
			}
			
	#header ul.submenu {
		float: left;
		width: 510px;
		list-style: none;
		margin: 0;
		padding-left: 35px;
	}
	
		#header ul.submenu li {
			float: left;
			margin-right: 20px;
		}
		
			#header ul.submenu li a {
				text-decoration: none;
				color: #005740;
				font-weight: bold;
				font-size: 13px;
			}

#content {
	background: url('/images/foto1.png');
	width: 705px;
	height: 469px;
	border: 3px solid #DF6F1D;
	overflow: hidden;
	position: relative;
}

#tekst {
	background: url('/images/tekst_bg.png');
	height: 469px;
	right: 0;
	top: 0;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	width: 252px;
	z-index: 5;
	line-height: 20px;
}

	#tekst div.tekst_item{
		height: 469px;
		width: 252px;
	}

	#tekst h2 {
		color: #DF6F1D;
		font-size: 20px;
		padding-top: 10px;
		font-weight: bold;
	}
	
	#tekst a {
		color: #DF6F1D;
		text-decoration: none;
	}
	
		#tekst a:hover {
			text-decoration: underline;
		}
	
#slider {
	overflow: hidden;
	width: 746px;
	height: 469px;
}

	#slider .sectie {
		float: left;
		width: 705px;
		height: 469px;
	}
	
	#sectie_home { background: red; }
	#sectie_rapportage { background: blue; }
	#sectie_dekunstvan { background: green; }
	
/*		payoff
----------------------------------*/

#payoff {
	float: right;
	clear: both !important;
	display: block;
	font-size: 22px;
	font-family: "Georgia";
	margin-right: 140px;
}

	#payoff .spring {
		color: 	#DF6F1D;
	}
	
/*		contact
-----------------------------------*/

.contact {
}

	input.text,
	textarea.text {
		width: 200px;
		font-size: 12px;
		height: 15px;
		padding: 0;
		margin: 0;
	}
	
	textarea.text {
		height: 100px;
	}
	
span.verplicht {
	color: #DF6F1D;
}

