* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #DEB887 url() repeat-x ;
	color: #666;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	border-left: 1px solid #444;
	
	
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 1px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 115px;
}

#logo{
	position:absolute;
	left: 215px;
	top: 7px;
	width: 500px;
  }

.container {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: none;
	width:800px;
}

.main {
	background: #ffffff;
	border-bottom: 2px solid #2A2A2A;
	border-left: 1px solid #000000;
	/*border-left: 1px solid #000;*/
}
.main .left {width: 75%;}
.main .right {width: 25%;}

.content {
	
	/*border-right: 1px solid #333;											Hier is die middel streep*/
	border-top: 1px solid #444;
	padding: 16px;
}

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #333;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: green;
	text-decoration: underline;
}
.content a:hover {color: red;}
.content .descr {margin-bottom: 5px;}

.nav {background: #4a2c16 url();
	border-left: 1px solid #000;
}
.nav a {
	background: #4a2c16 url();
	border-right: 1px solid #004000;
	color: #fff;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 18px;
	padding: 0 20px;
}
.nav a:hover {
	background: #DEB887 url();
	color: #fff;
}

.subnav {
	background: #4a2c16;
	/*border: 1px solid #1E1E1E;*/										/*regterblok se borders*/
	border-top: 1px solid #4a2c16;
	border-top-color: #4a2c16;	
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
	color:#fff;
	}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/beige.png) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #fff;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: orange;}

.footer {
	background: #000000;
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #000000;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #DEB887;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #fff;}
.footer a:hover {
	color: #fff;
	background: #DEB887;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

