@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
.gastenboek{
	margin-top: 15px;
	width: 400px;
	margin-right: auto;
	background-color: #240000;
	padding-bottom: 1em;
	margin-left: 100px;
	}
.gastenboekheader {
	display: block;
	background-color: #660000;
	}
	
#div1 a, #div3 a, #div4 a {
	color:#FFFFFF;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
.body  #container {
	position: relative;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	margin-top: -300px; 
}

#div1, #div1b {
	position:absolute;
	top:70px;
	width:620px;
	height:454px;
	background-color:#561D26;
	padding-left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}

#div2 {
	position:absolute;
	left:30px;
	width:148px;
	height:550px;
	background-color:#FFFFFF;
	overflow-y:auto;
	overflow-x:hidden;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-radius-topleft: 15px;
	border-radius-topright: 15px;
	padding-top:5px;
	padding-bottom:5px;
	}

.fotovoorbeeld {
	width: auto;
	text-align: center;
}

#div3 {
	position:absolute;
	top:550px;
	width:520px;
	height:50px;
	background-color:#000000;
	color: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:5px;
}

#div4 {
	position:absolute;
	left:290px;
	width:510px;
	height:64px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.body {
	background-color:#855a61;
	}

.blacklink {
	color: #000000;
	text-decoration: none;
	border:none;
	}

.admin #sidebar {
	width: 256px;
	height: 100%;
	background-color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}
.admin #albumdiv {
	left: 16px;
}
.admin #body {
	position: absolute;
	left: 256px;
	top: 0px;
	width: auto;
	right: 0px;
	height: 100%;
}
 label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input, textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
textarea {
width:35em;
height:6em;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 30em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}