/* Styles für die Bildschirmanzeige ---------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	background-color: #1C1914;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
	margin-left: -20px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background-image: url(../images/bac_content.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

h2 {
	font-size: 15px;
	padding-bottom: 30px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p {	
	font-size: 14px;
	padding-bottom: 20px;
}

hr { 
	margin-top: 10px;
	margin-bottom: 20px;
}

ul { list-style-type: none; }

a { text-decoration: none; color: #FFF; }
a:hover, a:focus { color: #FF0; }

p a, #ticker a, #pictures a { text-decoration: underline; }

#wrap {
	margin: auto;
	width: 900px;
	background-image: url(../images/bac.gif);
	background-repeat: repeat-y;
}

#header {
  	width: 900px;
  	height: 197px;
	text-align: center;
}

#space_ticker {
	height: 45px;
	background-image: url(../images/bot_logo.jpg);
  	background-repeat: no-repeat;
	background-position: center;
}

#navi {
  	float: left;
  	width: 185px;
	margin-left: 20px;
}

#navi a {
	display: block;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 22px;
}

#navi a:hover, #navi a:focus { background-position: 0px -25px; }

.mainmenu {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/top_module.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	line-height: 60px;
	margin-top: -20px;
	margin-left: -20px;
}

#active_menu {
	color: #FF0;
	font-weight: bold;
	font-size: 13px;
}

#active_menu:hover, #active_menu:focus { color: #F90; }

#maincontent {
  	float: right;
  	width: 635px;
	margin-left: 20px;
	margin-right: 40px;
}

img.image {
	border: 1px solid #FFF;
	margin: 10px;
}

div.image {	text-align: center; }

#footer {
	clear: both;
  	width: 865px;
	height: 39px;
  	background-image: url(../images/footer.gif);
	margin-left: 17px;
}

#pictures {
	float: left;
	width: 430px;
	line-height: 39px;
	padding-left: 7px;
}

.back_button {
	float: right;
	width: 82px;
	padding-left: 17px;
  	text-align: center;
  	background-image: url(../images/bac_btn.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 39px;
	margin-right: 7px;
}


/*Styles für den Newsticker --------------------------------------------------*/

#ticker {
	display: none;
	overflow: hidden;
	margin-left: 17px;
	padding-top: 10px;
}


/*Styles für positionierte Elemente --------------------------------------------------*/

#skyscraper {
	width: 160px;
	height: 600px;
	border: 1px solid #FFF;
	position: absolute;
	top: 242px;
	left: 50%;
	margin-left: 450px;
}

#box {
	position: absolute;
	width: 300px;
	height: 95px;
	top: 60px;
	left: 50%;
	margin-left: 240px;
	border: 1px solid #FFF;
	font-size: 12px;
	background-color: #666C48;
}

#box h1 { 
	color: #FF0;
	margin-left: 0px;
	margin-bottom: 0px;
}

#box div {
	position: relative;
	top: -20px;
	left: 80px;
}
