html, body {
	padding : 0;
	margin: 0;
	background: #d5dde8 url('../images/design/bg-body.png') repeat-x left top;
	font-family: Verdana, Geneva, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 11pt;
	color : #000000;
	text-align : left;
	text-decoration : none;
	letter-spacing : normal;
	word-spacing : normal;
	text-transform : none;
	line-height : normal;
}

#container{
	padding: 15px 15px 15px 15px;  /* top -  right   -  down   -   left */
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 820px;
	height: auto;
	z-index: 1;
	background-color: #FFF;

}

#header {
	padding: 0px;
	margin-left: 0px;
	margin: 0px;
	width: 820px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left;
}
#menucontainer {
	padding: 0px 0px 0px 0px;/* top -  right   -  down   -   left */
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;	
	margin-left: 0px;
	width: 820px;
	height: 28px;
	z-index: 1;
	text-align: center;
}

#sitecontainer {

	padding: 0px 0px 0px 0px;/* top -  right   -  down   -   left */
	margin-top: 15px; 
	margin-right: auto;
	margin-bottom: 0px;	
	margin-left: auto;
	width: 820px;
	height: auto;
	background-color: #FFFFFF;
	background-position : top;
	background-repeat : repeat-y;
	
	
}
	
#maincontent{
	padding: 5px 10px 5px 5px;/* top -  right   -  down   -   left */
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 580px;
	height: auto;
	background-color: #739be8;
	float: left;
	position: relative;
}
#maincontent_admin{
	padding: 5px 10px 5px 5px;/* top -  right   -  down   -   left */
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 805px;
	height: auto;
	background-color: #739be8;
	float: left;
	position: relative;
}
#sidebarcontent{
	padding: 01px 0px 5px 10px;/* top -  right   -  down   -   left */
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: auto;
	width: 200px;
	height: auto;
	background-color: #739be8;
	float: right;
	position: relative; 
	
}

#sidebarcontent2{
	padding: 01px 0px 5px 10px;/* top -  right   -  down   -   left */
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 10px;
	width: 200px;
	height: auto;
	background-color: #739be8;
	float: right;
	position: relative; 
}


#footer {
	padding: 0; /* top -  right   -  down   -   left */
	margin : 0 auto;
	width : 820px;
	height : 25px;
	clear : both;
	text-align : center;
	font-size : 8pt;
	line-height : 25px;
	background-color: #739be8; 
	color: #FFFFFF;
}

#footer a:link{
text-decoration: none;
color: #FFFFFF;
text-decoration: underline;
}

#footer a:hover{
color: #FFFFFF;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:visited{
text-decoration: none;
color: #FFFFFF;
}

#footer a:active{
background-color: transparent;
color: #000000;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.border {
	border-width : 1px;
	border-color : black;
	border-style : solid;
}

span.klein {
	font-size: 7px;
}

span.schuin {
	font-style: italic;
}

span.vet {
	font-weight: bold;
}

span.onderstreept {
	text-decoration: underline;
}

h1 {
	margin: 03px 0px 0px 0px;/* top -  right   -  down   -   left */
}
h2 {
	margin: 03px 0px 0px 0px;/* top -  right   -  down   -   left */
}

h2.titel {
	margin: 0px 0px 0px 0px;
	font-size: 16pt;
	/*font-weight: lighter;*/
	color: #000000;
	text-decoration: none;
}

h3.datum {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	font-weight: normal;
}

/*p {
	margin: 06px 0px 6px 0px;
}*/

p.first{ 
margin: 06px 0px 6px 0px;/* top -  right   -  down   -   left */
}



