/*================================================================================================
	ALLGEMEINES
================================================================================================*/
body {
	margin: 0px;
	color: #FFF;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}

/*
iframe {
	width:100%;
	height:100%;
}
*/
/*================================================================================================
	ZELLEN UND EBENEN
================================================================================================*/
.ebene_KONSOLE {
	position: absolute;
	height: 50px;
	width: 6000px;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(../graphiken/hintergrund_konsole.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.ebene_KONSOLENBLOCK {
	height: 50px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 220%;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

.zwischenzelle {
	width: 1px;
	height: 50px;
	float: left;
}



.ebene_FUNKTIONSHINWEISE {
	position: fixed;
	display: none;
	background-color: transparent;
	color: #EEEEEE;
	border: none;
	z-index: 1000;
	background-color: #000000;
}

.typotransformationsdarstellung {
	position:absolute;
	left:0px; top:50px; width:100%; height:100%; z-index:1;
}


/*================================================================================================
	EINGABEFELDER
================================================================================================*/
.eingabefeld_URL, .eingabefeld_TEXT {
	width: 168px;
	height: 23px;
	background-color: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	padding-top: 3px;
	padding-left: 10px;
	background-image: url(../graphiken/hintergrund_eingabezeile.png);
	background-repeat: no-repeat;
	margin-top: 11px;
}


.eingabefeld_TEXT {
	height: 105px;	
	padding-top: 8px;
	background-image: url(../graphiken/hintergrund_eingabefeld.png);
}

input.eingabefeld_URL:focus, textarea.eingabefeld_TEXT:focus {
	background-image: url(../graphiken/hintergrund_eingabezeile_aktiv.png);
	color: #FFFFFF;
}

textarea.eingabefeld_TEXT:focus {
	background-image: url(../graphiken/hintergrund_eingabefeld_aktiv.png);
}


/*================================================================================================
	SCHALTER
================================================================================================*/
.schalter, .schalter_gedrueckt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #424242;
	padding-left: 6px;
	padding-right: 6px;
	 -moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../graphiken/hintergrund_inaktivknopf.png);
	background-repeat: repeat-x;
	height: 26px;
	margin-right: 6px;
	margin-top: 10px;
	outline: none;
	line-height: 11px;
	paddig-top: 6px;
}

.schalter_gedrueckt {
	color: #979797;
	background-image: url(../graphiken/hintergrund_aktivknopf.png);
	border: 1px solid #212121;
}


.schalter:hover {
	border: 1px solid #212121;
}
.schalter_gedrueckt:hover {
	border: 1px solid #424242;
}

.schalter:active {
	color: #979797;
	background-image: url(../graphiken/hintergrund_aktivknopf.png);
}

.schalter_gedrueckt:active {
	color: #FFF;
	background-image: url(../graphiken/hintergrund_inaktivknopf.png);
}

.schalter_TRANSFORMIEREN {
	margin-top: 10px;
	font-size: 9x;
}


/*================================================================================================
	AUSSCHÜBE
================================================================================================*/
.ebene_AUSSCHUB {
	/*filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
	background-image: url(../graphiken/hintergrund_ausschub.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 188px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: -10px;
	line-height: 120%;
	font-weight: normal;
}


/*================================================================================================
	TEXT UND TYPOGRAPHIE
================================================================================================*/
.text_GRAU {
	color: #666666;
}

.text_FUNKTIONSHINWEISE {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px 6px;
	line-height: 11px;
	-moz-border-radius: 0em; 
}

/*================================================================================================
	VERLINKUNGEN
================================================================================================*/
a {
	text-decoration: none;
	color: #FFFFFF;
}

a .ebene_KONSOLE, .ebene_KONSOLE a {
	color: #FFFFFF;
	padding-right: 16px;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
	
}

a:hover .zelle_KONSOLE_pfeillink, .zelle_KONSOLE_pfeillink a:hover {
	text-decoration: none;
	background-image: url(../graphiken/flechita.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a:active .zelle_KONSOLE_pfeillink, .zelle_KONSOLE_pfeillink a:active, .aktivpfeil {
	background-image: url(../graphiken/flechita.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 16px;
}





/*================================================================================================
	TYPOTRANSFORMATIONSANZEIGE
================================================================================================*/
div.freiposition {
	position: absolute;
	font-weight: normal;
	color: #FFFFFF;
	cursor: default;
}

.wort {
	cursor: default;
}

.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	width: 60px;
	top:6px;
	font-weight: bold;
}

div.zeitflug {
	position: absolute;
	height: 80px;
	width: 300px;
}


