html, body {
	height:	100%;
}

html {
	cursor: default;
	background-color: silver;
}
body {
	text-align: center; /*for IE*/
	margin: 0px auto;
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;	
	/*overflow: -moz-scrollbars-vertical;*/
}
td, p {
	font-family: "Verdana", sans-serif;
	font-size: 12pt;
}

div#body {
	text-align: left;
	display: block;
}	

div#wrapper {
	text-align: left; /*reset text-align*/
	width: 780px;
	min-height:500px;	
	margin: 0px auto;
	background-color: white;
}
div#menu {
	height: 34px;
	background-color: #D4336B;
	margin: 0px;
	margin-bottom: 6px;
}
div#logo{
	display: block;
	background-color: #D4336B;
	height: 108px;	
	background-image:url('../images/logo_viaHouten.jpg');
	background-repeat: no-repeat;
	background-position: right;
	/*background-attachment: fixed;*/
}
div#submenu {
	float: left;
	width: 140px;
	/*height: 300px;*/
	display: block;
	padding-left: 6px;
	color: #D4336B;
	padding-top: 15px;
}
div#submenu a{
	color: #D4336B;
	font-size: 8pt;
	text-decoration: none;
}
#content {
	padding-left: 10px;
	padding-right: 8px;
	
}
div#right {
        width: 150px;
        display: block;
        padding-left: 6px;
	padding-right: 8px;
	
}
div#fotostrip {
	background-color: white;
	margin-top: 2px;
	margin-bottom: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #5D3283;	
	margin: 0px;
}
#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	/*display: block;*/
	float: left;
	text-align: left;
		/*width: 160px;*/
	height: 34px;
	display: inline;
}
#menu ul li.actief {
   	color: black;	
	background-color: white;
	display: inline;
}
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration: none;
	font-size: 8pt;
	color: white;
	height: 14px; /* we do need this for IE */ 
	display: inline; /*display: block;*/
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
#menu ul li a.actief {
	text-decoration: none;
	font-size: 11pt;
	color: black;
	height: 14px; /* we do need this for IE */ 
	display: inline; /*display: block;*/
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
#menu ul li a:hover {
   	color: black;	
	background-color: white;
	display: inline; /*display: block;*/
}

/* right:*/

.info {
	padding-left:6px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9pt;
}
td.zoek {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background:#5D3283; 
	padding-left:10px;	
	padding-top:6px;
}

/* extra styles: */
address, .intro {
	color: #5D3283;
	font-style: normal;
}
a {
	color: #D4336B;
}

ul {
line-height: 1.5em;
list-style-type: square;
}
hr{
	width: 100%;
	border: 0;
	background-color: #D4336B;
    height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#maintabel{
padding-bottom: 10px;
}
.org {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4336B;
	border-bottom-color: #D4336B;
}
.vw{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}