@charset "UTF-8";
/* CSS Document */
*
{
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li,ul
{
	list-style:	none;
	float: left;
}
li.praktijk, ul.praktijk
{
	list-style: circle;
	color:#666666;
	font-size: small;
	margin-left: 30px;
	float: none;
	text-align: justify;
}
p
{
	color:#666666;
	font-size: small;	
	text-align: justify;
}
a.menulink
{
	color:white;
	text-decoration: none;
	height: 43px;
	padding-left: 10px;
	padding-right:10px;
	display: inline-block;
	margin: 0px;
	line-height: 43px;
	font-size: small;
}
a.menuselected
{
	color:#EC741F;
	background: #FFF;
	text-decoration: none;
	height: 43px;
	padding-left: 10px;
	padding-right:10px;
	display: inline-block;
	margin: 0px;
	line-height: 43px;
	font-size: small;
}
a.menulink:hover
{
	color:#EC741F;
	background: #FFF;
}
html, body
{
	height: 100%;
}
#wrap
{
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	min-height: 100%;
}
#header
{
	height: 137px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}
h1
{
	font-size: medium;
	color:#666666;
}
#menu
{
	height: 43px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#main
{
	padding-top: 20px;
	overflow:auto;
	padding-bottom: 108px;
}
#content
{
	width: 960px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	background-image:url(images/footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	margin-top: -98px;
	height: 98px;
	clear:both;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
#logo
{	
	height: 137px;
	width:  1000px;
}
#slider
{	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


