﻿body,html 
	{
	background:#999999 url(plaatjes/bodybackground.jpg) repeat;

	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:regular;
	color:#000000;
	}

img, div , ul, li, p
	{
	border:0;
	margin:0;
	padding:0;
}
hr 
	{
	background:#cccccc;
	color:#cccccc;
	border:0;
	height:1px;
	}
a
	{
	text-decoration:none;
	color:black;
	}
a:hover 
	{
	color:green;
	text-decoration: none;
	}
h1 { margin:0px; font-size:24px; }
h2 { margin:0px; font-size:18px; }
h3 { margin:0px; font-size:16px; }
h4 { margin:0px; font-size:14px; }
h5 { margin:0px; font-size:12px; }
h6 { margin:0px; font-size:10px; }
h7 { margin:0px; font-size:9px; }

		/*--- LAYOUT OBJECTS ---*/

Div.pageWrapper 
	{
	background:url(plaatjes/pagewrapper_background.jpg);
	width:1000px;
	margin:auto;
	}
.shadow 
	{
	width:15px;
	height:100%;
	float:left;
	} 
Div#main 
	{
	background:#cccccc;
	
	width:970px;
	height:100%;
	margin-left:15px;	
	float:left;
	
	}
Div#header 
	{
	background:url(plaatjes/header_background.jpg) no-repeat;
	height:120px;
	width:970px;
	border:10px; solid black;
	}

		/*--LAYOUT OBJECTS--*/

#contentWrapper 
	{
	background:#ffffff url(plaatjes/contentwrapperbackground.jpg) right bottom no-repeat;
	border:1px #999999 solid;
	width:950px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:15px;
	}

#content 
	{
	width:950px;
	float:left;
	}

#content table
	{
	float:none;	
	}
#content li
	{
	margin-left:0px;
	}

		/* --- CONTENT ITEMS --- */
#adres 
	{
	background:#ffffff;
	margin-left:20px;
	border:1px #666666 solid;
	text-align:center;	
	height:80px;
	width:175px;
	}
#adres a
	{
	text-decoration:underline;
	color:#ff0000;
	margin-top:5px;
	}
#login 
	{
	background:url(plaatjes/loginbackground.gif) no-repeat;
	margin-left:20px;
	text-align:center;	
	height:120px;
	width:175px;
	}
#login input
	{
	border:1px solid #ff0000;
	background:#ffffff;
	color:#ff0000;
	font-size:11px;
	margin-bottom:5px;
	}
#login label
	{
	display:block;
	height:20px;
	width:175px;
	margin-bottom:-15px;
	}
#footer 
	{	
	width:100%;
	color:#999999;
	text-align:center;
	height:20px;
	line-height:150%;
	}
.item {
	width:520px;
	background:url(plaatjes/item_background.gif) no-repeat;
}
.itemTitel { text-align:left; font-weight:bold; }
.itemTitel4 { text-align:center; font-weight:bold; }
.itemTitel2 { text-align:left; font-weight:bold; }
.itemTitel3 { text-align:left; padding:3px; font-size:9px; font-weight:itallic; }
.itemText { text-align:justify; padding:3px; font-size:12px;}
.itemText4 { text-align:justify; padding:3px; font-size:20px;  font-weight:bold; }
.itemText9 { text-align:center; padding:3px; font-weight:bold; font-size:12px; color:white;}
.itemText5 { text-align:justify; padding:3px; font-size:20px;}
.itemText3 { text-align:center; padding:3px; font-size:12px;}
.itemText2 { text-align:left; padding:5px; font-size:10px; color:#cccccc; }
table.item { margin-top:15px; }

.clear { clear:both; }
#spacer { margin:0px; height:20px; }

#navigation
	{
	float:left;
	display:inline;
	width:950px;
	height:30px;
	margin-left:10px;
	background: url(plaatjes/navigationbackground.jpg) repeat-x -10px;
	}
