@charset "utf-8";
/* CSS Document */

html, *+html {
	height:100%;
	background-color: #aab3b3;
}

body {
	height:100%;
	margin:0%;
	padding:0%;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:16px;

	background-image:url(../images/htm_bg_II.jpg);
	background-color: #000000;
	/* Zentrierung der Seite fuer IE 5.5 */
	text-align: center;
}

div#container-start {
	width:1064px;
	height:100%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	text-align: center;
}

div#container-start table {
	margin:0%;
	width:100%;
	height:100%;
}

#player {
	height: 640px;
	width: 1064px;
	background-color: #FFFFFF;
}

#myAlternativeContent{
	height: 576px;
	width: 1024px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	top: auto;
	bottom: auto;
	background-color: #ebe9dc;
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #174368;
	text-decoration: none;
	text-align: right;

}#container-start #player #footer #left {
	float: left;
	height: 30px;
	width: 930px;
	position: relative;
}

#container-start #player #footer #right {
	float: right;
	height: 30px;
	width: 110px;
	position: relative;
}

/* LINK-ZUSTÄNDE //////////////////////////////////////////// */

a, a:link { color: #174368; text-decoration: underline;}
a:hover {  text-decoration: underline; color: #174368;}
a:active {  color: #174368;}


/* Alternativ Content ////////////////////////////////////// */

#alter_links {
	float: left;
	height: 100%;
	width: 300px;
	background-image: url(../images/symbol_seite.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#alter_rechts_logo {
	height: 60px;
	width: 300px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#alter_rechts_info {
	height: 300px;
	width: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #174368;
	text-align: center;
}
#alter_rechts {
	float: right;
	height: 100%;
	width: 724px;
	position: relative;
}
