body {
	font-family: Verdana;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
}
/* home		=C77F33=*/
/* marielle			=E40B77= */
/* Reading			=AAA1BC= */
/* Natuurcoaching			=66CC00= */
/* workshops			=996633= */
/* Natuurlijke vertellingen	=6EA3BB= */
/* fotografie		=222222= */
/* Kruidengeneeskunde			=66CC00= */
body {
	background-color: #C77F33;
	/*background-image: url(/imgs/logo_back.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 5px 0px;
}

.logo {
	background-image: url(/imgs/mariellevandop.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 90px;
	width: 530px;
	padding: 65px 0px 0px 0px;
}
.topLeft {
	background-image: url(/imgs/white_tl.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 240px;
	width: 240px;
}
.topMain {
	background-image: url(/imgs/white_h.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 530px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	padding: 0;
}
.topRight {
	background-image: url(/imgs/white_tl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.titelfoto {
	background-image: url(/imgs/spacer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	height: 200px;
	margin: 0px 40px 40px 0px;
}
.pagefoto {
	background-image: url(/imgs/spacer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	height: 150px;
	margin: 0px 30px 30px 0px;
}
.shadow200 {
	background-image: url(/imgs/shadow200.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
	margin: 0px;
	width: 240px;
	height: 240px;
}
td {
border: 0px solid red;
}
td .home {
	padding: 0px 2px 0px 4px;
}
.shadow150 {
	background-image: url(/imgs/shadow150.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 180px;
}

.main {
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	background-image: url(/imgs/white.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.main a, .main a:visited, .main a:active {
	font-size: 12px;
	color: #A8456D;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
}
.main a:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid #000000;
}

td p {
	margin: 12px 0;
}

.citaat {
	font-size: 11px;
	color: #E3E3E3;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.right {
	padding: 0px 0px 0px 15px;
	background-image: url(/imgs/white_v.png);
	background-repeat: repeat-y;
	background-position: left;
}
.nav {
	background-image: url(/imgs/white_v.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
}
/*************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 2px 0px;
}

h1 {
	height: 40px;
	color: #222222;
}
/*************************************************************/
.menu {
	width: 191px;
	height: 431px;
	background-image: url(/imgs/navigatie.png);
	background-repeat: repeat;
	background-position: top right;
	padding: 0px;
	margin-left: 40px;
}
ul.link {
	list-style-type: none;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
ul.link li a, ul.link li a:active, ul.link li a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	display: block;
	padding: 5px 2px;
	margin: 0px 16px;
	width: 155px;
	border-bottom: 1px solid #FFFFFF;
}
ul.link li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
/* -------------- LOCAL ZZPform CSS -------------- */
#contactForm {
	width: 500px; 
}
li.formbox {
	margin: 10px 0;
	padding: 10px 0;
	background: none;
	-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: #763119;
}
#contactForm p {
	border-bottom: 0px dotted #0071BA;
}
#contactForm p.last {
	border: 0px none;
}
#contactForm label {
	width: 150px;
}
#contactForm label.radiobox {
	width: auto;
	margin-left: 0px;
}
#contactForm input, #contactForm textarea {	
	border: 1px solid #763119;
	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: #FFFFFF;
	border: none;
}
/* -------------- LOCAL ZZPform submit buttons -------------- */
form{margin-bottom:1em;}
form p,form label,form span,form fieldset,form dd{}
fieldset{margin-bottom:.5em}
form p{display:block;margin:.5em 0}
input,textarea{border-style:solid;border-width:1px}
input,[type="text"],input[type="password"],input[type="email"],textarea,select{color:#000;border-color:#000;padding:4px;outline:0;
margin:0;width:95%;max-width:100%;display:block;vertical-align:middle}
select{padding:0}
textarea{min-height:60px;width:95%;overflow:auto;vertical-align:top}
label,legend{display:block}
select {width:245px}
input[type="checkbox"]{display:inline;width:2em;margin:0}
form label span{font-weight:normal}
form fieldset span{margin:0}
input[type="radio"]{display:inline;margin:0;line-height:1.5em;vertical-align:baseline}
form dl{line-height:inherit}
form dt{float:left;margin:0;width:8%;clear:left;display:inline;line-height:inherit}
form dd{float:left;font-weight:normal;clear:right;display:inline;width:92%;line-height:inherit}
form label.invalidField{background:url(/imgs/icon_invalidField.png) top left no-repeat;padding:16px 8px 4px 8px;margin:0 0 0 10px;width:250px;color:#fff;font-size:1em;border:0;height:30px}
form li{margin:0;padding:0;list-style-type:none}
.error{background:#fff;color:#f36;padding:20px;border:5px solid #f36}
.first_field,.last_field{display: none;}
.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: #763119;	margin-top: 1em;}
.submit:hover{	background: #763119;	color: #FFFFFF;	font-weight: bold;}



/* -------------- LOCAL ZZPform callback DIV -------------- */
.error {
	font-size: 12px;
	color: #763119;
	border: 1px solid #763119;
	display: block;
	margin: 10px 0;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}
/* -------------- hide mail span -------------- */
span.mailtool {
	display: none;
}
.sitemap li {
	list-style-type: none;
}
/*************************************************************/
.colofon, .colofon a{
	font-size: 10px;
	color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}
.colofon a:hover{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/*************************************************************/
/* ------------ BLOG START -------------- */
/*

*/
.blognav {
	background-image: url(/imgs/white.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.blognav ul {list-style:none;margin:0px; padding:0px;}
.blognav ul li {margin:0px;padding:0px;}

.blognav a, .blognav li a {
text-decoration: none;
border: 0px none;
padding: 2px 2px 2px 5px;
color: #333333;
}
.blognav a:hover, .blognav li a:hover {
	color:#000000;
text-decoration: underline;
}
.blognav {
color:#677A8D;
}
.blognav h2 {
	color:#763119;
	font-size: 12px;
margin: 0;
padding: 10px 2px 0 5px;
border-bottom: 1px solid #763119;
}

.blogcontent {
color:#000000;
}
.blogcontent h3 {
color:#763119; font-size: 15px;
margin:5px 0px 5px 0px;
padding: 0;
border-bottom: 1px solid #763119;
}
.blogcontent p.footer, .blogcontent p.between, .blogcontent span.comments {
margin:20px 0px;
color:#677A8D;
border-bottom: 1px solid #763119;
}
.blogcontent p.between {
border-bottom: 1px dotted #763119;
margin: 0px 0px 20px 0px;
}
.blogcontent span.comments {
border-top: 1px dotted #763119;
border-bottom: none;
display: block;
margin: 0px;
}
.blogcontent p.footer a span.blogtags, .blogcontent p.between a span.blogtags {
color:#763119;
}
.blogcontent p.footer a:hover span.blogtags, .blogcontent p.between a:hover span.blogtags {
color:#000;
}

.blogtags {
font-family: Arial;
font-weight: normal;
padding: 5px 2px;
letter-spacing: 1px;
}
span.size1 {color: #333333;font-size: 18px;}
span.size2 {color: #333333;font-size: 17px;}
span.size3 {color: #333333;font-size: 16px;}
span.size4 {color: #333333;font-size: 15px;}
span.size5 {color: #333333;font-size: 14px;}
span.size6 {color: #333333;font-size: 13px;}
span.size7 {color: #333333;font-size: 12px;}
span.size8 {color: #333333;font-size: 11px;}
span.size0 {color: #333333;font-size: 10px;}
/* ------------ BLOG END -------------- */

/*************************************************************/
