/*
        Allgemeine Setzungen 
#########################################################
*/

body { font-family:Arial,Helvetica; }

p.main {
  margin-bottom:0;
  margin-top:0;
}


/*
        Bestellliste
#########################################################
*/

a.b-toc {
  background-color:#ffd95b;
  font-size:16pt;
  font-weight: bold;
  padding:10px;
  margin:20px;
}

p.small {
  font-size: 9pt;
}

/*
        Allgemeine Links
#########################################################
*/

a {
 text-decoration:none;
 color: black;
 background-color:#ffee8a;
}

a:hover {
 background-color:#c48e00; 
}

/*
        Menü
#########################################################
*/

td.menu {
  background-color: black;
  text-align: center;
  padding: 6px;
  magin: 0px;
}  

td.selected {
  background-color: #ffc93b;
}

a.menu {
 text-decoration:none; 
 background-color:black;
 text-weight: bold;
 color:#ffc93b
}

a.selected {
 color: black;
 background-color:#ffc93b;
}


a.menu:hover {
 color:#ffd95b; 
 text-decoration:none; 
 background-color:#c48e00; 
}

a.selected:hover {
 color: black;
 background-color:#ffc93b;
}

