/*

  Hèlens Webstudio  http://www.helenswebstudio.nl
  Copyright (c) 2006 Hèlens Webstudio

  $Bestandsnaam: stylesheet.css
	
*/

body {
	background-color: #13021e;
	margin: 0px;
	font-family: Trebuchet MS, verdana, tahoma, arial;
	font-size: 13px;
	color: #000000}
	
.main {
	font-size: 13px;
	color: #000000}
	
.mainwit {
	font-size: 13px;
	color: #FFFFFF}
	
.small {
	font-size: 11px;
	color: #000000}

a:link {
	color: #000000;
	text-decoration: underline}
			
a:visited {
	color: #000000;
	text-decoration: underline}
				
a:active {
	color: #000000;
	text-decoration: underline}
			
a:hover {
	color: #000000;
	text-decoration: underline}
	
.footer {
	font-size: 11px;
	color: #320967}
	
a.footer:link {
	color: #320967;
	text-decoration: underline}
	
a.footer:active {
	color: #320967;
	text-decoration: underline}
	
a.footer:visited {
	color: #320967;
	text-decoration: underline}
	
a.footer:hover {
	color: #320967;
	text-decoration: underline}
	
.titel {
	color: #000000;
	font-size: 17px;
	font-weight: bold}

.subtitel {
	background-color: #d0b7f3;
	color: #000000;
	font-size: 17px;
	font-weight: bold}
	
.koptekst {
	color: #000000;
	font-size: 22px;
	font-weight: bold}

.menu {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none}

a.menu:active {
	color: #FFFFFF;
	text-decoration: none}

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

a.menu:hover {
	text-decoration: underline}
	
.submenu {
	color: #320967;
	font-size: 13px;
	font-weight: bold}

a.submenu:link {
	color: #320967;
	text-decoration: none}

a.submenu:active {
	color: #320967;
	text-decoration: none}

a.submenu:visited {
	color: #320967;
	text-decoration: none}

a.submenu:hover {
	text-decoration: underline}
	
#map {
width: 600px; 
height: 600px;
}

#div_info {
background-color: #ffffff;
border:1;
width:220px; 
height:150px;
padding: 0px;
}
#side_bar {
background-color: #ffffff;
border: 1;
color: black;
overflow:auto;
width: 350px; 
height:600px; 
padding:0px;
padding-top:0px;
}
#div_detail {
background-color: #ffffff;
border:1;
width: 220px; 
height:150px;
padding: 0px;
padding-top:0px;
}