﻿/*
oranje #F48000
achtergrond grijs #F4F4F4
achtergrond grijs donkerder #c8c8c8
rand rgrijs #ccc
tekst grijs #999999

rood(light) #990033
drood #660033
*/
html, body {
height: 100%; /* héél belangrijk */
margin: 0px; 
padding: 0px;
}

#container {
position: relative;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
margin:0px;
}
#navcontainer{
clear: left;
margin:0px;
}
#topheader{
padding: 0px;
margin:0px;
border-bottom: 2px solid white;
}
#map 
{
	margin-left:320px;	
	height: 500px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

.maptrots 
{
	margin-left:620px !important;	
}

.searchmap #map 
{
	margin-left:0px;	
	height: 400px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

#fichemap #map
{
margin-left : 2px;
}

#footer {
position: absolute;
bottom: 0; /* heel belangrijk */
right: 0;
height:40px;
}

.contentblock
{
/*background-color: #c8c8c8;*/
margin-bottom:10px;
padding:10px;
padding-left:0px;
}

.logininput
	{
	margin:5px 0px;
	}

.zoek
	{
	padding:10px 0px 10px 10px ;
	}

.light
	{
	color: #777777;
	}


.title a:link {
text-decoration:none;
}

ul#navlist
{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-left:5px;
}

ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #c8c8c8;
	color:#3B3A45;
	margin: 2px 5px 0 2px;
	border: 1px solid #ccc;
}

ul#navlist li.active
{
	border-bottom: 1px solid #F4F4F4;
	background-color: #F4F4F4;
	color:#3B3A45;
}



#navlist a
{
	float: left;
	display: block;
	color:#3B3A45;
	text-decoration: none;
	padding: 4px;
}

li.active a 
{ 
	color: #000;
}

ul#navlist a:hover 
{
background-color: #F4F4F4;
color:##3B3A45;
}



a.headerlink:link { color: #999999; text-decoration: none;}

a.headerlink:visited { color: #999999; text-decoration: none; }

a.headerlink:active { color: #999999; text-decoration: none; }

a.headerlink:hover { color: #000000; text-decoration:underline; }



a.infoactive:link { color: #AD4613; text-decoration: none;}

a.infoactive:visited { color: #AD4613; text-decoration: none; }

a.infoactive:active { color: #AD4613; text-decoration: none; }

a.infoactive:hover { color: #AD4613; text-decoration:none; }


h3 
{ 
margin-top:20px;
background-color:#d10074;   /* AAN TE PASSEN */
color:#FFFFFF;				/* AAN TE PASSEN */	
}
