* {
	margin: 0;
	padding: 0;
}

HTML, BODY {

height:100%;
}

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

td {
	text-align:left;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

.text_title {
	font-size: 150%;
}

.text_big {
	font-size: 120%;
}

.text_normal {
	font-weight:normal;
}

.text_datum {
	font-size: 90%;
	font-style:italic;
	font-weight:normal;
}

.bg_gastenboek {
	background-image:url(../images/vulpen.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.bg_bottom {
	height: 4px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #23B14D;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.text_red { color:#F00; }

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	clear:both;
	}
	
.list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	padding-right:5px;
	}
	
.td_space {
	height:5px;
}

.td_table{
	height:56px;
	width:70px;
}
/* Menu */

.control a{
	padding: 3px;
		color:#666;
		text-decoration:none;
	border: 1px solid #ccc;
}

.control a:hover{
	background:#ddd;
}

.submit{
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	margin:2px;
	cursor:pointer;
	color:#666;
}

#menu {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	font-size: 12px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 121px;
	height: 25px;
	padding: 10px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #000000;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #FFFFFF;
	color: #23b14d;
}

/* Header */

#header {
	width: 1149px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 1149px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(../images/logo.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(../images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(../images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(../images/img06.gif) repeat-y;
}

/* Footer */

.footer {
	height:138px;
	background: url(../images/img04.gif);
	background-color:#23b14d;
	background-repeat:repeat-x;

}

.footer p {
	text-align: center;
	font-size: 100%;
}

.footer a {
	color: #000000;
}

.right_bg {
	background-image:url(../images/euromast.png);
	width:137px;
	height:406px;
	background-position:bottom;
	background-repeat:no-repeat;
}

 iframe { margin:0; padding:0; height:100%; } 
   iframe { display:block; width:100%; border:none; } 