
/* #########################  FÜR KUNDEN ANPASSEN  ######################### */

html,body { /* Schriftformatierung Allgemein */
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #666666;
	}

h1 { /* Überschrift 1. Ordnung */
	font-size: 20px;
	line-height: 120%;
	color: #333333;
	margin: 1em 0em 0.5em 0em;
	}

h2 { /* Überschrift 2. Ordnung */
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	margin: 1em 0em 0.5em 0em;
	}

h3 { /* Überschrift 3. Ordnung */
	font-size: 12px;
	line-height: 120%;
	color: #aaaaaa;
	margin: 1em 0em 0.5em 0em;
	}

p { /* Textabsatz */
	font-size: 12px;
	line-height: 120%;
	margin: 0em 0em 0.5em 0em;
	}

a,a:link,a:active,a:visited { /* Link */
	color: #FEB403;
	text-decoration: none;
	}

a:hover { /* Link RollOver */
	color: #FEB403;
	text-decoration: underline;
	}

ul, ol { /* Listen */
	padding: 0 0 0 0;
	margin: 0em 0em 0.5em 1.4em;
	}
#clientheader { /* Header-Grafik */
	margin: -25px 0 0 0;
}
	
/* #########################  NICHT ÄNDERN  ######################### */

* {
	border: 0;
	}
html,body {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	}
div,object {
	border: 0;
	padding: 0;
	margin: 0;
	}
sup {
	font-size: 0.5em;
	}
#flashcontent {
	position: absolute;
	width: 100%;
	}
#installflash {
	position: relative;
	z-index: 30;
	width: 500px;
	margin: 0 auto;
	}
#installflash #boxtop {
	height: 20px;
	margin: 50px 0 0 0;
	background: url('img/installflash_boxtop.png') no-repeat top center;
	}
#installflash #boxpattern {
	padding: 10px 25px;
	background: url('img/installflash_boxpattern.png') repeat-y top center;
	}
#installflash #boxbottom {
	height: 20px;
	background: url('img/installflash_boxbottom.png') no-repeat top center;
	}
#installflash h2 {
	color: #cc0000;
	margin: 0;
	display: block;
	float: left;
	line-height: 13px;
	}
#installflash img {
	display: block;
	float: right;
	line-height: 30px;
	}
#getflashplayer {
	
	}
#getflashplayer:hover img {
	 -moz-opacity: 0.5;
	 filter: alpha(opacity=50);
	 opacity: 0.5;
	}
#altcontent {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 480px;
	}
#clientheader {
	position: relative;
	z-index: 20;
	text-align: center;
	}
#footer {
	position: fixed;
	right: 25px;
	bottom: 5px;
	text-align: right;
	}
.clear {
	clear: both;
	}