*
{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	height: 100%;
}

#left{
	height: 100%;
	float: left;
	width: 20%;
	background: url(../images/flower_bg.jpg) repeat;
	border-right: 1px solid #7F0037;
}

#middle{
	/*height: 100%;*/
	float: left;
	width: 60%;
}

#right{
	height: 100%;
	float: left;
	width: 19%;
	background: url(../images/flower_bg.jpg) repeat;
	border-left: 1px solid #7F0037;
}

#header_container{
	width: 100%;
	background: url(../images/headerbg.gif);
	height: 150px;
	text-align: center;
	border-bottom: 2px solid #7F0037;
}

#main1{
	height: 100%;
	padding: 30px 0 30px 30px;
}

#menu{
	width: 100%;
	text-align: center;
	margin: -10px 0 0 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	display: inline;
}

li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #7F0037;
	background: #FFF url(../images/menu_flower.gif) no-repeat left 6px;
	border-top: 2px solid #7F0037;
	border-bottom: 2px solid #7F0037;
	padding: 8px 9px 14px 22px;
}

.menu_left{
	background: #FFF url(../images/menu_left.gif) no-repeat;
	padding: 12px 0 16px 0;
}

.menu_right{
	background: #FFF url(../images/menu_right.gif) no-repeat;
	padding: 12px 1px 16px 0;
	margin: 0 5px 0 0;
}

h1{
	color: #7F0037;
	margin: 0 0 10px 0;
	letter-spacing: 3px;
	text-decoration: underline;
}

h2{
	color: #7F0037;
	font-style: italic;
	text-indent: 30px;
	margin: 0 0 10px 0;
	letter-spacing: 1.5px;
}

#main1 p{
	padding: 5px 10px 5px 10px;
	margin: 0 35px 5px 30px;
	font-size: 1.2em;
	line-height: 130%;
	border: 1px dashed #B6FF00;
	text-align: justify;
	background: #F8FFE8;
}

#kaart{
	padding: 5px 10px 5px 10px;
	margin: 0 35px 5px 30px;
	font-size: 1.2em;
	line-height: 130%;
	border: 1px dashed #B6FF00;
	text-align: center;
	background: #F8FFE8;
}

#tabel_container{
	margin: 0 35px 5px 30px;
	padding: 5px 10px 5px 10px;
	border: 1px dashed #B6FF00;
	background: #F8FFE8;
	font-size: 1.2em;
}

#tabel{
	width: 100%;
	margin: 0;
	text-align: center;
}

.tabel_label{
	background: #E1F2B5;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.form_row{
	height: 30px;
}

.form_row_textarea{
	height: 75px;
}

label{
	float: left;
	width: 150px;
	text-align: right;
	padding: 3px 15px 0 0;
}

.boodschap{
	color: #FF0000;
	font-weight: bold;
}

.boodschap_groot{
	color: #FF0000;
	font-weight: bold;
	font-size: 1.6em;
}

.doclinks{
	text-decoration: underline;
	color: #7F0037;
	padding: 5px 0 5px 0;
	display: block;
}

.thumbs{
	border: 1px solid #B6FF00;
}
