@IMPORT url("typo.css");

HTML, BODY {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

DIV#container {
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding-left: 16px;
	background: url(../img/backgroundContainer.jpg) repeat-y;
}

* BODY DIV#container {
	left: 50%;
	margin-left: -497px;
}

DIV#container DIV#left {
	width: 201px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

DIV#container DIV#center {
	width: 541px;
	margin: 10px 10px 0 11px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

DIV#container DIV#right {
	width: 201px;
	float: left;
	padding-bottom: 170px;
}

DIV#bus {
	position: absolute;
	bottom: 0;
	left: 778px;
	width: 201px;
	height: 147px;
	background: url(../img/backgroundRightBottom.jpg) no-repeat bottom;
}
	

DIV#footer {
	width: 995px;
	height: 70px;
	margin: 0 auto;
	padding-left: 16px;
	background: url(../img/backgroundFooter.jpg) no-repeat;
	text-align: center;
}

* BODY DIV#footer {
	position: relative;
	left: 50%;
	margin-left: -497px;
}

DIV#footer A {
	font: 9px Verdana;
	color: #FEFEFE;
	display: block;
	padding-top: 6px;
	text-decoration: none;
}
	

DIV.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
}

/** 
 * Hauptmenü
 */

UL#menu {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 964px;
	background: url(../img/backgroundMenu.png) repeat-x;
} 

UL#menu LI {
	margin: 0;
	padding: 0;
	height: 30px;
	padding-right: 2px;
	background: url(../img/menuSeparator.png) no-repeat right;
	list-style-type: none;
	float: left;
}

UL#menu LI.firstItem {
	margin-left: 200px;
	display: inline;
}

UL#menu LI.lastItem {
	padding: 0;
}

UL#menu IMG {
	border: none;
}


/**
 * Linkes Submenü
 */
 
 UL#submenu {
 	margin: 170px 5px 0 30px;
 	padding: 0;
 }
 
 UL#submenu LI {
 	margin: 0;
 	padding: 0;
 	height: 16px;
 	list-style-type: none;
 }
 
 UL#submenu A {
 	font: 10px Verdana;
 	color: #11273F;
 	font-weight: bold;
 	line-height: 16px;
 	display: block;
 	padding-left: 15px;
 	background: url(../img/leftMenuIcon.jpg) no-repeat;
 	text-decoration: none;
 }
 
 UL#submenu A:hover {
 	color: #A0212C;
 }
