* {
	margin: 0;
	padding: 0;

	}


body {
	 /* just some defaults - should be customized */
	font-family: Arial, Verdana;
	font-size: 75%;
	line-height: 140%;

	} 
html>body { 
	
	} /* for modern browsers that can resize px */

#wrap {
	position: relative;
	height: 100%;
	
	min-width:928px;
text-align:left;

	}



#header {
display:none;

	}
#logged_in
{
display: none;
}
#login
{
display: none;
}



#main {
		position: relative; /* IE float bug workaround */
		float: left;
		width: 100%; 
		
	}

#content {
		position: relative;
		float: right;
		width: 100%;
		z-index:10;
background-color:#ffffff;

	}

#content .contenttekst
{
padding:6px;
}


#content .contenttekst p
{
margin-top:6px;

}


.hidden
{
	display: none;
}




#content li
{
	font-size:100%;
	
}
#content h1
{
	position: relative;
;padding-bottom:10px;

	font-size:150%;
	font-weight:bold;
	font-family:  Arial, Verdana;
}

#content .contenttekst h1
{
	padding-bottom:4px;
	font-size:150%;
	font-weight:bold;
	font-family: Arial, Verdana;
background:none;
text-indent:0px;
padding-top:4px;

}

#content .contenttekst h2
{
	padding-bottom:4px;
padding-top:4px;

	font-size:130%;
	font-weight:bold;
	font-family:  Arial, Verdana;
}

#content .contenttekst h3
{
	padding-bottom:4px;

	font-size:100%;
	font-weight:bold;
padding-top:4px;
	font-family:  Arial, Verdana;
}


#content .contenttekst h4,#content .contenttekst h5
{
	padding-bottom:4px;

padding-top:4px;
	font-size:100%;
	font-style: italic;
	font-family: Arial, Verdana;
}



#nav {
display: none;
}

#xtra {
display: none;
}

#footer {
display: none;
}


#nieuwsblok
{
padding-bottom:10px;
border-bottom:1px solid #939598;
margin-bottom:10px;
}



