body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
#centraldisplay {
	position: absolute;
	height: 638px;
	width: 968px;
	left: 50%;
	top: 50%;
	margin-top: -319px;
	margin-left: -484px;
	background-color: #CCCCCC;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#fusszeile {
	height: 126px;
	color: #000000;
}
#lichttisch {
}
#detaildisplay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../img/grau_100_75.png);
	background-repeat: repeat;
	visibility: hidden;
}
#ansicht {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#schalter {
	position: absolute;
	height: 90%;
	width: 90%;
	left: 5%;
	top: 5%;
}
#detaildisplay #ansicht img {
	border: 8px solid #CCCCCC;
}
#spaltentext {
	color: #333333;
}
#spaltentext td {
	width: 20%;
}
p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#fusszeile a {
	color: #000000;
}

