/*--- Main stylesheet ---*/

body {
	margin: 0;
	padding: 0;
	background: #4B689A url(../images/img1.jpg) repeat-x;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
}
h2, h3 {
	font-size: 16px;
}
p {
	margin-top: 0;
}

/*--- Header ---*/
#header {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background:  url(../images/img2.jpg);
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	background: #66CCFF;
	border: 5px solid white;
}
/*--- Top ---*/
#top {
	_width: 100%;
}
#logo {
	float: left;
	width: 225px;
	padding-top: 40px;
	text-align: center;
}
#picture {
	float: left;
	border-left: 5px solid white;
}
/*--- Middle ---*/
#middle {
	_width: 100%;
	border-top: 5px solid white;
}
#menu {
	width: 225px;
	float: left;
}
#content {
	float: left;
	width: 500px;
	padding: 20px;
	min-height: 400px;
	_height: 400px;
}
/*--- Footer ---*/
#footer {
	width: 100%;
	border-top: 5px solid white;
}
#clear {
	clear: both;
}

/*--- Content gedeelte ---*/
#content UL	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content A {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active, a:link, a:visited {
}
#content a:hover {
}
/*--- Menu ---*/
#menu	{
	color: #000000;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
UL.navigatie 	{
	margin-top: 25px;
	list-style: none;
}
UL.navigatie LI	{
	margin-bottom: 15px;
}
UL.navigatie A	{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
UL.navigatie A:link,
UL.navigatie A:visited	{
}
UL.navigatie A:active	{
	background-color: #FFCC00;
}
UL.navigatie A:hover	{
	background-color: #FFCC00;
}

/*--- Footer ---*/
#footer UL.footer {
	list-style: none;
	margin: 4px 0 4px 10px;
}
#footer UL.footer LI {
	list-style-type: none;
	display: inline;
}
#footer A	{
	text-decoration: none;
	color: #666666;
}
#footer A:hover	{
	text-decoration: underline;
	background-color: #FFCC00;
}
.leftmargin {
	margin-left: 150px;
	_margin-left: 160px;
}
/*--- Diverse classes ---*/
.vivaLaDonnaKlein	{
	margin-top: 20px;
	margin-left: 20px;
}
.annemarie	{
	float: right;
	margin-left: 10px;
}

/*--- Einde stylesheet ---*/
