/* CSS-Formatierungen, f&uuml;r die ganze Seite */
body {
  background-color: #A3A3A3;
  color: #000000;
  margin: 0px;
  font-family: verdena, arial, sans-serif;
  font-size: 14px;
}
.leftal {
  text-align: left;
}

/* spezielle Formatierungen */
.top {
  background-color: transparent;
  color: #000000;
  width: 100%;
  height: 65px;
  text-align: center;  
  padding: 0px;
}
.top rtable {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 70px;
  vertical-align: top;
  text-align: left;
  font-family: verdena, arial;
  font-size: 10px;
  color: #000000;
}
.menutop a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  display: block;
  padding: 2px;
  padding-right: 3px;
  text-align: center;
  border: 1px solid #D32D30;
  border-collapse: collapse;
}
.menutop a:hover {
  color: #000000;
  background-color: #D32D30;
  border: 1px solid #D32D30 collapse;
  border-collapse: collapse;
  display: block;
  text-align: center;
  font-weight: bold;
}
.menutop {
  color: #FFFFFF;
  font-family: verdena, arial;
  font-size: 14px;
  border-collapse: collapse;
}
.menuleft {
  width: 170px;
  max-height: 98%;
  color: #FFFFFF;
  background-color: transparent;
  font-family: verdena, arial;
  font-size: 13px;
  padding:left;
}
.headliner {
  background-color: #D32D30;
  color: #FFFFFF;
  padding: 3px;
  font-weight: bold;
   
}
.menuleftcontent {
  border-right: 1px solid #D32D30;
  color: #FFFFFF;
  background-color: transparent;
  padding: 3px;
  font-family: verdena, arial;
}
.menuleftcontent a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
.menuleftcontent a:hover {
  color: #FFFFFF;
  display: block;
  border-bottom: 1px dotted #FFFFFF; 
}
.menuBar {
			width: 170px;
      margin-top: 25px;
      border-right: 1px solid #D32D30;
      border-top: 1px solid #D32D30;
      font-family: verdena, arial, sans-serif;
      font-size: 13px;
		}
		.menuBar a {
			display: block;
			text-decoration: none;
			border-style: solid;
			border-width: 0px;
			border-top-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
			border-right-color: #D32D30;
			background-color: #888888;
			color: #FFFFFF;
      padding-left: 3px;
      font-family: verdena, arial, sans-serif;      
      text-decoration: none;
      font-weight: normal;
		}
		.menuBar a:hover {
			background-color: #D32D30;
      font-family: verdena, arial, sans-serif;
			color: #FFFFFF;
      text-decoration: none;
      font-weight: normal;
		}
		.subMenu a{
			background-color: #CCCCCC;
			padding-left: 6px;
			color: Black;
      border-bottom: 1px solid transparent;
      font-family: verdena, arial, sans-serif;
		}
a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: unterline;
  font-family: verdena, arial, sans-serif;
}
a:hover {
  color: #D32D30;
  font-weight: normal;
  text-decoration: none;
}