/* ********** Haupt-Stylesheet ********** */
@import "schrift.css";
@import "schrift-ticker.css";
@import "stil_tempbanner.css";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #2f53a7 url(/BILDER/Wolkig.jpg) repeat-x fixed left bottom;
	color: #fff;
	overflow: hidden;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align:bottom;
	text-decoration: none;
}

hr {
	visibility: hidden;
	width: 20%;
	margin: 0;
	height: 2px;
	padding: 0;

	display: none;
}
.abgesagt {
	text-decoration: line-through;
}

/* noch nicht gut */
.sponsor {
	float: left;
	width: 100%;
	clear: both;
}
.sponsor img {
	float: left;
	position: relative;
}
.sponsor h3 {
	padding-top: 1em;
}

.hinweis {
	border: 1px solid #009;
	padding: 5px;
}
/* ende nicht gut */

#inhalt a.transA img, #inhalt a.transB img, #inhalt a.transC img {
	margin-right: 10px;
}
/* Großabschnitte: Kopf - Seite - Fuss */
#kopf {
	position: relative;
	left: 0;
	top: 0;
	height: 25%;
	min-height: 140px;
	width: 100%;
	background: transparent url(/BILDER/Wolkig.jpg) repeat-x fixed left top;
	border-bottom: 4px solid #006;
	z-index: 3;
	overflow: visible;
}
#seite {
	background: #eef url(/BILDER/Sterngucker.jpg) no-repeat fixed 100% 60%;
	color: #006;
	position:relative;
	height: 60%;
	width: 100%;
	overflow: auto;
	z-index: 1;
}
#fuss, #extern {
	position: relative;
	border-top: 3px solid #006;
	height: 5%;
	width: 100%;
	background: transparent;
	z-index: 2;
	overflow: visible;
}
#extern {
	display: none;
}
/* *** */

/* Bereiche im Kopf: Banner - Navigation */
#banner {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 200px;
	padding-top: 35px;
}
#banner p.trans {
	position: absolute;
	top: 20px;
	left: 20px;
}

/* #banner img {
	height: 80%;
	width: auto;
	max-height: 160px;
	min-height: 100px;
} */

#zeitanzeige {
	position: absolute;
	right: 20px;
	top: 0;
	color: #ffe;
	background: #006;
}
#zeitanzeige p {
	display: inline;
	border: 1px solid #ffe;
	border-top: 0;
	padding: 3px 5px 3px 5px;
	background: #006;
	margin: 0;
	white-space: nowrap;
}

#zoomhinweis {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffe;
	z-index: 10;
	background: transparent url(/BILDER/blautrans.png) repeat;
	border-top: 1px solid #ffe;
	display: none;
}
#zoomhinweis p {
	position: relative;
	padding: 3px 20px;;
	margin: 0;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#navigation form {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
	float: left;
}
#navigation p {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation select, #navigation option, #navigation input, #FILMnav {
	background: #ffe;
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation select {
	width: 9em;
}
#navigation #VERWALTnav {
	width: 11em;
}
/* Bereiche in der Seite: Inhalt - Sponsoren - Fotos */
#inhalt {
	padding: 0 40px 0 20px;
	text-align: left;
	min-height: 100%;
	width: 50%;
	max-width: 600px;
	background: #eef url(/BILDER/hellblausmoo.gif) repeat-y fixed left top;
}
#untertitel {
	margin-top: 1em;
}
#inhalt hr {
	display: block;
	padding: 20px;
}

#sponsor {
	text-align: center;
	background: transparent url(/BILDER/sponsortrans.png) repeat;
	width: 240px;
	position: absolute;
	top: 0;
	left: 62%;
	padding: 16px 8px;
	border-style: solid;
	border-color: #006 #006 #fff #fff;
	border-width: 0 1px 1px 1px;
}
#sponsor img, .sponsor img {
	padding: 3px;
	border: 1px solid #fff;
	margin: 15px 5px;
}

#sponsor img.partnerlink {
	border: 0;
}

.sponsor img {
	border-color: #006;
	margin: 5px;
	vertical-align: middle;
}
/* Bereiche im Fuss: */

#fuss h2, #fuss p {
	margin-left: 20px;
}

/* Chat */
#anwendungen {
	padding-top: 68px;
	float: left;
	position: absolute;
	top: 10px;
	width: 95%;
}
#player, #chatfenster{
	float: left;
	padding: 0 5px 5px 0;
	width: 480px;
}
#player *, #chatfenster * {
	float: left;
}