/* ===== Hauptnavigation Formatierung ===== */

#nav a {
	text-decoration: none;
	color: #FFF;
	height: 21px;
	padding: 1px 8px 2px 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#nav a:hover {
	color: #FFF;
	padding: 1px 8px 2px 8px;
	background-color: #666;
	height: 21px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFF;
}

#nav .nav_active {
	color: #FFF;
	padding: 1px 8px 2px 8px;
	background-color: #666;
	height: 21px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFF;
}

/*
.nav_active a {
	color: #666;
}
/*
#nav a:visited {
	color: #FFF;
}*/



/* ===== Subnavigation Formatierung ===== */

#subnav {
	text-decoration: none;
	color: #FFF;
}
#subnav a {
	border-bottom: 1px #999 solid;
	text-decoration: none;
	color: #FFF;
}

#subnav a:hover {
	border-bottom: 0px #666 solid;
	text-decoration: none;
	color: #FF9900;
}

#subnav .subnav_active {
	border-bottom: 0px #666 solid;
	text-decoration: none;
	color: #FF9900;
}

/*
.subnav_active a {
	color: #FF9900;
}*/

/* ====================================== */


.field {
	background-color: #666;
	BORDER-BOTTOM: #AAA 1px solid; 
	BORDER-LEFT: #333 0px solid; 
	BORDER-RIGHT: #333 0px solid; 
	BORDER-TOP: #333 0px solid;
	COLOR: #FFF;
	}
	
#beschriftung {
	line-height: 21px;
	}
	
.pagenav {
	text-decoration: none;
	border-bottom: 1px #999 solid;
	font-size: 0.88em;
	height: 1em;
	}
	
.pagenav:hover {
	text-decoration: none;
	border-bottom: 1px #666 solid;
	color: #FF9900;
	}
	
.pagenav:active {
	text-decoration: none;
	border-bottom: 1px #666 solid;
	color: #FF9900;
	}
	

#reference a {
	text-decoration: none;
	border-bottom: 1px #999 solid;
	color: #FFF;
	}
	
#reference a:hover, a:active {
	text-decoration: none;
	border-bottom: 0px #666 solid;
	color: #FF9900;
	}


.searchformat {
	background-color: #FFF; /*#FF9900*/
	color: #666;
	font-size: 0.66em;
	border: 1px solid #FFF;
	margin-top: 1px;
	cursor: text;
}

.searchbutton {
	/*height: 17px;
	width: 50px;*/
	background-color: #666; /*#FF9900*/
	color: #FFF;
	font-size: 0.66em;
	border: 1px solid #666;
	cursor: pointer;
}

.nodot {
	list-style-type: none;
}

.flashteaser {
	margin-left: 23px;
}

#footernav a {
	text-decoration: none;
	color: #FFF;
}

#footernav a:hover {
	text-decoration: none;
	color: #666;
}

#footeradresse a {
	text-decoration: none;
	color: #FFF;
}

#footeradresse a:hover {
	text-decoration: none;
	color: #666;
}

#headline h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.pagenavback {
	float: left;
	text-align: left;
	width: 130px;
	}

.pagenavlinks {
	float: left;
	text-align: left;
	width: 100px;
	}

.pagenavrechts {
	text-align: left;
	float: right;
	width: 80px;
	}

#referenceinfo {
	position: absolute;
	top: 281px;
	left: 50px; /* left: 70px; */
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	text-decoration: none;
	text-align:right;
	line-height:1em;
	width: 80px;
	height: 32px;
	padding-top: 2px;
}

#referencelist {
	position: absolute;
	top: 280px;
	left: 141px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	text-decoration: none;
	width: 329px;
	height: 32px;
	padding-top: 2px;
}
/* Farben Referenzen */
.grau {color: #cccccc}
.orange {
	color: #FF9900;
	font-family: "Courier New", Courier, monospace;
}
.weiss {color: #FFFFFF}