@charset "utf-8";

body {background-color: #4b4b4b; margin: 0;}
#container {
	margin: 0 auto;
	background-image: url(../ebr_images/ebr_hintergrund.png);
	background-repeat: repeat-x;
	background-position: top;
}
.clearfix { clear:both;}

#main_cont {
	height: 600px;
	width: 900px;
	position: relative;
	text-align: center;
}

#stern_lft {
	position: absolute;
	top: 309px;
	right: 630px;
}
#ebr_ticker {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 720px;
	left: 90px;
	top: 453px;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}

#stern_rgt {
	position: absolute;
	top: 309px;
	left: 630px;
}
#ebr_karte {
	position: absolute;
	left: 170px;
	top: 18px;
}
#ebr_text {
	position: absolute;
	top: 375px;
	left: 140px;
}

#ebr_menu {
	position: absolute;
	width: 900px;
	top: 500px;
	left: 0px;
	text-align: center;
}
#ebr_menu a {
	background: url(../ebr_images/ebr_button_no.png) no-repeat;
	display: block;
	width: 168px;
	height: 66px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E9C486;
	font-weight: bold;
	text-decoration: none;
	padding-top: 24px;
}
#ebr_menu a:hover {
	background: url(../ebr_images/ebr_button_gr.png) no-repeat;
	color: #E9C486;
}
#ebr_imp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7A7A7A;
	position: absolute;
	width: 670px;
	left: 110px;
	top: 600px;
}
#ebr_imp a {
	color: #E1E1E1;
	text-decoration: none;
	}
#ebr_imp a:hover {
	color: #E1E1E1;
	text-decoration: underline;
}
