body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 12px;
	margin:0;
	padding:0 0 0 200px;
	background: #F4EEC4 url(/imgs/header.png) top left repeat-x;
}
div#left-sidebar{
position:absolute;
top:0;
left:0;
width: 200px;
height:100%;
padding: 0;
background: #993300 url(/imgs/mieke.jpg) top left no-repeat;
}
@media screen{
body>div#left-sidebar{
 position:fixed;
}
}
* html body{
overflow:hidden;
} 
* html div#wrap{
height:100%;
overflow:auto;
padding: 0;
}
/* - - - - - HEADER - - - - - */
.logo {
	width: 600px;
	height: 180px;
	margin: 0;
	background: #993300 url(/imgs/vinaya.gif) top left no-repeat;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #F4EEC4;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
/* - - - - - NAVIGATIE - - - - - */
#linkmenu {
 margin: 230px 5px 5px 5px;
}
#linkmenu ul, #linkmenu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#linkmenu a{
	font-family: Arial;
	color: #FFFFEA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	margin-top: 2px;
}
#linkmenu a:hover{
	font-family: Arial;
	color: #FFFFEA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#linkmenu.submenu a{
	
	font-weight: normal;
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 1px;
	border-left: 1px solid #FFFFEA;
}
#linkmenu.submenu a:hover{
	text-decoration: underline;
}

/* - - - - - NAVIGATIE - - - - - */
#beeld {
	float: right;
	margin: -50px 0 0 20px;
}
.adres {
	color: #F4EEC4;
	font-weight: bold;
	letter-spacing: 2px;
}
.adres a:link {
	color: #660000;
}
.adres a:visited, .adres a:hover, .adres a:active {
	color: #333333;
}
/* - - - - - NAVIGATIE - - - - - */

.content {
	margin: 50px 200px 0 50px;
	background-color: #F4EEC4;
	background-image: url(/imgs/kracht.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	line-height: 20px;
	min-height: 600px;
}
.content a:link {
	color: #660000;
}
.content a:visited, .content a:hover, .content a:active {
	color: #333333;
}
.h1 {
	font-size: 20px;
	color: #330000;
	letter-spacing: 2px;
}
.h2 {
	color: #330000;
	font-weight: bold;
}
.h3 {
	color: #330000;
	font-weight: bold;
}
.h4 {
	color: #993300;
	font-weight: bold;
	letter-spacing: 2px;
}

.main {
	background: url(/imgs/top.gif) top repeat-x;
}
.adres {
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}
#Lline {
	border-bottom: solid 1px #993300;
}
/* --------------- colofon --------------- */
.colofon {
	height: 50px;
	color: #333333;
	line-height: 50px;
	font-size: 10px;
	padding: 0;
	text-align: center;
}
.colofon a {
	color: #333333;
	text-decoration: none;
}
.colofon a:hover {
	color: #993300;
	text-decoration: underline;
}
/* -------------- LOCAL ZZPform CSS -------------- */
#contactForm {
	width: 500px; 
}
li.formbox {
	margin: 10px 0;
	padding: 10px 0;
	background: #993300;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contactForm p, #contactForm label {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFEA;
}
#contactForm p {
	border-bottom: 1px dotted #FFFFEA;
}
#contactForm p.last {
	border: 0px none;
}
#contactForm label {
	width: 150px;
}
#contactForm label.radiobox {
	width: auto;
	margin-left: 0px;
}
#contactForm input, #contactForm textarea {	
	border: 0px solid #2E3D4E;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#contactForm textarea {
	width: 450px;
}
#contactForm span.textbox input {
	width: 300px;
}
#contactForm label.radiobox input {
	width: 32px;
}
#contactForm label.invalidField {
	background: url(/imgs/icon_invalidField.png) top left no-repeat;
	padding: 16px 8px 4px 8px;
	margin: 0 0 0 155px;
	width: 250px;
	color: #F6F6F5;
	border: none;
}
/* -------------- LOCAL ZZPform submit buttons -------------- */
#contactForm input.submit  {
	text-transform:uppercase;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	border: none 0px;
	width: 190px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
	background: #991111;
}
#contactForm input.submit:hover {
	background: #330000;
	color: #FFFFFF;
	font-weight: bold;
}
/* -------------- LOCAL ZZPform callback DIV -------------- */
.error {
	font-size: 12px;
	color: #330000;
	border: 2px solid #330000;
	display: block;
	margin: 10px 0;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}
/* -------------- hide mail span -------------- */
span.mailtool {
	display: none;
}

