body, p, div, td, th {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}
h1 {
  padding: 3px;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  background-color: navy;
  margin-top: 3px;
}
h2 {
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  color: navy;
}
p, h2 {
  margin: 0px 0px 5px;
}
img {
  border:  none;
}
#tail {
  padding: 5px;
  color: navy;
  background-color: silver;
  text-align: center;
}
#nav{
   font-size: 14px;
   background-color:silver; 
   margin-top: 0px;height: 18px; 
   margin:1px;
   padding:5px;
   font-weight:bold;
}
#nav a, #tail a{
   color:navy;
   padding:10px;
   text-decoration:none;
}
#nav a:hover,#tail a:hover{
   text-decoration:none;
   background-color:navy;
   color:white;
   margin:1px;
   padding:5px;
   font-weight:bold;
}
#auswahl {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  height: 60px;
}
#main {
  margin: 1px 1px 1px 20px;
  text-align: left;
}
#cabild {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tempTbl {
  table-layout: auto;
  border-spacing: 0;
}
.tempTbl td {
  padding: 7px;
  text-align: center;
}
.tempTbl th {
  background-color: silver;
}
