/* CSS Document */

#navigation {
	position:absolute;
	overflow: hidden;
	top:50%;
	left:50%;
	width:185px;
	height:517px;
	margin-left:-450px;
	margin-top:-267px;
	background-color: #99ccff;	
	z-index: 2;
}
#titel {
	position:absolute;
	overflow: hidden;
	top:50%;
	left:50%;
	width:900px;
	height:80px;
	line-height:80px;
	margin-left:-450px;
	margin-top:-330px;
	background-color: #99ccff;
	display: table-cell;
	vertical-align: middle;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	text-align: center;
	z-index: 1;
}
#inhalt {
	position:absolute;
	overflow: auto;
	top:50%;
	left:50%;
	width:530px;
	height:500px;
	margin-left:-265px;
	margin-top:-250px;
	background-color: #ffffff;
	z-index: 1;
}
#info {
	position:absolute;
	overflow: hidden;
	top:50%;
	left:50%;
	width:900px;
	height:80px;
	line-height:80px;
	margin-left:-450px;
	margin-top:250px;
	background-color: #99ccff;
	display: table-cell;
	vertical-align: middle;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	z-index: 1;
}
#logo {
	position:absolute;
	overflow: hidden;
	top:50%;
	left:50%;
	width:185px;
	height:500px;
	margin-left:+265px;
	margin-top:-250px;
	background-color: #99ccff;
	z-index: 1;
}
.links {
	text-align: left;
}
.mitte {
	text-align: center;
}
.rechts {
	text-align: right;
}
.weiss {
	color: white;
}
.weiss_mitte {
	color: white;
	text-align: center;
}
.schwarz {
	color: black;
}
.blau {
	color: blue;
}
.fett {
	font-weight: bold;
}
.einzug {
	text-indent: 10px;
}
.abstand {
	margin: 10px;
}
p {
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	line-height: 1.5;
}
h1 {
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	text-align: center;
}
body {
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	background-color: #fafafa;
	margin: 0;
	padding: 0;
}
li {
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: left;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	background-color: black;
}

