BODY {
	margin: 0;
	padding: 0;
	font: 9pt Arial;
	text-align: center;
	background: url(../img/bg.jpg) repeat-x top;
}

.fahrplan td {
   font-size:9px;
}

DIV#container,
DIV#containerLarge {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	min-height: 200px;
	background: url(../img/bgContainer.gif) repeat-y;
}

DIV#containerLarge {
	background: url(../img/bgContainerLarge.gif) repeat-y;
}

DIV#left {
	width: 172px;
	padding: 0 8px;
	float: left;
	display: inline;
}

DIV#finder {
	height: 189px;
	margin: 0 -8px;
	padding: 170px 0 0 10px;
	background: url(../img/bgFinder.jpg) no-repeat;
}

UL#submenu,
UL#submenu LI UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#submenu {
	margin: 0 -8px 15px -8px;
}

UL#submenu LI A {
	display: block;
	border-bottom: 1px solid #CED0A1;
	padding-left: 15px;
	color: #4B3907;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	border-right: 5px solid #E3001B;
	background: #E5CD77;
}

UL#submenu LI UL LI A {
	padding-left: 25px;
	font-weight: normal;
	font-size: 9pt;
}

DIV#rightContainer {
	float: left;
	display: inline;
	width: 750px;
	margin-left: 14px;
}

DIV#menu {
	height: 27px;
	background: url(../img/bgMenu.jpg) no-repeat;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}

DIV#menu A {
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	float: left;
	width: 102px;
	line-height: 27px;
	background: url(../img/bgMenuItemLast.jpg) no-repeat;
	text-decoration: none;
	overflow: hidden;
	border-right: 2px solid #FFF;
	text-align: center;
}

DIV#menu A.last{
	background: url(../img/bgMenuItemLast.jpg) no-repeat;
	padding-right: 6px;
	border-right: none;
}

DIV#menu A:hover,
DIV#menu A.active {
	background: url(../img/bgMenuItemLastHover.jpg) no-repeat;
}

DIV#content,
DIV#contentLarge {
	float: left;
	display: inline;
	width: 534px;
	margin-left: 5px;
}

DIV#contentLarge {
	width: 745px;
}

DIV#right {
	float: left;
	width: 172px;
	margin-left: 23px;
	display: inline;
	padding: 8px;
	background: url(../img/bgRight.jpg) no-repeat top;
}

DIV#footer,
DIV#footerLarge {
	clear: both;
	text-align: center;
	height: 13px;
	padding-top: 17px;
	background: #FFF url(../img/bgFooter.jpg) no-repeat top left;
	font-size: 8pt;
	color: #04619C;
}

DIV#footerLarge {
	background: #fff url(../img/bgFooterLarge.jpg) no-repeat top left
}

DIV#footer A,
DIV#footerLarge A {
	color: #04619C;
	text-decoration: none;
	font-weight: normal;
}

DIV#footer A:hover,
DIV#footerLarge A:hover {
	color: #000;
}