/*
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #3b3b3b;
	background-image: url('images/bg.png');
	background-repeat:repeat-x repeat-y;
	background-position:top center; 
	font-size: 14px;
	color: #ffffff;
}

h1, h3, h4, h5, h6 {
	padding: 0;
	font-weight: normal;
	color: #ffffff;
}


h1 {
	margin-bottom: 10px;
	font-size: 26px;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

hr {
	border: 0px;
	color: #e9eae4;
	background-color: #e9eae4;
	height: 1px;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #cd974d;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f2f2f2;
}

img {
}

#impressie {
	width: 312px;
	height: 234px;
}

#decoratie {
	width: 510px;
	height: 722px;
}

td {
	vertical-align: top;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

/* Splash */

#splash {
	width: 960px;
	height: 292px;
	margin: 0 auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	background: url(images/menu.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 32px 20px 32px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	border-left: 1px solid #676767;
	height: 45px;
}


#menu .first a {
	border: none;
}


#menu .first a:hover {
	border: none;
}


#menu a:hover {
	background: url(images/hoover.png) no-repeat;
	color: #ffffff;
	border-left: 1px solid #676767;
}


/* Content */

.splash {
	position:relative;
	left:0px;
	top:0px;
	z-index:-1;
}


#contentbg {
	width: 968px;
	height: 223px;
	margin: 0 auto;
	z-index: -1;
}

#content {
	width: 802px;
	height: auto;
	margin: 0 auto;
	background: #2f2f2f;
	z-index: 100;
}


#content #tekst {
	margin: 0;
	padding: 20px 10px 0 25px;
	text-align: left;
}


#kopje {
	position: relative;
	top: 70px;
	left: 460px;
	width: 343px;
	height: 68px;
	text-decoration: none;
	font-size: 56px;
	font-weight: bold;
	color: #2b6cb7;
	padding-left: 20px;
	background: url(images/kopje.png) no-repeat;
}


#colOne {
	float: left;
	width: 272px;
	height: 724px;
	margin: 0 auto;
	background: url(images/content_left.png);
}

#colOne #tekst {
	margin: 0;
	padding: 340px 10px 0 25px;
	text-align: left;
}

#colTwo {
	float: right;
	width: 530px;
	margin: 0px auto;
	background: #868b8e;
}


#demo {
	margin-top: 55px;
	margin-left: 15px;
}



/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background-image: url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position: center top;
}

#header_links {
	position: relative;
	left: 25px;
	top: 4px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

#header_rechts {
	position: relative;
	left: 15px;
	top: 155px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

#footer2 {
	margin: 0 auto;
	width: 980px;
	height: 35px;
	color: #444444;
	text-align: right;
}

#footer2 p {
	text-align: right;
	color: #444444;
}

#footer2 a {
	color: #444444;
}

