/* topbanner */
/* 	Klasse, falls keine Banner angezeigt werden
	Idealerweise sollte hier die Hoehe 0 sein, dann muesste jedoch der Aufbau der Gesamtseite entsprechend angelegt sein,
	so dass der Inhalt insgesamt nach oben rutscht */
#ad_container {
	position: relative;
	height: 90px;
	margin: 3px auto;
}
#container_banner_leer {
	height: 0px;
	width: 900px;
	margin-bottom: 3px;
	text-align: right;
}

/* Superbanner */
#container_banner {
	height: 90px;
	width: 900px;
	margin-bottom: 3px;
	text-align: right;
}
#inhalte_superbanner {
	width: 100%;
    text-align: center;
    vertical-align: middle;
}

/* 3 kleinere Banner im Kopfbereich */
#container_banner_klein {
	height: 70px;
	width: 900px;
	background-color: #f9f9f6;
	border: 1px solid #c5c5bf;
	margin-bottom: 3px;
	text-align: right;
}
#inhalte_banner {
	width: 900px;
    padding: 5px 0 5px 0;
    text-align: center;
}
/* links */
.banner_top_small1 {
     float: left;
     width: 166px;
     height: 60px;
     padding:0 9px 0 9px;
}
/* rechts */
.banner_top_small2 {
     float: left;
     width: 166px;
     height: 60px;
     padding:0 9px 0 9px;
}
/* mitte */
.banner_top_normal {
     float: left;
     width: 508px;
     height: 60px;
     padding:0 9px 0 9px;
     border-right: 1px solid #c5c5bf;
     border-left: 1px solid #c5c5bf;
}

/* Skyscraper */
.container_skyscraper {
	position: absolute;
	left: 910px;
	top: 93px;
	z-index: 9;
}
.container_skyscraper_content {
	float:right;
	z-index: 9;
	padding:10px 0 0 0;
	width: 209px;
	text-align: right;
	border-top: 4px solid #ffd400;
	background-image: url('../images/platzhalter/sykscraper.jpg');
	background-repeat: no-repeat;
	background-position: 48px 32px;
}

* + html .container_skyscraper_content {
	background-position: 48px 32px;
}

.container_skyscraper_content span {
  padding-right: 10px;
}

.container_skyscraper_content table {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.container_skyscraper_content table tbody tr td {
  text-align: center;
  width: 100%;
}

.container_skyscraper_content div {
  text-align: center;
}

/* Skyscraper mit reduziertem Abstand nach oben, falls 3 Banner im Kopfbereich aktiv sind */
.container_skyscraper_reduced_distance_top {
	position: absolute;
	left: 910px;
	top: 75px;
	z-index: 1000;
}

/* Wallpaper */
#container_banner_wallpaper {
	position:relative;
	height: 90px;
	top:0px;
	left:173px;
	margin:0px;
	width:728px;
}
#inhalte_banner_wallpaper {
	position:absolute;
	right:0px;
	margin: 0px;
}
.container_skyscraper_wallpaper {
	position: absolute;
	top: 0px;
	left: 901px;
	z-index:1000;
}

/* Rectangle */
.container_rectangle {
	text-align:right;
}
.container_rectangle table {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.container_rectangle table div {
  display:inline;
}

.container_rectangle table tbody tr td {
  text-align: center;
  width: 100%;
}

.container_rectangle span {
  padding-right:60px;
}

.container_rectangle .article {
	margin-left:5px;
	border-top:1px solid #ffd400;
	border-bottom:1px solid #ffd400;
	background-color: #f5f5f5;
	padding-top:10px;
	padding-bottom:10px;
}

/* Popup */
#container_banner_popup {
	height: 90px;
	width: 728px;
	margin-bottom: 3px;
	text-align: right;
	top:2px;
}
.container_skyscraper_popup {
	position: absolute;
	left: 734px;
	top: 93px;
}
#container_banner_wallpaper_popup {
	position:relative;
	height: 90px;
	top:0px;
	margin: 0px;
	width: 729px;
}
.container_skyscraper_wallpaper_popup {
	position: absolute;
	top:0px;
	left: 731px;
}

