body {
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 0.9em;
    height: 100%;
    border-style: none;
	background: #ffff99;
}

body div#title_image{
	position: absolute;
	z-index: 1;
	top: 0px; 
	left: 190px;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 150px;
}

body div#title_text{
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    height: 190px;
    padding: 10px 10px 25px 10px;
    font-size: 1.3em;
    font-weight: normal;
    background-color: #ffff99;
    font-family: verdana, arial, sans-serif;
    color: #8E2800;
	/* IE-browser */
	filter:alpha(opacity=90);
  	/* CSS3 standard (all other browsers))*/
  	opacity:0.9;}

div#address {
	font-size: 0.7em;
    margin: 20px 0px 0px 0px;
}

div#address a{
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    color: #B64926;
    border: dotted 1px #B64926;
    border-width: 0px 0px 1px 0px;
}

div#address a:hover {
    background-color: #ffcc66;
    color: #B64926;
}

table#menu{
    position: absolute;
    top: 215px;
    z-index: 4;
    width: 100%;
	margin: 0;
}

table#menu td {
    border-width: 0;
}

td#menu{
    background: #B64926;
}

td#menu a{
	margin: 10px;
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffff99;
	text-decoration: none;
}

td#menu a:hover{
	background-color: #ffcc66;
    color: #B64926;
}

table#contact{
    width: 100%;
    margin: 0;
}

table#contact td{
	padding: 2px 3px;
}

table#contact input{
	background-color: #ffff99;
}

table#contact textarea{
	background-color: #ffff99;
	margin: 0px 0px 0px 5px;
}

table#contact input:focus{
	background-color: #ffffff;
}

table#contact textarea:focus{
	background-color: #ffffff;
}

table#contact td.label{
	text-align: right;	
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: bold;
}

table#contact td.choice_label{
	text-align: right;	
	font-size: 0.9em;
	font-weight: bold;
}

table#contact tr.choice{
	vertical-align: top;
}

table#contact tr.choice td{
	padding: 20px 0px 0px 0px;
}

table#contact tr.required td.input{
	border-left: 3px solid red;
}

div#submit{
	text-align: right;
	margin-top: 10px;
}

div#left_menu {
    position: absolute;
    z-index: 1;
    top: 226px;
    right: 10px;
    margin: 10px 0px;
    padding: 5px;
    width: 110px;
    border: 0px;
}

div#left_menu a{
    display: block;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    color: #B64926;
    border: dotted 1px #B64926;
    border-width: 0px 0px 1px 1px;
}

div#left_menu a:hover {
    background-color: #ffcc66;
    color: #B64926;
}

div#logo_top {
    position: absolute;
    top: 0px;
	left: 320px;
    margin: 0px 0px;
    padding: 0px;
    border: dotted 0px #B64926;	
}

div#submenu_images {
    position: absolute;
    top: 216px;
	width: 100%;
    margin: 0px 0px;
    padding: 0px;
    border: dotted 0px #B64926;
}

div#submenu_images img {
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

div#middle_content {
    position: absolute;
	z-index: 3;
    top: 256px;
    left: 210px;
    right: 35px;
    margin: 10px 10px 180px 0px;
    padding: 0px 30px;
}


div#bold {
    font-weight: bold;
    padding: 0px;
    margin: 0px;    
}

div#message {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
	color: red;    
}

div#cursussen_menu, div#vakanties_menu, div#diversen_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	color: #B64926;
	background-color: #ffff99;
	
}

div#sub_menu_title {
	color: #ffff99;
	background-color: #B64926;
	font-weight: bold;
	text-align: center; 
}

div#cursussen_menu a, div#vakanties_menu a , div#diversen_menu a{
	display: block;
    text-decoration: none;
    padding: 2px 5px 2px 5px;	
    color: #B64926;
	background-color: #FFFFCC;
    border: dotted 1px #FFCC66;
    border-width: 0px 0px 1px 1px;
	font-weight: bold;
}

div#cursussen_menu a:hover, div#vakanties_menu a:hover , div#diversen_menu a:hover {
    background-color: #ffcc66;
    color: #B64926;
}


h1 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    margin: 0px 0px 0px 0px;
    padding: 1em 0 0;
    font-size: 1em;
    font-weight: bold;
}


