/** Neue CSSa:link {	FONT-FAMILY: Arial, Courier, sans-serif;	color:#00ffaa;	background-color:#000000;	text-decoration: none;}a:visited {	FONT-FAMILY: Arial, Courier, sans-serif;	color:#fff;	background-color:#000000;	text-decoration: none;}a:hover {	color:#fff;	background-color:#000000;	text-decoration: underline;}Neue CSS**//** alte CSS **/a:link {color:#ff0000; TEXT-DECORATION: none; FONT-FAMILY: Arial, Courier, sans-serif;}a:visited {color:#00ff00; TEXT-DECORATION: none; FONT-FAMILY: Arial, Courier, sans-serif;}A:hover	{ text-decoration:underline; FONT-FAMILY: Arial, Courier, sans-serif;}/** alte CSS **/a:active {	color:#ff0000;	background-color:#000000;	text-decoration: underline;}body {      background-color: black;      color: white;}H1 {	FONT-FAMILY: Arial, Courier, sans-serif;    FONT-SIZE: 10pt;    MARGIN-TOP: 0;    MARGIN-BOTTOM: 0;    font-weight: lighter;    color: white;}H2 {	FONT-FAMILY: Arial, Courier, sans-serif;    FONT-SIZE: 12pt;    MARGIN-TOP: 0;    MARGIN-BOTTOM: 0;    font-weight: lighter;    text-decoration:underline;    color: white;}.scrolling{	position:absolute;	width: 200px;	padding: 4px;	border-width: 0px;	border-style:solid;	border-color:blue;	visibility: hidden;}#hello{	position: absolute;	top: 190px;	left: 170px;	width: 450px;	height: auto;	border: 0px solid green;	z-index: 2;}#mainmenue_small{	position: absolute;	top: 150px;	left: 356px;	width: 263px;	border: 0px solid white;	z-index: 2;}#mainmenue_all{	position: absolute;	top: 200px;	left: 70px;	width: 110px;	border: 0px;	z-index: 2;}#logo{	position: absolute;	width: 201px;	height: 80px;	top: 100px;	left: 150px;    background-image: url(bilder/design/logo.gif);	z-index: 2;}#maus{	position: absolute;	width: 121px;	height: 78px;	top: 100px;	left: 70px;    background-image: url(bilder/design/mausangs.gif);	z-index: 2;}#blackThing{	position: absolute;	width: 5px;	height: 78px;	top: 100px;	left: 66px;    background-image: url(bilder/design/black.gif);	z-index: 3;}#ring{	position: absolute;	width: 442px;	height: 442px;	top: -30px;	left: -30px;    background-image: url(bilder/design/ring.gif);	z-index: 1;}#logo_relative{	position: relative;	float: left;	width: 201px;	height: 80px;    background-image: url(bilder/design/logo.gif);	z-index: 3;}#eischeens_remote{	position: relative;	float: right;	width: 247px;	height: 80px;    background-image: url(bilder/design/eischeens_remote.jpg);	z-index: 2;}#mainmenue{	position: relative;	text-align: center;	top: 1px;	left: 1px;	width: 449px;	border: 0px solid red;	z-index: 3;}#kontainer_links{	position: relative;	top: 2px;	left: 1px;	/*width: 220px;*/	float: left;	border: 0px solid yellow;	z-index: 2;}#kontainer_rechts{	position: relative;	top: 2px;	right: 1px;	width: 220px;	height: 750px;	float: right;	overflow: auto;	border: 0px solid #66ccff;	z-index: 2;}.fp_text{	position: relative;}/* Formulare */#fp_newForm_id{}#fp_editForm_id{}label, input, select { /* Alle Labels UND Formularelemente auswählen */  display: block;  float: left;  width: 100px; /* Breite.*/}form br { /* Alle Zeilenumbrüche in Formularen auswählen */  clear: left; /* das floating der labels und inputs aufheben */}input#submit { /* den Submit-Button */  float: none;  width: auto;}label { text-align: right; padding-right: 1em;}form {  background: #ccc;  border: thin solid #ab0;  margin:0;  padding:.5em;  margin: 2em;  width: 320px;}form h2 {	FONT-FAMILY: Arial, Courier, sans-serif;    FONT-SIZE: 12pt;    MARGIN-TOP: 0;    MARGIN-BOTTOM: 0;    font-weight: lighter;    text-decoration:underline;    color: black;    background-color:#ccc;}#navlistBildergalerie{	width: 200px;	width: auto;}#theAlltogether{	position: absolute;	top: 10px;	left: 200px;	width: 650px;}
