/*TYPO*/
a {
	font-size: 11px;
	color: #D90000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D90000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navigation{
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing:0px;
	font-weight: bold;
}
.navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.navigation a:link {
	text-decoration: none;
	color: #000000;
}
.navigation a:visited {
	text-decoration: none;
	color: #000000;
}
.navigation a:hover {
	text-decoration: none;
	color: #D90000;
}
.navigation a:active {
	text-decoration: none;
	color: #000000;
}
.navigation #activelink{
	color: #D90000;
}
.navgrey{
	color: #999;
}

.metanav a{
	font-size: 9px;
	line-height:20px;
	color:#000;
}

.headline h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	display:inline;
}
.headline #pathway {
	color: #999;
	margin-left: 22px;
	position:relative;
	top:-1px;
}
.headline #pathway a{
	font-size: 9px;
	line-height:14px;
	color: #666;
	text-decoration: none;
}
.headline #pathway a:hover{
	color:#000;
}
.headline #gt {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #999;
}

.spalte a{
	color:#666;
}
.spalte a:hover{
	color:#000;
}

/**/
.frame {
	background-image:url(../images/coloredBacks/flieder.gif);  
	background-color:#CDCDFF;
}

.tablecontent, #topband, #bottomband{
	background-color:#CDCDFF;
	margin:0;
	padding:0;
}

.footer #grey {
	background-color: #787878;
}
.footer #pink {
	background-color: #DD9A9A;
}
.footer #green {
	background-color: #99CBCB;
}
.footer #flieder {
	background-color: #CDCDFF;
	border:1px solid #fff;
	position:relative;
	top:-1px;
}
.footer #yellow {
	background-color: #FFFF01;
}
.footer #egg {
	background-color: #EAEABE;
}
.footer #red {
	background-color: #983232;
}

.copyrightinfo {
	font-size:9px;
	color: #666666;
	border:1px solid #CDCDFF;	
}
