*
{
	color: #6E6E70;
}
body, td, th, a {
	color: #6E6E70;
}

a:active, a:focus {outline: none}

html, body {
	height: 100%;
}

body {
	background: #fff;
	background-image:url('/images/bg.jpg');
	padding: 0;
	margin: 0;
}

#distances {
	width: 1px;
	height: 50%;
	margin-bottom: -291px;
	float: left;
}

#Main {
	width: 954px;	
	height: 582px;
	margin: 0 auto;
	position: relative;	
	clear: left;
}

#Main-2 {
	width: 954px;
	height: 582px;
	position: relative;
	background: white;
}

/*
#Main {
	width: 954px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	position: relative;
}
#Main-2 {
	width: 954px;
	height: 582px;
	position: relative;
	background: white;
}
*/
#Header {
	height: 180px;
	background: top right url('/images/abm_logo.jpg') no-repeat;
}

#Logo {
	display: block;
	position: absolute;
	top: 31px;
	right: 25px;
}

#Logo img {
	width: 151px;
	height: 60px;
}

#metanavi
{
	position: absolute;
	bottom: 20px;
	left: 954px;
}

/* MENU LINE */

#MenuLevel0
{
	padding-top:36px;
	padding-left: 30px;
}
#MenuLevel1 a.Level1Item, a.Level1ItemSelected
{
	font-size: 10px;
	text-transform: uppercase; 
	text-decoration:none;
	margin-right: 15px;
}

#MenuLevel1 a.Level1Item:hover, a.Level1ItemSelected
{
	color:#DF0118;
}



a.Level0Item, a.Level0ItemSelected {
	padding-bottom: 4px;
	color: #6E6E70;
	display: block;
	width: 150px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

a.Level0ItemSelected, a.Level0Item:hover
{
	color:#DF0118;
}

#lev1_balken
{
	height:8px;
	overflow: hidden;
	border: 1px solid #dedede;
	
	
}
#lev1_balken .scroller
{
	height: 6px;
	background: #DF0118;
	overflow: hidden;
	border: 1px solid white;
	
}

/* CONTENT */

.Headline {
	color: #e2001a;
	font-size: 20px;
}

div.Headline {
	margin-top: 40px;
}

#PageContainer {
}

#PageContent {

	color: #333;
	position: relative;
	height: 403px;
	width: 900px;
	left: 28px;
}

a.mailaddress span{
	color: #DF0118;
}

#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}

#scrollContainer
{
	width:900px;
	overflow:hidden;
	height:360px;
	margin-top:20px;
	position: relative;
}

.scrollContent
{
	width: 900px;
	height: 360px;
	float:left;
	
}

.arrow_left
{
	position: absolute;
	left:0px;
	top:0px;
	height: 288px;
	width:100px;
	display:block;
	background: url('/images/spacer.gif');
}

.arrow_left_hover
{
	background: left center url('/images/arrow_left.png') no-repeat;	
}


.arrow_right
{
	position: absolute;
	right:0px;
	top:0px;
	height: 336px;
	width:100px;
	display:block;
	background: url('/images/spacer.gif');
}

.arrow_right_hover
{
	background: right center url('/images/arrow_right.png') no-repeat;
}

a.back_button
{
	display:block;
	height: 11px;
	width: 51px;
	position: absolute;
	top:0px;
	right: 12px;
	background: url(/images/de/zurueck.jpg) top left no-repeat;
}

a.back_button:hover
{
	background: url(/images/de/zurueck_red.jpg) top left no-repeat;
}