@charset "utf-8";
/* CSS Document */

a
{
	color: #666666;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:HOVER
{
	color: #b30404;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

#background
{
	margin-left: auto; 
	margin-right: auto;
	width:960px;
	height:100%;
}

#main_wrapper 
{
	position: relative; /* establish relationship with child elements */
	margin-left: auto;
	margin-right: auto;
}	 

#banner_top
{
	position: absolute; /* this element will automatically appear overtop of the wmode=opaque SWF without needing z-index */
	margin-left: auto;
	margin-right: auto;
	vertical-align:top;
	width:914px;
	height:283px;
	left:-937px;
	background-repeat:no-repeat;
}

#routefinder_swf
{
	margin-left: auto;
	margin-right: auto;
	width:914px;
	height:554px;
	margin-top:250px;
	margin-left:-937px;
}

#top
{
	position:absolute;
	top:0;
	padding-top:20px;
	width:960px;
	height:863px;
	background-image:url(assets/images/PageTop.gif);
	background-repeat:no-repeat;
}

#border
{
	width:960px;
	height:100%;
	background-image:url(assets/images/PageMiddle.gif);
	background-repeat:repeat-y;
}

#bottom
{
	position: absolute;
	bottom:0;
	width:960px;
	height:49px;
	background-image:url(assets/images/PageBottom.gif);
	background-repeat:no-repeat
}

#taskbar
{
	position: absolute;
	top:227px;
	right: 183px;
	width:960px;
	height:49px;
}

.button_bar
{
	text-align:right;
	width:250px;
}

div.adsense
{
	position:relative;
	margin: 0px;
	left: 959px;
	top: -20px;
}

#AdsenseGoogle_right
{
	position:relative;
	top: -605px;
	left: 20px;
}

#topAdsense
{
	position:absolute;
	top:0;
	padding-top:20px;
	width:162px;
	height:653px;
	background-image:url(assets/images/PageTopAdsense.gif);
	background-repeat:no-repeat
}

#borderAdsense
{
	width:162px;
	height:814px;
	background-image:url(assets/images/PageMiddleAdsense.gif);
	background-repeat:repeat-y;
}

#bottomAdsense
{
	position: absolute;
	bottom:-210px;
	width:162px;
	height:49px;
	background-image:url(assets/images/PageBottomAdsense.gif);
	background-repeat:no-repeat
}

.vraag
{
	color: #b30404;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.antwoord
{
	color: #b666666;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}