/* CSS Document */

#logo {
	position:absolute;
	height:90px;
	z-index:1;
	top: 0px;
	width: 1000px;
	left: 0px;
}
#navigation {
	position:absolute;
	width:1000px;
	z-index:2;
	top: 58px;
	left: 0px;
	text-align: left;
}
#inhalt {
	position:absolute;
	width:1000px;
	z-index:3;
	top: 100px;
	height: 280px;
	text-align: left;
	left: 0px;
}	
#kopfzeile {
	position:absolute;
	width:1000px;
	z-index:5;
	top: 0px;
	text-align: left;
	left: 0px;
	height: 20px;
}
#fusszeile {
	position:absolute;
	width:900px;
	height:20px;
	z-index:1;
	top: 575px;
	text-align: left;
	left: 0px;
}

/* CSS Document Schriften */

a:visited {
	color: #FF0000;
	text-decoration: none
}
a:link {
	color: #FF0000;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: none
	}
a:active {
	color: #FFFFFF;
	text-decoration: none
}

a.type_1:visited   {
	color: #FFFFFF;
	text-decoration: none
}
a.type_1:link {
	color: #FFFFFF;
	text-decoration: none
}
a.type_1:hover    {
	color: #FFFFFF;
	text-decoration: none
}
a.type_1:active  {
	color: #FFFFFF;
	text-decoration: none
	
	
	
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: normal
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
	font-weight: bold;
	color: #CCCCCC
}
.grundtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: normal
}
.aufzaehlung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: normal
}
.grundtextrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: normal
}
