/*
#################
#	ALGEMEEN	#
#################
*/

body, html,
span, div,
h1, h2, h3, h4, h5, h6,
a, p,
img,
ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
}
	

h1 {
	font-size: 20px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:23px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	line-height: 16px;
}

p {
	line-height: 1.6em;
}

a {
	color: #ff0000;
}

.clear {
	height: 1px;
	clear: both;
}
span.hidden {
	display: none;
}

body {
	font: 12px  Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 19px;
	background: #8a8a8a url(../images/bg.gif) repeat-x ;
}

span{

}
td{
vertical-align:top;
}

/*
#################
#	LAY-OUT		#
#################
*/

.container 
			{
				text-align: left;
				margin-top:0px;
				width: 865px;
				margin-left: auto;
				margin-right: auto;
			}
.frame		{
				float:left;
				margin-top:20px;
				margin-left:15px;
				width: 865px;
			}

img.menu
			{
				border: 0px;
				
			}
	

#bottom
	 		{
	background-image: url(../images/bg_bottom.gif);
	color: #fff;
	float: left;
	width:868px;
	height:109px;
	position:relative;
	top: 15px;
	left:15px;
				
			}	
			
#flash
	 		{
				float:left;
				z-index:10;
			}


			
#menu {
				position:relative;
				width: 900px;
				z-index:11;
				top: -10px;
				left:-15px;
				vertical-align:middle;
	
}

#logo {
				width:175px;
				float:left;
}

#text
{
				background-image: url(../images/bg_txt.gif);
				background-repeat:repeat-y;
				padding:0px 20px 0px 20px;
			}
			
			
.bottom_adres{
				color:#000000;
				line-height:13px;
				font-size:11px;
				padding-left: 10px;
				width:250px;
}

.bottom_tijden{
				color:#000000;
				line-height:13px;
				font-size:11px;
}
.bottom_links{
				color:#000000;
				line-height:13px;
				text-align:right;
}

#credits
	 		{
				color: #fff;
				float: right;	
				position:relative;
				top: 18px;
				right: 25px;
			}
