/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #fff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}
a {
	color: #CC0033;
}
a.menu {
	text-decoration: none;
	color: #CC0033;
}
a.menu:hover,a.menu:active,a:hover,a:active {
	color: #888888;
}
h1 {
	color: #CC0033;
	font-size: 2.1em;
	font-weight: bolder;
}
h2 {
	color: #CC0033;
	font-size: 1.2em;
	font-weight: bolder;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:758px;
	color: #000000;
	text-align:left;
	margin:auto;
	background: #fff;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#talen{
	text-align: right;
	margin-right: 2px;
}
#plaatjes{
	margin-left: 50px;
	margin-top: 10px;
	height: 117px;
}#header{
	position:absolute;
	top:0;
	padding-top: 5px;
	left:-1px;
	width:758px;
	height:150px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:180px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}
#menu {
	background: url("pic/menumidden.gif");
	margin-left: 50px;
	text-indent: 15px;
	width: 117px;
}
#menuboven {
	background: url("pic/menuboven.gif") no-repeat;
}
#menuonder {
	background: #fff url("pic/menuonder.gif") no-repeat;
	height: 10px;
}

#footer {
	width:758px;
	clear:both;
	height:7px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:7px;/* for ie5 */
	he\ight:7px;/* for ie6 */
}
div  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:535px;
	float:right;
	padding-top:170px;/*make room for header*/
	line-height: 1.4em;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

@media print {

	body {
		background-color: white;
	}
	#talen, #header, #left, #plaatjes, #menu, #footer {
		display: none;
	}
	#centrecontent {
		width: 95%;
		float:left;
		left: 0px;
		padding-top: 10px;
		line-height: 1.4em;
	}	
}

