body, td, p, div, a, input, textarea {
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			10pt;
}

/*
 * ---------------------------------------------------------------------
 * Index-Seiten bzw. Seiten mit Hauptmenü (z.B. Referenz->oberer Frame)
 * ---------------------------------------------------------------------
*/
div.logo-echtzeit-primaer {
	position:	absolute;
	left:		0px;
	top:		53px;
	width:		100%;
	z-index:	5;
}

div.linie-seitenkopf {
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				100%;
	height:				2px;
	overflow:			hidden;
	background-color:	#ff6600;
	z-index:			4;
}


div#poszeitlos {
	position:			absolute;
	left:				0px;
	top:				399px;
	width:				100%;
}


div.select-flash-html {
	font-family:		Verdana, sans-serif;
	font-size:			7pt;
	background-color:	#ff6600;
	padding:			2px 4px;
	color:				#ffffff;
}

td#tdselflahtm {
	padding-left:		4px;
}

div#padme {
	padding-top:		27px;
}

div.select-flash-html a {
	font-size:			7pt;
	color:				#ffffff;
	text-decoration:	none;
}
div.select-flash-html a:hover {
	color:				#006699;
}


/*
 * ---------------------------------------------------------------------
 * Referenzen: Auflistung
 * ---------------------------------------------------------------------
*/
a.orangelnk, a.orangelnk:visited, a.orangelnk:active {
	color:#ff6600;
}
a.orangelnk:hover {
	/*color:red;*/
	color:#ff6600;
}


div.referenzen-liste-trenner {
	/*background-color:	#cccccc;*/
	overflow:			hidden;
	/*height:				1px;*/
	padding:			0;
	/*margin:				20px 0 20px 0;*/

	background-image:	url("../../referenzen/_images/trenner_liste.gif");
	background-repeat:	repeat-x;
	height:				20px;
	margin-bottom:		20px;
}

a.listung-titel-link {
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none;
	font-size:			12pt;
}

div.liste-arbeit-ansehen a {
	font-family:		Verdana, sans-serif;
	font-weight:		bold;
	text-decoration:	none;
	font-size:			7pt;
	margin-right:		2px;
}

div.liste-zurueck-blind {
	/*
	Wird rechts an die Auflistung angesetzt
	*/
	overflow:			hidden;
	height:				1px;
	width:				60px;
	/*
	Die Breite hier korreliert mit
	/referenzen/inc_util_listung.php -> html_kunde() -> ..width:430px;">%%TEXT%%..
	*/
}


/*
 * ---------------------------------------------------------------------
 * Referenzen: spezifische Referenzseite
 * ---------------------------------------------------------------------
*/
div.referenz-menue-links {
	width:				170px;	/* !!! (200 - margin-right) !!! */
	overflow:			hidden;
	margin-top:			30px;
	margin-right:		30px;
	/*background-color:	yellow;*/
}

div.referenz-inhalt {
	width:				594px;
	/*background-color:	lime;*/
}

div.referenz-menue-rechts {
	width:				200px;
	/*background-color:	blue;*/
}

div.referenz-toplink {
	margin-bottom:		50px;
}

/*
 * === Elemente der spezifischen Kundenreferenz
 */
div.referenz-titel {
	margin-bottom:		10px;
}

div.referenz-einleitung {
	margin-bottom:		10px;
}

div.referenz-bild-ueberschrift {
	margin-bottom:		10px;
}

div.referenz-abstand {
	height:				10px;
	overflow:			hidden;
}

div.referenz-menue-ueberschrift {
	font-family:		Verdana, sans-serif;
	font-size:			7pt;
	font-weight:		bold;
	color:				#4a4a4a;
	margin-right:		5px;
}

div.referenz-abstand-gross {
	margin-top:			40px;
}

td.ref-abstand-re {
	padding-right:		10px;
}

td.ref-abstand-unt {
	padding-bottom:		10px;
}

/*
 * === Links im Hauptmenü in der spezifischen Kundenreferenz
 */
div.referenz-menue-keinlink {
	color:				#b2b2b2;
	font-weight:		bold;
	font-size:			7pt;
	font-family:		Verdana, sans-serif;
}

div.referenz-menue-aktiv a {
	color:				#ff6600;
}

div.referenz-menue-inaktiv a:hover {
}
div.referenz-menue-inaktiv a {
	color:				#b2b2b2;
}


#orange {
	color:				#ff6600;
}


/*
 * === Referenzen: spezifische Referenzseite Neue Medien
 */
div.utext1 a {
	color:				#ff6600;
	text-decoration:	underline;
}
div.utext1 a:active, div.utext1 a:hover {
	color:				red;
}

div.ueber1 {
	font-size:			16px;
	font-weight:		bold;
	margin-bottom:		10px;
}

div.ueber2 {
	font-size:			10px;
	font-weight:		normal;
}

div.utext1 {
	margin:				16px 0;
}



/*
 * === Referenzen: spezifische Referenzseite: Lightbox
 */
div.overlay {
	visibility:		hidden;
	position:		absolute;
	top:			0;
	left:			0;
	width:			100%;
	height:			100%;
	z-index:		5000;
	background-color:	#000;
	-moz-opacity:	0.8;
	opacity:		.80;
	filter:			alpha(opacity=80);
}

div.lightbox {
	visibility:		hidden;
	position:		fixed;
	top:			0;
	left:			0;
	z-index:		9999;
	width:			100%;
	height:			100%;
}

* html div.lightbox {
	position:		absolute;
}

#overlay-menuframe{
	visibility:		hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
