* {
	margin:0;
}
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderContainer {
	display: block;
	width: 100%;
	height: 206px;	
	text-align: center;
}
#Header {
	display: block;
	width: 1000px;
	height: 197px;
	margin: auto;
	}
		#Logo {
			float: left;
			width: 160px;
			height: 48px;
			margin-top: 24px;
			background-image: url(../img/logo-darkgrey.png)
		}
		#Menu {
			float: left;
			height: 72px;
			margin-left: 30px;
		}
		#Menu a {
			height: 37px;
			border-left: 1px solid #7e797c;
			padding: 35px 0px 0px 0px;
			font-family: Arial rounded MT bold, Arial, Verdana, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: normal;
			color: #edeced;
			background-color: #5e575c;
			text-align: center;
			text-decoration: none;
			display: list-item;
			list-style-type: none;
			float: left;
		}
		#Menu a:hover {
			text-decoration: none;
			background-color: #32b8f0;
		}
		#Menu a.actief {
			border-left: 0px;
			background-color: #32b8f0;
}
#Container {
	display: block;
	width: 100%;
	background: #fff url(../img/background.gif) top center repeat-y;
	min-height: 350px;
}
#ContentWrapper {
	display: block;
	width: 990px;
	margin: auto;
}
#SideMenu {
	float: left;
	display: block;
	width: 205px;
	padding-top: 50px;
	}
	#SideMenu a {
		width: 173px;
		border-bottom: 1px solid #dadada;
		padding: 10px 10px 10px 10px;
		font-family: Arial rounded MT bold, Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #5e575c;
		text-decoration: none;
		display: list-item;
		list-style-type: none;
		float: left;
	}
	#SideMenu a:hover {
		color: #edeced;
		text-decoration: none;
		background-color: #32b8f0;
	}
	#SideMenu a.actief {
		width: 180px;
		color: #edeced;
		background-color: #32b8f0;
}
#Offerte {
	padding-top: 0px;
	}
	#Offerte a {
		width: 173px;
		padding: 10px 10px 10px 10px;
		font-family: Arial rounded MT bold, Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #edeced;
		text-align: center;
		text-decoration: none;
		background-color: #32b8f0;
	}
	#Offerte a:hover {
		text-decoration: none;
}
#Content {
	float: left;
	display: block;
	width: 750px;
	padding: 40px 0px 40px 35px;
	text-align: justify;
}
#Footer {
	display: block;
	width: 990px;
	margin: auto;
	text-align: left;
	}
	#Twitterbar {
		float: left;
		height: 250px;
		width: 750px;
		padding-top: 30px;
	}
	#Contact {
		float: left;
		height: 250px;
		width: 240px;
		padding-top: 30px;
}
#Topbar {
	position: absolute;
	left:0px;
	top:0px;
	height: 10px;
	width: 2800px;
	background-image: url(../img/topbar_opacity30.png);
	z-index: 999;
}

a,a:visited,a:active {
	font-weight:normal;
	color:#bc20bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.wit,a.wit:visited,a.wit:active {
	font-weight:normal;
	color:#ecdcde;
	text-decoration: none;
}

a.wit:hover {
	text-decoration: underline;
}
