* {
	margin: 0;
	padding: 0;
}
#Uhr { position:absolute; top:10px; left:10px; }
body {
	background-color: #F2F2F2;
}

/* mouse-over für menüführung */
a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	font-weight:bold;
	color:#31A727;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	font-weight:bold;
	color:#C0C0C0;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* zentrierte Hauptseite */
#body {
	position: absolute;
	height: 500px;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-left:-400px;
	margin-top:-260px;
	background-color: #FFFFFF;

}
/* obere Navigation */
#navigation {
	font-weight: bold;
	position: absolute;
	left: 178px;
	top: 75px;
	color: #FFFFFF;
	z-index: 2;
}
/* rechte kopfgrafik */
#logo {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	z-index: 1;
	left: 50%;
}
/* linke Kopfgrafik */
#kopfgrafik {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	z-index: 1;
	left: 0%;
}

#ani {
	background-color: #E0E0E0;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 104px;
	z-index: 0;
	left: 1px;
}

#schatten_rechts {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 154px;
	z-index: 1;
	left: 797px;
}
#schatten_unten {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 500px;
	z-index: 2;
	left: 1px;
}

#fusszeile {
	background-color: #9DCF7D;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 406px;
	z-index: 1;
	left: 1px;
	height: 101px;
	width: 800px;
}
/* untere Navigation */
#navigation-unten {
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 81%;
	color: #FFFFFF;
	z-index: 2;
}
/* Titelzeile im Inhalt */
#titel {
	position: absolute;
	left: 73%;
	top: 124px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	height: 15px;
	width: 220px;
	letter-spacing: 0px;

}
/* Titelzeile im Inhalt- grün- */
.gruen {
	color: #00C400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* Text im Inhalt */
#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #999999;
	position: absolute;
	left: 52%;
	top: 155px;
	line-height: 25px;
	letter-spacing: normal;
	font-weight: normal;
	word-spacing: 1px;
	z-index: 3;
}
#copyright {
	position: relative;
	visibility: visible;
	left: 15px;
	top: 499px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: 600;

}
/* Navigation links -Leistungsmerkmale- */
#konzeption {
	position: absolute;
	z-index: 3;
	left: 10px;
	top: 265px;
}
#design {
	position: absolute;
	z-index: 3;
	left: 130px;
	top: 315px;
}
#impulse {
	position: absolute;
	z-index: 3;
	left: 190px;
	top: 360px;
}
#optimierung {
	position: absolute;
	z-index: 3;
	left: 10px;
	top: 218px;
}
#relaunch {
	position: absolute;
	z-index: 3;
	left: 110px;
	top: 170px;
}
#hosting {
	position: absolute;
	z-index: 3;
	left:193px;
	top: 120px;
}
/* mouse-over für leistungen -weiß- */
a.leistung:link {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
a.leistung:visited {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
a.leistung:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
}
a.leistung:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
/* mouse-over für leistungen -grün- */
a.green:link {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #00BB00;
}
a.green:visited {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #00BB00;
}
a.green:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #00BB00;
}
a.green:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #00BB00;
}
/* mouse-over für Inhalts-Links */
a.inhalts-links:link {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00BB00;
}
a.inhalts-links:visited {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00BB00;
}
a.inhalts-links:hover {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
}
a.inhalts-links:active {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
}
#weihnachtsgruesse {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 2;
	font-size: 14px;
	color: #CCFF99;
	vertical-align: top;
}
#weihnachtsbaum {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	font-size: 14px;
	color: #CCFF99;
	vertical-align: top;
}
