@charset "utf-8";
/* CSS Document */
@import url(nav.css);
body {
	font-family: Arial, sans-serif;
	font-size: 0.76em;
	line-height: 1.4;
	color: #000000;
	padding: 0;
	margin: 10px 0px;
}

div#wrapper{
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
div#header {
	font-size: 220%;
	color: #000000;
	height: 100px;
	margin: 3px 5px 0px;
	font-weight: bold;
}
div#fotobalk {
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}

div#nav{
	width: 175px;
	float: left;
	background-color: #FFFFFF;
	margin: 5px;
	border-top: 1px none #009999;
	border-bottom: 1px none #009999;
	margin-top: 15px;
}
/* the following rule is recognized only by IE5 en IE6 */
/* http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html */	
* html body div#nav	{
	margin-left: 3px;
}
/* the above rule is recognized only by IE5 en IE6 */
div#main{
	width: 366px;
	float: left;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 0px;
}
div#rechts{
	width: 175px;
	margin: 5px;
	line-height: 150%;
	color: #008E8F;
	font-size: 94%;
	float: left;
}
div#logo {
	width: 95px;
	float: right;
}
div#naam {
	width: 450px;
	margin-left: 200px;
	float: none;
	padding-top: 55px;
}
#watislingekwartier {
	border-bottom: 1px solid #FF0000;
}


div#footer{
	margin-top: 5px;
	background-color: #009999;
	padding: 2px 2px 2px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* headers definitions */

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { padding: 0.75em 0 0 0; }
p  { padding: 0.25em 0 0.75em 0; }

h1 {
	font-size: 150%;
	color: #000000;
	line-height: 90%;
	padding-bottom: 5px;
}
h2 {
	font-size: 100%;
	color: #FF0000;
}
h3 { font-size: 110%; }
h4, h5, h6 { font-size: 100%; }
a {
	color: #008E8F;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#wrapper #mainsector #rechts h2 {
	color: #FF0000;
	font-size: 130%;
	border-bottom: 1px solid #FF0000;
}
#wrapper #mainsector #main table .kopje {
	color: #FF0000;
	font-weight: bold;
}

/* form stylesheet */

form, fieldset {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin-right: 1px;
}
.kleinetekst {
	font-size: 90%;
}
img.rechts {
	clear:both;
	float:right;
}
img.bijnarechts {
	clear:both;
	float:right;
	margin-right: 20px;
}
ol {
	margin:0em 0 1em 25px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
	padding-left: 0px;
}
ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:100%;
}
