/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	background-color: #000;
	color: #FFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
        line-height: 1em; /* 16×1=16px */
}
img, a {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*H elementen krijgen de hoogte van zijn parent en is 12px*/
H1 {font-size:2em}  /* displayed at 12x2=24px */
H2 {font-size:1.5em}  /* displayed at 12x1.5=18px */
H3 {font-size:1.25em;}  /* displayed at 12x1.25=15px */
H4 {font-size:1em}  /* displayed at 12x1=12px */
.clear {
	clear: both;
}
#wrapper {
	height: 600px;
	width: 960px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -275px; /* De helft van de wrappers hoogte */
	margin-left: -480px; /* De helft van de wrappers breedte */
        font-size: 0.75em; /* 16x0.75=12px */
}
#contentwrapper {
	height: 480px;
	width: 918px;
	margin-top: -2px;
	padding-top: 40px;
	padding-left: 20px;
	border: 1px solid #DC107A;
        position: relative;
}
#menu {
	width: 800px;
	height: 39px;
	padding-left: 100px;
}
#addthis
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 110px; 
}
#contenttekst {
	width: 600px;
	margin: 100px auto;
}
#contenttekst p:first-letter {
	color: #DC107A;
	font-size: 1.166em; /* 12x1.166=14 */
}

#frontpage {
    width: 888px;
    height: 415px;
    padding: 5px;
    display: block;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid #DC107A;
}

#frontpage  img {
	height: 396px;
	margin-right: 10px;
}
.quote {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-style: italic;
}
.contactleft {
	width: 380px;
	float: left;
}
.contactright {
	width: 400px;
	float: left;
}
.contactfooter {
	clear: both;
	margin-top: 40px;
}
#footer {
	width: 275px;
	padding-top: 2px;
	float: right;
	text-align: left;
	color: #646464;
}
#galerij {
    width: 888px;
    height: 415px;
    padding: 5px;
    margin-bottom: 8px;
    display: block;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid #DC107A;
}

#galerij  img {
	height: 396px;
	margin-right: 10px;
}
.formrij {
    margin-bottom: 10px;
}
