/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	float: right;
	width: 200px;
	height: 156px;
	background-color: #66FF99;
	background-image: url(logo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo * {
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 74px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background-image: url(bovenbouw2.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 180px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 2em;
	text-transform: lowercase;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 650px;
	border-top: 0px solid #FFFFFF;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colOne {
	float: left;
	width: 450px;
	background-color: #66FF99;
	height: 750px;
}

#colOne .top-head {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #66FF99;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 30px;
}

#colOne .content {
	padding: 20px;
}

#colTwo {
	float: right;
	width: 190px;
	background-color: #66FF99;
	border-top-style: none;
	border-top-color: #66FF33;
	height: 700px;
}

#colTwo .top-head {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #66FF99;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 20px;
}

#colTwo .content {
	padding: 10px 10px 10px 20px;
}

#extra {
	height: 10px;
}

/* Footer */

#footer {
	width: 660px;
	height: 60px;
	margin: 0 auto;
	border-top: 0px solid #FFFFFF;
	background-color: #000000;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #A1A1A1;
}

#footer a {
	color: #A1A1A1;
	background-color: #000000;
}

