/* Stijlblad voor de Historische Vereniging Maartensdijk */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;/*Is hiermee de base size voor deze website*/
	background-color: #fff6e2;
	color: #000000;
}

.menu {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	background-color: #e8e0cd;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 145px;
	position: absolute;/* Voor de oudere browsers die "fixed" niet ondersteunen*/
	top: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	overflow: hidden;
	visibility: visible;
	z-index: 99;/*Altijd bovenop*/
	float: right;
}
body>.menu {
	position: fixed; /*Alleen herkend door browsers die "fixed" ondersteunen*/
}
.inhoud {
	position: absolute;
	width: 750px;
	overflow: visible;
	visibility: visible;
	top: 10px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	left: 183px;
}

.menu .small {
	font-size: .8em;
	text-align: left;
}
.bold {
	font-weight: bold;
}

.menu .kleur {
	background-color: #fff6e2;
	text-align: left;
}
.menu a {
	display: block;
}
.menu a:link {
	text-decoration: none;
	color: #000000;
}
.menu a:visited {
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	color: #FF0000;
	text-decoration: none;
}
.inhoud a:link {
	color: #FF0000;
	text-decoration: underline;
}
.inhoud a:visited {
	color: #ff0000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 3em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}

dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.fotoKern {
	float: right;
	margin-bottom: 1em;
	height: auto;
	width: 350px;
	margin-right: 0px;
	margin-left: 0.5em;
}
.fotoRechts {
	float: right;	
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.fotoLinks {
	float: left;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.klein {
	font-size: .9em;
}
.kaart{
	padding: 0px;
	position: relative;
	top: -10px;
	float: right;
	margin: 0px;
}
.naam {
	position: relative;
	top: 5px;
	visibility: visible;
	z-index: auto;
	left: 200px;
	height: auto;
	width: 400px;
}
/*-------------------------------contact formulier------------------------------*/
fieldset {
	border:outset #ffffff;
	border-color:#fff6e2;
	padding: 0 1em 1em 1em;
	width:400px;
}
#vragen fieldset	{
	width:700px;
}
legend {
	font-weight:bold;
	padding: 1em;
	color:#000;
}
label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
#vragen label	{
	width:290px;
}
#vragen input	{
	width:25px;
}
#verstuur label {
	width: 150px;
	padding-right: 20px;
}
fieldset br {
	clear: left;
}
