/* © Davey Brouwer */
/* Niets mag worden gekopieerd zonder toestemming */

/* site opmaak */
h2 {
	text-align: left;
	color: #FF9900;
	padding: 0;
	margin: 0;
}
* { 
	margin: 0px;
	font-family: Verdana;
	font-size: 11px; 
} 
body { 
	background-image:  url('../images/patroon.png');
} 
#wrapper { 
	width: 820px; 
	height: 450px; 
	border-top: solid black 1px; 
	border-bottom: solid black 1px; 
	border-left: solid black 1px; 
	border-right: solid black 1px; 
} 
#header{ 
	float: left; 
	width: 820px; 
	height: 120px; 
	background-image: url('../images/trouwen.png');
	background-color: #FFFFFF; 
	border-bottom: solid black 1px; 
} 
#header img {
	width: 520px;
	margin: 37px;
	margin-left: 160px;
}
ul {
	list-style: none;
	text-align: left;
}
#menu { 
	float: left; 
	width: 120px; 
	height: 329px; 
	background-color: #FFFFFF; 
	border-right: solid black 1px; 
} 

#inhoud { 
	width: 698px;
	height: 329px;
	overflow: auto;
	float: left; 
	background-color: #FFFFFF; 
} 
#holder {
	float: left;
	height: 300px;
	width: 650px;
}
#foto1 {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	height: 300px;
	border: 1px black;
	overflow: auto;
}
#bekijk {
	background-color: #FFFFFF;
	float: left;	
	width: 450px;
	height: 300px;
	border: 1px black;
	overflow: auto;
}

	/* Pagina links cat's */
td.cat {
	font-weight: bold;
	height: 0px;
	border: 0.5px solid black;
	background-color: #EEEEEE;
}
	/* a href opmaak */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}
a.huur_auto {
	color: #0066cc;
	text-decoration: none;
}
a.huur_auto:hover {
	color: #000000;
	text-decoration: underline;
}
	/* alles in midden zetten */
#midden {
	position:absolute;
	height:449px;
	width:820px;
	margin:-224px 0 0 -410px;
	top:50%;
	left:50%
}
	/* ruimte */
#ruimte {
	margin: 4px;
}
	/* textarea's en inputs */
input, textarea {
	margin: 2px;
	border: 1px solid #666666;
}
textarea{
	background-image: url('../images/bloem-rechts-vaag.png');
	background-repeat: no-repeat;
	background-position: bottom right
}
	/* Sierletters */
#sierletter {
	font-family: Monotype Corsiva;
	font-size: 17px;
}