
@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #3E0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E0000;
}
body.main {
	margin-left: 170px;
	margin-top: 135px;
	margin-bottom: 150px;
	width: 550px;
}
img.logo {
	position: fixed;
	left: 30px;
	top: 30px;
}
div.menu {
	position: fixed;
	left: 30px;
	top: 137px;
	width: 100px;
}
div.buttons {
	position: fixed;
	left: 750px;
	right: 10px;
	top: 30px;
	height: 82px;
}
div.foto {
	position: fixed;
	left: 0px;
	bottom: 0px;
}
div.dame {
	position: absolute;
	left: 730px;
	right: 0px;
	bottom: 0px;
}
div.colofon {
	font-size: 9px;
	text-align: right;
	position: fixed;
	left: 200px;
	bottom: 35px;
	width: 500px;
}
img.button {
	width: 42px;
	height: 42px;
	margin-top: 20px;
	vertical-align: top;
}
a {
	font-weight: bolder;
	color: #904C6F;
	text-decoration: none;
}
a:hover {
	color: #D19CC0;
}
.kopje {
	font-size: 18px;
}
.sub {
	font-size: 11px;
	font-style: italic;
}
hr {
	border: 2px solid #904C6F;
	margin-top: 15px;
	margin-bottom: 10px;
}
label {
	color: #904C6F;
}
input.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D19CC0;
	border: 1px outset #FFFFFF;
	width: 360px;
    cursor: text;
}
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D19CC0;
	border: 1px outset #FFFFFF;
	width: 360px;
    cursor: text;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #904C6F;
	border: 1px outset #FFFFFF;
    cursor: hand;
}
input.imgbtn {
	float: right;
    margin-top: -10px;
}
div.newsletter {
	position: relative;
	left: 280px;
    top: 15px;
	width: 240px;
    height:30px;
    border: 1px solid black;
    padding: 5px;
    font-size: 9px;
}
