/* Algemeen */

body {
	background: #604831;
	color: #134E99;	
	text-align:center;
	width:100%;
	height:100%;
	font: 70%/1.4em Verdana, arial, Geneva, helvetica, sans-Serif;
	overflow:-moz-scrollbars-vertical;
}

html {
	width:100%;
	height:100%;
}

#oudebrowsers, .teller, #header * {
	display:none;
}

* {
	margin:0px;
	padding:0px;
}

/* Opmaak headers en textopmaak */

h1 {
	font:1.6em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #134D97;
}

h2 {
	font: 1.4em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font: 1.1em 'Trebuchet MS', arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #78A8E9;
}

p,h1,h2,h3 {
	margin-bottom:0.7em;
}

#rechterkolom h1 {
	display:none;
}

ul {
	margin-left:2em;
	margin-bottom:0.6em;
}

table {
	text-align:left;
}

noscript, .alert {
	padding:1px;
	color:#FFFFFF;
	background:red;
	clear:both;
}

/* Opmaak plaatjes en foto's */

img {
	border:0px;
}

.foto {
	background: #FFFFFF;
	padding:2px;
	margin:1px;
	border: 1px solid #000000;
}

/* Opmaak links */

a {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #134D98;
	text-decoration: underline;
}

#navigatie a {
	font:bold 10px Verdana, Arial, sans-serif;
	text-transform:uppercase;
	text-align:left;
	display:block;
	height:12px;
	padding:4px 0px 4px 7px;
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	border-bottom:1px solid #81ADEB;
}

#navigatie a:hover {
	background:#FFFFFF;
	color: #14509C;
	padding:4px 0px 4px 14px;
	text-decoration: none;
}

#navigatie .aktief, #navigatie span.normaal .aktief {
	color:#14509C;
}

#navigatie span.normaal a {
	font:bold 10px Verdana, Arial, sans-serif;
	text-transform:uppercase;
	display:inline;
	height:auto;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigatie span.normaal a:hover {
	background:none;
	color: #14509C;
	padding:0px;
	text-decoration: none;
}

/* opmaak forms */

input, textarea {
	background: #FFFFFF;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, arial, helvetica, sans-serif;
	border: 1px solid #000000;
}

.inputbutton {
	background: #999999;
	color:#FFFFFF;
	padding:2px 10px;
	font-weight: bold;
	border: 1px solid #000000;
}

.inputbutton:hover {
	background: #777777;
	border: 1px solid #000000;
}

/* Site layout */

#container {
	background: #F8FBFF url('images/container.gif') repeat-y;
	margin:0px auto;
  	width: 796px;
	text-align:left;
	height:100%;
}

html>body#container {
	height:auto;
	min-height:100%;
}

#container2 {
  	width: 796px;
	margin:0px auto;
	height:229px;
	background: url('images/content.gif') no-repeat left top;
}

#header {
	background: #F8FBFF url('images/header.jpg') no-repeat;
	color:#FFFFFF;
	text-align:left;
	height:188px;
}

#navigatie {
	height:30px;
	padding:0px 0px 0px 11px;
	clear: both;
	width:154px;
	float:left;
	text-align:center;
}

#inhoud {	
	text-align:justify;
	float:left;
	padding: 10px 20px 10px 20px;
	width:365px;
	float:left;
}

#rechterkolom {
	color:#11458A;		
	padding: 10px 0px 10px 20px;
	float:left;
	width:180px;
}

#footer {	
	background: url('images/footer.gif') no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding:0px 10px;
	height:112px;
	clear: both;
}

/* Gastenboek */

table {
	border:0px;
}

.tekstvlak {
	padding:7px;
	background:#F9F9F9;
	border:1px solid #e0e0e0;
}

.fotovlak {
	padding:5px;
	background:#FFFFFF;
	border:1px solid #e0e0e0;
}

.delete {
	padding:3px;
	background:red;
	color:white;
}
.delete:hover {
	background:orange;
	color:white;
}

#gastenboekNavigatie {
	padding:5px;
	background:#FFFFFF;
	border:1px solid #e0e0e0;
}
