* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: "Arial", Geneva, sans-serif;
	font-size:12px;
	line-height: 16px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	background: #ebebeb url(../_imgs/bg_wrapper.gif) repeat-x;
}
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 176px;
}
#title {
	position: relative;
	top: 60px;
	width: 340px;
}
ul#menu {
	position: relative;
	top:82px;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
ul#menu li {
	list-style: none;
	display: inline;
}
ul#menu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #FFF;
}
ul#menu li a:hover {
	color: black;
	background-color: #e9af00;
}
#header img {
	position: relative;
	top: -70px;
	left: 640px;
}
#content {
	margin: 10px 0;
	padding: 30px 20px;
	border: 1px solid #666666;	
	background: #FFF url(../_imgs/bg_content.gif) repeat-x;
}
#content ul {
	margin: 0 0 10px 5px;
}
#content ul li {
	list-style: inside square;
}
#message_box {
	width: 570px;
	float: left;
}
#left {
	width: 600px;
	float: left;
}
#right {
	float: left;
}
#right_banner {
	background-color:#e9af00;
	padding: 10px;
	width: 238px;
	margin: 0 0 20px 0;
}
#bedrijfsinfo {
	margin: 10px 0 0 58px;
}
.clear {
	clear:both;
}
#footer, #push {
	height: 30px;
}
#footer {
	background: url(../_imgs/bg_footer.gif) repeat-x;
	text-align: center;
}

#flashcontent {
	float: right;
	width: 265px;
	height: 171px;
	position: absolute;
	top: 20px;
	right: 0;
}

/* ////////  TEXT  //////// */

h1 {
	font-size: 18px;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
p {
	color: #333333;	
}
a {
	color: #333333;	
}
a:hover {
	color: 333333;
	text-decoration: none;
}
#header h1 {
	text-align:center;
	font-size:20px;
	color:#e9af00;
	font-family: "Arial", Geneva, sans-serif;
}
#header h2 {
	text-align:center;
	font-size: 12px;
	color:#FFF;
}
ul#menu {
	font-size: 13px;
}
#footer p {
	padding-top: 6px;	
}