body {
	margin:0;
	padding:0;	
	background-color:white;
	font-family:Arial,Verdana;
	font-size:85%;
	color:black;
}

* {
	padding:0;
	margin:0;
}

/* header styles */

#header_wrapper{
	background-image:url(../img/mg_bg_header.jpg);
	background-repeat:repeat-x;
}

#header{
	display:block;
	height:205px;
	width:849px;
	margin:auto;
}

#logo{
	margin-bottom:35px;
}

#header_navigation ul{
	list-style:none;
}

#header_navigation li{
	float:left;
}

#header_navigation a{
	text-decoration:none;
	color:black;
}

#header_navigation .tab_over a{
	background-image:url(../img/header_tab_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}
#header_navigation .tab_over a:hover{
	background-image:url(../img/header_tab_over_over.jpg);
	background-repeat:no-repeat;
}
#header_navigation .tab_over_selected{
	background-image:url(../img/header_tab_over_selected.jpg);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}


#header_navigation .tab_contact a{
	background-image:url(../img/header_tab_off.jpg);
	background-repeat:repeat-x;
	display:block;
	width:189px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}
#header_navigation .tab_contact a:hover{
	background-image:url(../img/header_tab_on.jpg);
	background-repeat:repeat-x;
}
#header_navigation .tab_contact_selected{
	background-image:url(../img/header_tab_selected.jpg);
	background-repeat:repeat-x;
	display:block;
	width:189px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}


#header_navigation .tab_faq a{
	background-image:url(../img/header_tab_off.jpg);
	background-repeat:repeat-x;
	display:block;
	width:188px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}
#header_navigation .tab_faq a:hover{
	background-image:url(../img/header_tab_on.jpg);
	background-repeat:repeat-x;
}
#header_navigation .tab_faq_selected{
	background-image:url(../img/header_tab_selected.jpg);
	background-repeat:repeat-x;
	display:block;
	width:188px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	margin-right:1px;
}
#header_navigation .tab_search{
	background-image:url(../img/header_tab_off.jpg);
	background-repeat:repeat-x;
	display:block;
	width:265px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-weight:bold;	
}

#header_navigation .tab_search_field{
	width: 130px;
	height: 24px;
	line-height:24px;
	font-size:120%;
}

#search_field{
	display:block;
	float:right;
	margin-top:8px;
}
#search_button{
	display:block;
	float:right;	
	margin-top:8px;
}
#search_label{
	display:block;
	float:left;
}

/* content division */
#content_wrapper{
	background-image:url(../img/mg_bg_content.jpg);
	background-repeat:repeat-x;
	clear:left;
}

#content{
	display:block;
	width:853px;
	margin:auto;	
}

#spacer{
	clear:left;
	height:6px;
}

#spacer_content{
	clear:left;
}

/* breadcrumb styles */

#breadcrumb_wrapper
{
	clear:left;
	background-color:#EBEBEB;
}

#breadcrumb
{
	display:block;
	width:849px;
	height:46px;	
	margin:auto;
}

#breadcrumb p {
	line-height:46px;
}

/* footer styles */

#footer_wrapper{
	clear:left;
	background-color:#D8D8D8;
}

#footer{
	display:block;
	width:849px;
	margin:auto;
	padding-top:25px;
}

#footer_autocar, #footer_diensten, #footer_extra, #footer_fiets, #footer_vlieg, #footer_over {
	float:left;
	display:block;
	width: 200px;
	min-height: 280px;
	line-height:20px;
	margin-right:10px;
}

#footer_autocar ul, #footer_diensten ul, #footer_extra ul, #footer_fiets ul, #footer_vlieg ul, #footer_over ul {
	list-style:none;
}

#footer_autocar li, #footer_diensten li, #footer_extra li, #footer_fiets li, #footer_vlieg li, #footer_over li {
	padding-top:5px;
}

#footer_autocar a, #footer_diensten a, #footer_extra a, #footer_fiets a, #footer_vlieg a, #footer_over a 
{
	text-decoration:none;
	color:#111111;
}

#footer_autocar a:hover, #footer_diensten a:hover, #footer_extra a:hover, #footer_fiets a:hover, #footer_vlieg a:hover, #footer_over a:hover 
{
	color:#222222;
	text-decoration:underline;
}


