/* CSS Document */
/* Hauptnavigation Anfang*/
ul#nav1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav1 {
	margin: 0;
	padding: 0;
}
#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
  height: 30px;
  width: 92px;
}
#nav1 a:link, #nav1 a:visited {
	float: left;
	font-size: 12px;
  font-weight: normal;
  color: #535353;
  width: 92px;
  height: 30px;
	line-height: 14px;
  text-decoration: none;
  text-align: center;
  background: url(../img/nav_gelb.gif) no-repeat bottom center;
}
#nav1 a:link.active, #nav1 a:visited.active, #nav1 a:hover {
	color: #000;
 	font-weight: normal;
	background: url(../img/nav_blau.gif) no-repeat bottom center;
}
/* Hauptnavigation Ende*/
/* Textnavigation - oben rechts - Anfang */
ul#nav2 {
	margin: 3px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#nav2 li {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	width: 59px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #ffffff;
	border-left: 1px solid #efefef;
  voice-family: "\"}\"";
	voice-family: inherit;
	width: 58px;
}
#nav2 a, #nav2 a:link {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-right: 0px dashed #efefef;
	text-decoration: none;
}
ul#nav2 li#active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffffff;
}
#nav2 a:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	background-color: #ffffff;
}
/* Textnavigation - oben rechts - Ende */
/* Textlinks allgemein - Anfang*/
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:link.active, a:visited.active, a:hover {
	color: #000;
  font-weight: normal;
	text-decoration: underline;
}
/* Textlinks allgemein - Ende*/
/* Textlinks powered - Anfang*/
.navi_text {
  font-size: 0.85em;
	text-decoration: none;
	text-align: left;
}
.navi_text a {
  color:  #3b3b3b;
  font-weight: normal;
	text-decoration: none;
}
.navi_text a:hover a:visited.active{
 	color: #3b3b3b;
  font-weight: normal;
	text-decoration: underline;
}
.blank {
  border: 0;
  text-decoration: none;
}
/* Textlinks powered - Ende*/

