/*
 * Version: $Revision: 1.17 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

BODY
{
	padding: 157px 0px 0px 196px;
	_padding-left: 0px;
	
}

DIV#Top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 157px;
	background-color: black;
	background-image: url(/img/top_border_links.png);
	background-repeat: no-repeat;
	background-position: 196px 119px;
	z-index: 1;
	
}

#push{
	width: 336px;
	_width: auto;
	height: 38px;
	float: left;
}

#headerBottom{
	background: url(/img/top_border.png) repeat-x;
	width: auto;
	height: 38px;
	z-index: 1;
	margin-left: 336px;
}

DIV#Left
{
	position: absolute;
	top: 119px;
	left: 0;
	z-index: 2;
}

DIV#Menu
{
	height: 38px;
	margin-bottom: 36px;
	_margin-left: 196px;
	background: url(/img/background_menu.png) top right repeat-x;
	width: auto;	
	
}

#menuLinks{
	width: 84px;
	height: 38px;
	background: url(/img/background_menu_links.png) no-repeat;
	float: left;
	
}

DIV#Menu UL
{
	margin: 0;
	padding: 0;
}

DIV#Menu LI
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 9px 10px 10px 10px;
	background: url(/img/background_menu.png) top right repeat-x;
	font-weight: normal;
}

DIV#Menu LI A
{
	color: #fff;
}



DIV#Menu LI.Last
{
	background: url(/img/background_menu.png) top right repeat-x;
}

DIV#Menu LI.Selected
{
	background-image: url(/img/background_menu_over.png);
	padding: 9px 10px 10px 10px;
	
}

DIV#Menu LI.Selected A
{
	color: #fff;
}

DIV#Content
{
	float: left;
	width: 510px;
	margin-right: 30px;
	display: inline;
	_margin-left: 230px;
}

DIV#SubMenu
{
	width: 226px;
	height: auto;
	padding:0;
}

.SubMenuTop{
	width: 226px;
	height: 18px;
	background: url(/img/sub_menu_top.png) no-repeat;
}

.ContactTop{
	width: 226px;
	height: 18px;
	background: url(/img/sub_menu_top.png) no-repeat;
}

DIV#SubMenu UL
{
	padding:0;
	margin-left: 0px;
	width: 226px;
	margin-bottom: 20px;
}

DIV#SubMenu LI
{
	color: #000;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	padding: 10px 5px 10px 10px;
	
	margin: 0;
	background: #e5e5e5;
	

}

div#Content ul{
	margin-left: 20px;
}

DIV#SubMenu LI.Last
{
	border-bottom: 0;
}

DIV#SubMenu LI A
{	
	color: #000;
	text-decoration: none;
	_margin-left: 0px;
	_margin-right: 10px;
}

DIV#SubMenu LI A:HOVER
{	
	text-decoration: underline;
}

div#SubMenu li.Selected a
{
	color: #cb1725;
}

#rechtsContainer{
	width: 226px;
	height: auto;
	float: left;
}

#ContactContainer{
	width: 226px;
	height: 150px;
	float: left;
}

#contactBlok{
	width: 198px;
	height: auto;
	background: #e5e5e5;
	padding: 14px;
}


H1#PageTitle
{
	margin-top: 0;
	font-style: italic;
	color: #cb1725;
	font-size: 20pt;
	font-weight: bold;
}

DIV#Bottom
{
	text-align: center;
	color: #aaa;
	font-size: 8pt;
	margin: 15px;
}

DIV#Bottom A
{
	color: #aaa;
}

TABLE.Contact INPUT,
TABLE.Contact TEXTAREA
{
	width: 225px;
}

TD.Submit
{
	text-align: right;
	padding-right: 25px;
}

INPUT.Submit,
INPUT.Button,
BUTTON
{
	width: 175px;
	background-color: #c81926;
	font-weight: bold;
	color: white;
}

INPUT.Required,
SELECT.Required,
TEXTAREA.Required
{
	background-color: white;
}

P.Note
{
	font-size: 9pt;
	font-style: italic;
	color: #666;
	width: 225px;
	margin: 2pt 0 2pt 0;
}

p.ContactName{
	font-weight: bold;
	color: #d01826;
}


DIV#GMap
{
	width: 100%;
	height: 300px;
}

TH.TableHeader
{
	font-size: 12pt;
	text-align: left;
	padding-bottom: 6pt 0 4pt 0;
}

SPAN.RemoveExtraPickupPoint
{
	font-size: 10pt;
}

TD.NavigationButtons
{
	text-align: center;
	padding: 10px 0;
}

TD.NavigationButtons BUTTON,
TD.NavigationButtons INPUT.Button,
TD.NavigationButtons INPUT.Submit
{
	margin: 0 20px;
}

TD.NavigationButtons BUTTON.Disabled
{
	background-color: #f9f9f9;
	color: #999;
	border-color: #999;
}

TABLE.LocalRide
{
	width: 100%;
}

A.PdfLink IMG.Icon
{
	margin-right: 3pt;
}

TD.RowText
{
}

TABLE.VisitorLogin TH.form
{
	font-weight: bold;
}

/* IE hacks :S */
TABLE.LocalRide
{
	width: 510px;
}

BODY#IE TABLE.LocalRide TH.form
{
	width: 300px;
}

BODY#IE TABLE.LocalRide TD.form
{
	width: 350px;
}