@charset "utf-8";
/*  
Auteur: Erik van Wingerden
Website: www.webwing.nl
Copyright (c) Webwing - Webdesign | Webontwikkeling
*/

body {
	margin: 0; /* overruled standaardinstelling verschillende browsers */
	padding: 0; /* overruled standaardinstelling verschillende browsers */
	text-align: center; /* center de container voor IE5 browsers. */
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../images/achtergrond.jpg);*/
	background: rgb(249,213,129);
	color: #fff;	
}


table {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

td.kaft {
	padding: 0px 10px 10px 0px;
	text-align: right;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -389px;
	margin-top: 25px;
	padding: 14px;
	width: 748px; /* aangepast breedte anders een fout na padding toepassen */
	text-align: left; /* overschrijft body{ text-align: center; } */
	background: #605343;	
	background-image: url(../images/rand_boven.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#header {
	float: left;
	background: #ce7347;
	background-image: url(../images/header.png);
	background-repeat: no-repeat; background-position: bottom right;
	height: 100px;
	width: 748px;
    margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#menucont { /* voor vaste lengte pagina */ 
	float: left;
	widht: 140px;
	height: 570px;
	background: #766959;
}

#menu {
	float: left;
	width: 140px;
	height: 300px;
	/*margin-left: 15px;*/
	background: #766959;
}

#content {
	float: left;
	width: 600px;
	margin-left: 8px;
	padding-bottom: 50px;
	background: #766959;
}
#header p {
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	font-size: 11px;
}

#header h1 {
	margin-top: 25px;
	margin-left: 260px;
	font-size: 32px;
	font-weight:normal;
}

#menu h1 {
	font-size: 14px;
	margin: 10px;	
	border-bottom: 1px solid #ce7347;
}

#menu ul {
	/*margin-left: -15px;*/
}

#menu li {
	list-style-image:url(../images/knopmenubruin.gif);
	margin-left: -13px; /* voor correct positioneren menu-items */
	margin-bottom: 2px;
}

#content h1 {
	font-size: 14px;
	margin: 10px;	
	border-bottom: 1px solid #ce7347;
}

#content h2 {
	font-size: 15px;
	margin: 10px;
}

#content h3 {
	font-size: 13px;
	margin: 10px;

}

#content h4 {
	font-size: 12px;
	margin: 10px;

}

#content h5 {
	font-size: 11px;
	margin: 10px;
}

#content p {
	margin: 10px;
}

hr {
	margin: 10px 10px 30px 10px;
	border: 0px;
	color: #ce7347;
	background-color: #ce7347;
	height: 1px;
	width: 580px;
	text-align: left;
}

li {
	margin-bottom: 8px; /* voor wat tussenruimte tussen opsomming */
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
}

#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu a:active {
	color: #fff;
	text-decoration: none;
}

p.access {
	display: none;
}

/* boeken pagina */
#boekenlinks {
	float: left;
	width: 480px;
}

#boekenrechts {
	float: left;
	width: 120px;	
}

.kortelijn {
	float: left;
	width: 460px;
}

/* contact pagina */
.linksc {
	float: left;
	width: 50%;
}

.rechtsc {
	float: right;
	width: 50%;
}

/* rechts uitlijnen */
.rechtsuit {
	float: right;
	margin-top: -12px;
	margin-right: 5px;
}

/* linkrand op afbeelding */
a img {
	border-color: #fff;
}

a {
	outline: 0;
}