@import url(navigatie.css);

html {
	font-size: 14px;
}

html, body {
	background: #dadfdc url(../images/bg.png) repeat-y center 0;
}

body {
	font: 1em/1.5em Times, "Times New Roman", Georgia, serif;
}

p, ul {
	margin-bottom: 1.5em;
	margin-top: 0;
}

.nolist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nolist li {
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	background-repeat: repeat-y;
}

/* HEADER */

#header {
	width: 800px;
	height: 236px;
	margin-bottom: 23px;
	background: url(../images/header_bg.png) no-repeat;
}

#header #logo {
	background-image: url(../images/logo.png);
	display: inline;
	float: left;
	width: 174px;
	height: 231px;
	text-indent: -9999px;
	margin-top: 18px;
	margin-left: 45px;
}

#header #slogan {
	float: right;
	width: 216px;
	height: 16px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	display: inline;
	margin-top: 78px;
	margin-right: 124px;
	background: url(../images/slogan.png) no-repeat;
}





/* CONTENT */

#content {
	clear: right;
	float: left;
	margin-left: 30px;
	width: 490px;
	padding-bottom: 1px;
}

#content h2 {
	font-size: 14px;
	color: #6c4a28;
	font-weight: bold;
/*	text-transform: capitalize;*/
	margin-bottom: 4px;
}

#content h2.opleider {
	font-size: 14px;
	color: #6c4a28;
	font-weight: bold;
	margin-bottom: 2px;
}

#content h3 {
	font-size: 14px;
	color: #83948B;
	font-weight: bold;
	margin-bottom: 0px;
}

#content a {
	text-decoration: none;
}


#content a:link {
	color: #83948b;
	border: 0;
}

#content a:visited {
	color: #83948b;
	border: 0;
}

#content a:hover {
	color: black;
	border: 0;
}

#content a:active {
	color: #83948b;
	border: 0;
}

#content blockquote {
	color: #6c4a28;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#content em {
	color: #6c4a28;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 0;
}

#content .laatsteupdate {
	font-style: italic;
}

/* --- contact */

form {
	
}

form * {
	
}

form label {
	display: block;
}

form input {
	border: 1px solid #a4aeb5;
	padding: 0 0 0 5px;
	margin: 0;
	width: 292px;
	height: 20px;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form input:focus {
	border: 1px solid #014073;
}

form textarea {
	border: 1px solid #a4aeb5;
	padding: 3px 1px 1px 3px;
	margin: 0;
	width: 293px;
	height: 120px;
	overflow: auto;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form textarea:focus {
	border: 1px solid #014073;
}

form p {
	
}

form p.error {
	
}

form p.error input {
	width: 290px;
	border-width: 2px;
	border-color: #f00;
}

form p.error textarea {
	width: 291px;
	border-width: 2px;
	border-color: #f00;
	font-family: "Times New Roman", Georgia, serif;
}

form button, form submit {
	padding: 4px;
	margin: 0 auto 0 0;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
}

form button:active, form submit:active {
	background: #fff url(../images/input_bg.png) repeat-x 0 0;
}


.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}

.clearer {
	clear:both;
	height:0px;
	line-height:0px;
	
}


