/* basic elements */
body { 
  font: 12px/15px Arial,Verdana;
  color: #222;
  background: #eee;
  margin-right:0px;
}

#lineal {
  position: absolute;
  top: 20px;
  height: 110px;
  left: 45px;
  width: 100px;
  background-image: url(../bilder/logo_klein.gif);
  background-repeat: no-repeat;
  z-index:4;
}
#titlemain {
  font: 36pt bold serif;
  font-weight: bolder;
  color: #fff;
  float:right;
  margin-right:10px;
  margin-top:-10px;
}
#hauptmenu_bg {
  position:absolute;
  top:45px;
  left:0px;
  right: 10px;
  height:45px;
  z-index:2;
  background-image: url(../bilder/hauptmenu_bg8.jpg);
  background-repeat: repeat-y;
}
table.hauptmenu_table {
  font: 16px/50px bold Arial,Verdana;
  font-weight: bolder;
  width:auto;
}
#active_menu-nav {
  color: #ff00ff;
}
#active_menu { color: #ff00ff; }
#submenu_bg {
  position:absolute;
  top:0px;
  height:300px;
  left:30px;
  width:140px;
  background-image: url(../bilder/submenu_bg9.jpg);
  background-repeat: repeat-x;
}
#submenu_fg {
  position:absolute;
  top:150px;
  left:50px;
  width:200px;
  z-index:2;
  font: 14px bold Arial,Verdana;
}
#pfad_navi {
  position: absolute;
  top: 100px;
  left: auto;
  right: 10px;
  width: auto;
  height: auto;
  bottom: auto;
  z-index:2;
}
#inhalt {
  position: absolute;
  top: 120px;
  left: 330px;
  right: 10px;
  padding-bottom:100px;
  z-index:2;
}
#inhaltgoogle {
  position: absolute;
  top: 120px;
  left: 330px;
  right: 140px;
  padding-bottom:100px;
  z-index:2;
}
#google {
  position: absolute;
  top: 120px;
/*  left: 330px;*/
  right: 10px;
  padding-bottom:100px;
  z-index:2;
}
#taschenrechner {
  position: fixed;
  bottom: 0px;
  height: 285px;
  right: 0px;
  width: 293px;
  background-image: url(../bilder/logo_hell.gif);
  background-repeat: no-repeat;
  float:right;
}

p { 
  margin-top: 0px;
  text-align: justify;
}
p.grosserAbschnitt {
  margin-top: 20px;
}
hr {
  height: 1px;
}
  
a:link, a:visited { 
  font-weight: bold; 
  text-decoration: none;
  color: #001b60;
}
a:hover, a:active { 
  text-decoration: none; 
  color: #ff00ff;
}
h2 {
  font: 12pt/18pt bold Arial,Verdana;
  font-weight: bolder;
}
li {
  padding: 2px 0px 2px 0px;
}

span.ueberschrift {
  font: 15pt/18pt bold Arial,Verdana;
  font-weight: bolder;
  color: #ff00ff;
  display: block;
  margin-bottom: 10px;
  margin-left:0px;
  margin-right:0px;
  background-color: #ddd;
  border: 1px solid black;
  border-width: 1px 0px 1px 1px;
  padding: 5px 5px 5px 5px;
  right:0px;
}
span.teilueberschrift {
  font: 12pt/15pt bold Arial,Verdana;
  display: block;
  font-weight:bold;
  margin: 10px 0px 10px 0px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
td {
  text-align: left;
}
td.border1, th.border1 {
  border: 1px white solid;
}
td.cellspacing1 {
  padding-left: 20px;
}
table.normalwidth {
  width: auto;
}


table.moduletable {
  font: 12pt/15pt bold Arial,Verdana;
  margin: 65px 0px 10px 0px;
}
table.line {
  width: 100%;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: black;
  background-image: url(../bilder/hauptmenu_bg.jpg);
  background-repeat: repeat-y;
}
.line td {
}

div.definition {
/*  font-family:monospace;*/
  background:#99ff99;
  border: 1px solid #ff00ff;
  padding: 5px;
/*  color: white*/
}
div.satz {
  background:#99ffff;
  border: 1px solid #ff00ff;
  padding: 5px;
}

.moduletable td {
  padding: 0px 0px 5px 0px;
}

td.title {
  font: 36pt/45pt bold Arial,Verdana;
  padding: 0px 10px 20px 190px;
  color: #e8e8ff; /* background: #e0e0ff*/
}
td.submenue {
  width: 150px;
  vertical-align: top;
  padding-left: 20px;
  background-image: url(../bilder/submenu_bg.jpg);
  background-repeat: repeat-x;
}
td.blank {
  width: 50px;
}

td.search {
  width: 10px;
  margin: 10px;
  padding: 10px;
}

.pathway {
  font: 9px bold Arial,Verdana;
  vertical-align: top;
  text-align: right;
  height: 15px;
}
td.text {
  vertical-align: top;
  margin: 0px 0px 0px 0px;
}
tr.nobr {
  white-space: nowrap;
}
td.odd {
  background-color: #99ffff;
}
td.oddbold {
  background-color: #99ffff;
  font-weight: bold;
}
td.even {
  background-color: #99ff99;
}
td.evenbold {
  background-color: #99ff99;
  font-weight: bold;
}
td.header {
  font-weight: bolder;
  background-color: #ff00ff;
  text-align: center;
}
td.greencenter {
  background-color: #99ff99;
  text-align: center;
}
td.center {
  text-align: center;
}
a.header:hover, a.header:active {
  text-decoration: none; 
  color: #00ffff;
}
