﻿body
{
	background-color: black;
	font: 12px sans-serif;
	margin: 0;
	padding: 0;
}

div#heading, div#container, div#footer
{
	border: 1px solid white;
	background-color: #898989;
	width: 800px;
}

div#container
{
	position: relative;
	margin: 0 auto;
	height: 600px;
	background-image:url(../images/ourikasierlijk.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
div#container h2
{
font-size:16px;
border:thin;
text-align:center;
font-style:italic;
}
div#heading
{
	margin: 20px auto -1px auto;
	background: #898989 url(../images/header.jpg) no-repeat;
	height: 130px;
	padding: 0;
}

div#heading h1
{
	margin: 5px;
}

/* homepage */
div#lefthome
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 345px;
	padding: 0px;
	/*background-image: url(../images/OurikaTakchita3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

div#contenthome
{
	margin-left: 350px;
	margin-right: 10px;
	margin-top: 10px;
	background: #A9A9A9;
	padding: 10px;
	padding-right: 25px;
	border: 1px solid black;
	background-image:url(../images/ourikaroos1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
div#contenthome h1
{
	color: #FFFACD;
	font-size: 20px;
}

div#contenthome p
{
	text-align: justify;
}

div#left
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 270px;
	padding: 5px;
	background-image: url(../images/ourika.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


div#left p
{
	margin-top: 470px;
	font-size: 11px;
	text-align: justify;
	padding: 0px 18px 0px 7px;
}

div#left p span
{
	background: #A9A9A9;
	border: 1px solid black;
	padding: 1px;
}
div#leftcontact
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 270px;
	padding: 5px;
	background-image: url(../images/OurikaTakchita6.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
div#content2
{
	margin-left: 275px;
	margin-right: 4px;
	margin-top: 10px;
	background: #A9A9A9;
	padding: 10px;
	padding-right: 25px;
	border: 1px solid black;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat; 
	background-position:center right;
}

div#contenthome h1
{
	color: #FFFACD;
	font-size: 20px;
}
div#content2 h1
{
	color: #FFFACD;
	font-size: 20px;
}

div#content2 p
{
	text-align: justify;
}
div#content
{
	margin-left: 275px;
	margin-right: 10px;
	margin-top: 10px;
	background: #A9A9A9;
	padding: 10px;
	padding-right: 25px;
	border: 1px solid black;
	background-image:url(../images/ourikaroos1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
div#content h1 
{
	color: #FFFACD;
	font-size: 20px;
}
a:link
{ 
text-decoration:none;
color:#FFFACD;
}

a:hover{color:#ff0000; }
a:visited{ color: #FFFACD; text-decoration:none }
div#content p
{
	height: 355px;
	text-align: justify;
}

div#footer
{
	margin: -1px auto 10px auto;
}
div#footer p
{
	margin: 5px;
}

/* menu */
.solidblockmenu
{
	margin: 100px 0px 0px 0px;
	padding: 0;
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	border: 1px solid #white;
	border-width: 1px 0;
	background: black url(../images/blockdefault.gif) center center repeat-x;
	height: 30px;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current
{
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}

embed
{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* form */
label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	
}

.submit input
{
	margin-left: 5em;
	
}


.submit input
{
	color: black;
	background: #87B5E1;
	border-bottom-color:Black;
	border-right:black;
	border-top:
	
}
fieldset
{
	border: 1px solid white;
	width: 20em;
	width: 100%;
	
}

legend
{
	color: black;
	background: #87B5E1;
	border: 1px solid #143F68;
	padding: 2px 6px;
	margin-left: 20px;
	text-decoration: bold;
}



