/*
Author: Dennis Vreeke
Website: http://www.intertain.nl
Type: Layout
Date Created: 25-01-2008
Date Updated: 25-01-2008
*/

/* HEADER - BEGIN */

body {
	margin: 0px 0px 0px 0px;
	background: #131718 url('../images/background.gif') repeat-y;
	background-position: center;
	height: 100%;
	}

h1#websitetitel {
	margin: 0px auto;
	width: 760px;
	height: 195px;
	background: #172225 url('../images/michelvreeke.jpg') no-repeat;
	border-left: 1px solid #2c3639;
	border-right: 1px solid #2c3639;
	}

h1#websitetitel a span {
	font-size: 0; 
	line-height: 0; 
	text-indent: -9999px;
	display: block;
	}

/* HEADER - END */

/* MENU - BEGIN */

ul#navigatie {
	width: 760px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border-left: 1px solid #2c3639;
	border-right: 1px solid #2c3639;
	border-bottom: 1px solid #2c3639;
	list-style: none outside;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	background-color: #172225;
	}

ul#navigatie li {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	color: #e4e5e5;
	font-weight: bold;
	}

ul#navigatie li#contact {
	margin-right: 0px;
	}

ul#navigatie li a, ul#navigatie li a:hover, ul#navigatie li a:active, ul#navigatie li a:visited {
	color: #e4e5e5;
	font-weight: bold;
	}

ul#navigatie li a:hover, ul#navigatie li a:active {
	color: #00a4c7;
	}

/* MENU - END */

/* CONTENT - BEGIN */

div#content {
	width: 720px;
	margin: 0px auto;
	background-color: #172225;
	border-left: 1px solid #2c3639;
	border-right: 1px solid #2c3639;
	padding: 15px 20px 15px 20px;
	}

/* CONTENT - END */
