a.menu{
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  color: #000080;
}
a.menu:hover{
  text-decoration: underline;
  
}
a.aktLink#unterMenue{
  font-weight: normal;
  color: #993300;
  text-decoration: none;
  font-size: 0.9em;
}

a.aktLink{
  font-weight: bold;
  color: #993300;
  text-decoration: none;
  font-size: 0.9em; 
}

a#unterMenue{
  font-weight: normal;
}

#abstand{
  float: left;
  width: 230px;
  background: red;
  height: 200px;
  margin-top: 220px;
  
}
body{
  background-image: url(i/bg.png);
  background-repeat: repeat; 
  font-family: arial;
  font-size: 100.01%;
  color: #000080;
  
}

#c{
  font-size: 0.5em;
  vertical-align: text-top;
}

#engel{
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 5;
}

.ersteTdMenue{
  border-top: 1px solid silver;
}

#horizontal{
  position: fixed;
  top: 175px;
  left:20px;
  border-bottom: 2px solid #5255a1;
  z-index:7;
  width: 920px;
}

hr.menue{
  width: 170px;
  color: #5433ad;
  visibility: hidden;
}


#logo{
  float: left;
  margin: 0 20px 0 0;
}

#logoKlein{
  
}

#main{
  width: 675px;
  margin: 220px 0 0 245px;
  z-index:3;
  float: left;
}

#mamaha{
  font-size: 5.7em;
  font-family: times;
  font-weight: bold;
  font-style: italic;
}

#menueDiv{
  float:left;
  height: 100px;
  width: 202px;
  position: fixed;
  top: 190px;
  left: 0px;
  order: 1px solid #5255a1;  
  z-index:2;
  background-image:url(i/bgMenue.png);
  background-repeat: no-repeat;
  height: 550px;
  padding: 15px;
}
#menueTabelle{
  background-image:url(i/brueckeMenue.png);
  background-repeat: no-repeat;
  ackground-color: #ffeff9;
  float:left;
  height: 50px;
  width: 202px;
  position: fixed;
  top: 250px;
  left: 2px;
  z-index: 3;
  
}

#menueTd{
  padding: 20px 0 0 20px;
}

table.menue{
  width: 140px;
}

#titel{
  height: 191px;
  background-image: url(i/logo.png);
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 963px;
}

#untertitel{
  font-size: 1.95em;
  font-weight: bold;
  position: relative;
  top: -15px;
}

#vertikal{
  position: fixed;
  top: 173px;
  left: 220px;
  height: 600px;
  border-left: 2px solid #5255a1;
  z-index:8;
  
}


