/* Name des Projekts, Erstellungsdatum, Name des Bearbeiters, Firma---------------------------------------------------------------------------------------------*//* Global Reset -> "Alles" auf Null setzen */html {	background-color: #000000;}* {	margin: 0px;	padding: 0px;	list-style-type: none;	border-style: none;}body {	text-align:center;	background: #000000;}/* -------------------------------------------------------------------Grundgerüst, Layout-Boxen-----------------------------------------------------------------------*/#wrapper {	text-align:center;	height: auto;	width: 900px;	margin-right: auto;	margin-left: auto;}h1 {	height: 0px;	width: 250px;	color: #FFFFFF;	background: right;	float: left;}#mainNav {	height: auto;	width: auto;	text-align: center;	top: 25px;	background: no-repeat right bottom;	margin-right: auto;	margin-left: auto;	float: none;	padding-left: 100px;}#sidebar {	background: #CC6600;	height: 200px;	width: 120px;	float:right;	margin-right: 30px;}#inhalt {	float: left;	width: auto;	overflow: auto;	height: auto;	text-align: center;	padding-top: 20px;}#mm {	background: #996699;	height: 100px;	width: 100px;}#footer {	height: 30px;	width: auto;	clear: both;	}/* -------------------------------------------------------------------Hauptnavigation---------------------------------------------------------------------*//*Pseudoklassen-Elemente-------------------------*//* Stellt Liste Horizontal dar*/#mainNav ul {	text-align: center;}#mainNav ul li {	float: left;	text-align: center;	text-transform: uppercase;}#mainNav ul a {	/*float: left;      (behebt inkompatibilität von Mac IE 5.2)*/	display: block;	margin-right: 10px;	background: #000000;	color: #FFFFFF;	text-decoration: none;	padding: 5px 10px 1px;	border-style: solid;	border-width: 0px;	font-size: 16px;	height: 25px;}#mainNav ul a:hover {	display: block;	background: #99CCFF;	color: #000000;	text-decoration: none;}/*Klassen (gekennzeichnet durch Punkt am Namensanfang (.aktiverLink)---------------------------------------*/#mainNav ul a.aktiverLink {	display: block;	background: #CC0000;	color: #EEEEEE;	text-decoration: none;	border-style: solid;	cursor: default;	font-weight: bold;}.demo {	position: relative;	text-align: center;}.buhne {	width: 650px;	height: 500px;}/* -------------------------------------------------------------------Regeln für Video und Ton---------------------------------------------------------------------*/#apDiv1 {	position:absolute;	left:360px;	top:0px;	width:495px;	height:317px;	z-index:101;}.ton {	visibility: hidden;}/* -------------------------------------------------------------------Regeln für Textformatierung---------------------------------------------------------------------*/h2 {	color: #EEEEEE;	margin: 0px;	font-family: Georgia, "Times New Roman", Times, serif;	position: relative;	top: -650px;	font-size: 36px;	padding-top: 150px;}h3 {	color: #999999;	background: #006699;	width: 400px;	padding-top: 2px;	padding-bottom: 2px;	padding-left: 1px;	margin-bottom: 5px;	margin-top: 20px;}h4 a{	width: 70px;	display: block;	height: 30px;	padding: 0px;	float: left;	left: 40%;	position: relative;	top: -60px;	border-top: 0px none;	border-right: 0px none;	border-bottom: 0px none;	border-left: 0px none;	background: url(../bilder/transparent_block.png);}p {	color: #FFFFFF;	margin-bottom: 5px;	line-height: 1.4em;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: normal;}.l {	text-align: left;	width: 40%;	position: relative;	float: right;	left: -20%;}.r {	text-align: right;	width: 38%;	display: block;	position: relative;	float: left;}
