/* General styles */

body { 
	background: #ffffff; 
	background-image:url('../img/layout/boog.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	margin: 0; 
	padding: 0 5px;
	font-family: "Dax", Arial, Helvetica, Verdana, sans-serif; 
	font-size: 80%;
	color: #58585a;
}

iframe {
	display:none;
}

dt {
	font-size: 12px;
	font-weight: bold;
}

dd {
	margin: 0 0 10px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.logo {
	list-style: url(../img/iso.gif);
	margin: 0 0 0.25em 20px;
	padding: 0;
	}

a:link {
	color: #7AB131;
	text-decoration: none;
}

a:visited {
	color: #7AB131;
	text-decoration: none;
}

a:hover {
	color: #7AB131;
	text-decoration: none;

}

a:active {
	color: #7AB131;
	text-decoration: none;
}

h1 {
	margin: 0;
        font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
        color: #333;
	font-size: 14px;
}

h2 {
	margin: 0;
	font-family: "Arial Narrow", Trebuchet, Verdana, Helvetica, Arial, sans-serif; 
	color: #963731;
}

div#wrapper {
	border-top: 3px solid #7AB131;
	width: 598px;
	margin: 0;
	padding: 0;
}

div#wrapper2 {
	border-top: 3px solid #7AB131;
	width: 598px;
	margin: 0;
	padding: 0;
}

img.pic {
	float: right;
	margin: 4px 0 5px 5px;
}

/* Tab vertmenu */

ul#vertmenu {
	height: 120px;
	width: 170px;
	clear: both; 
	margin: 0 10px 0.25em 40px;
	list-style: none; 
	font-size: 12px;
	font-weight: normal;
}

ul#vertmenu li a {  
	display: block;
	/*border: 1px solid;*/ 
	background: #BCD898; 
	color: #7AB131; 
	margin: 0 50 250 20px; 
	padding: 3px 3px 3px 3px; 
	height: 15px; 
}

ul#vertmenu li a:link, ul#submenu li a:visited { 
	background: #BCD898; 
	color: #7AB131; 
	text-decoration: none; 
	/*border-color: #eee;*/
}

ul#vertmenu li a:hover, ul#submenu li a:active { 
	background: #7AB131; 
	color: #fff; 
	text-decoration: none; 
	/*border-color: #7AB131; 
	border-bottom:1px solid #7AB131;*/
}

ul#vertmenu li a.groen {
	background-color: #7AB131;
	color: #fff; 
	text-decoration: none; 
	/*border-color: #7AB131; 
	border-bottom:1px solid #7AB131;*/
}

/* Tab submenu */

ul#submenu {
	height: 26px;
	clear: both;
	/* margin: 0 0 0 250px; */
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}

ul#submenu li {
	display: inline;
}

ul#submenu li a {  
	float: left;
	display: block;
	border: 1px solid; 
	background: #BCD898; 
	color: #269e19; 
	margin-right: 3px; 
	padding: 5px 3px 2px 3px; 
	height: 15px; 
}

ul#submenu li a:link, ul#submenu li a:visited { 
	background: #BCD898; 
	color: #269e19; 
	text-decoration: none; 
	border-color: #eee;
}

ul#submenu li a:hover, ul#submenu li a:active { 
	background: #269e19; 
	color: #fff; 
	text-decoration: none; 
	border-color: #269e19; 
	border-bottom:1px solid #269e19;
}

ul#submenu li a.groen {
	background-color: #269e19;
	color: #fff; 
	text-decoration: none; 
	border-color: #269e19; 
	border-bottom:1px solid #269e19;
}

/* Tab menu */

ul#menu {
	height: 26px;
	clear: both;
	margin: 0 0 0 220px;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}

ul#menu li {
	display: inline;
}

ul#menu li a {  
	float: left;
	display: block;
	border: 2px solid; 
	border-top: 0;
	margin-right: 7px; 
	padding: 8px 3px 2px 3px; 
	height: 15px; 
}

ul#menu li a:link, ul#menu li a:visited { 
	background: #7AB131; 
	color: #fff; 
	text-decoration: none; 
	border-color: #eee; 
}

ul#menu li a:hover, ul#menu li a:active { 
	background: #fff; 
	color: #000; 
	text-decoration: none; 
	border-color: #7AB131; 
}

div#content {
	margin-left: 0px;
	padding: 0;
}

div#caption {
	padding: 20px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

div#caption h1 {
	font-size: 29px;
	color: #666;
}

div#caption h2 {
        font-size: 18px;
        color: #666;
}

div#caption p {
	margin-top: 0;
	line-height: 1.6em;
}

div#main p {
	margin-top: 0;
}

div#footer {
	clear: both; 
	margin-top: 20px;
	padding-top: 10px;
	text-align: right;
}

div#footer p {
	margin-top: 0;
	color: #58585a;
}

div#footer p a {
	text-decoration: none;	
}

div#footer p a:hover {
	text-decoration: underline;	
}


/* Registration form */

div#form fieldset {
	witdh: 250px;
	margin-bottom: 20px;
	border: 1px solid #963731;
}

div#form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #7ab131;
}

div#form label {
	display: block;
	margin-bottom: 4px;
}

div#form label.inline {
	display: inline;
}

div#form p {
	background: #E9EE9F;
	margin: 0 0 2px 0;
	padding: 3px;
}

input { 
	border: 1px solid #999; 
}

.button {
	background-image:url('/img/layout/button.png');
	background-repeat:no-repeat;
	margin-right: 4px;
	padding: 3px;
	color: #FFF;
}

.field {
	width: 240px;
	margin: 3px 1px;
	padding: 2px;
}

.smallfield {
        width: 50px;
        margin: 3px 1px;
        padding: 2px;
}

.area {
	width: 240px;
	height: 100px; 
	padding: 2px;
}

table { background-color: #E9EE9F; }
table.wit { background-color: #fff; }
table.border {background-color: #fff; border: 1px solid #963731;}

/* Detail page */

dl#detail dd address { 
	font-style: normal;
} 


/* Debug */

#debug {
	font-size: 10px; 
	padding: 10px; 
	color: darkred;
	display: none; /*--> set to 'block' to show debug messages*/
	font-weight:normal;
}

input.incomplete, select.incomplete {
	border: solid red 1px;
	background: #FFFFDF;
}

