body {
	background-color: #e4f0fe;
	margin: 0px;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
}


a:link, a:hover, a:active, a:visited{
	text-decoration:none;
	color:#40260D;
}

#mainContainer {
	text-align: left;
	border:0px solid #transparent;	
	position:absolute;
    left:50%;
    top:50%;
    width: 940px;
    height: 490px;
    margin-left:-470px;
    margin-top:-260px; 
}

.logo{
	background-image:url("logo_2.png");
	width:350px;
	height:88px;
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-top:10px;
	z-index:30;
	float:left;
}

#mainContentContainer{
	width:940px;
	height:458px;
	cursor:pointer;
}


#footer{
	height: 35px;
	width: 940px;
	background-color:#054eb4;
	color: #fff;
	border-top: 2px #e0f0fe solid;
	cursor:default;
	background-image:url("footer.png");
	background-position:center;
	background-repeat:no-repeat;
}

#footer h1{
	display:none;
}

#bottomLine{
	width:940px;
	height:6px;
}

.topLine{
	width:940px;
	height:6px;
	background-image:url("topline2.png");
}


.slide {
	margin-left: 0px;
	position: absolute;
	width: 940px;
	height: 458px;
	z-index:5;
	background-color:#e0f0fe;
}

#ticker {
	height:50px;
	width:650px;
	margin-top:5px;
	letter-spacing:150%;
	cursor:default;
	background-color:#e0f0fe;
}

#ticker div {
	background-color:#e0f0fe;
}

.tickertext {
	height:50px;
	width:650px;
	float:right;
	text-align:right;
	background-color:#e0f0fe;
}

.schriftzug{
	width:400px;
	height:50px;
	background-image:url("schriftzug.png");
	float:right;
	background-position-y:-14px;
}

h1{
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11pt;
	letter-spacing:1.1px;
	color: #fff;
}

#adress_ticker_bar{
	height:50px;
	width:920px;
	margin-left:auto;
	margin-right: auto;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e0f0fe;
}

.adress{
	height:50px;
	width:auto;
	float:left;
	margin-top:5px;
	letter-spacing:150%;
	cursor:default;
	text-align:left;
	margin-right:20px;
}

