/* CSS Document f?r Vademecum*/

* {
  margin: 0;
  padding: 0;
}

/* Titel----------------------------------------------------------------------*/

#header {
  height:4.3em;
  padding-top:1em;
}

#institut{
  float:left;
  font-family:georgia, sans-serif;
  font-size:14px;
  color:#000000;
  font-weight:bold;
  margin-left:1.3em;
}

#header-logo img{
  float:right;
  margin-right:0.9em;
  width:270px;
  height:50px;
}

/* Navigation-----------------------------------------------------------------*/

#Navigation {
  display: none;
}  

#buchstabenleiste {
  display: none;
}


/* Inhalt �berschrift---------------------------------------------------------*/

#haupt-ueberschrift-rechts {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-left: 15.4em;
  top:5.5em;
  padding-bottom: 1px;
  background-color: #ffffff;
}

/* Inhalt --------------------------------------------------------------------*/

div#inhalt-rechts {   
  top:1.5em;
  left:2px;
  right:150px;
  margin-top:3em;
  padding-left:2em;
}
   
div.ueberschrift-rechts {	
  font-weight:bold;
  color:#000000;
  font-size:12px;
}

div.Vad-Eintraege{
  font-family:georgia, sans-serif;
  font-size:12px;  
}

div.Vad-Eintraege ul{
  margin-left: 6ex;
}

div.Vad-Eintraege li {
  margin-top:1ex;
  margin-bottom:1ex;
}

div.Vad-Eintraege ol{
  margin-left: 6ex;
}

table.referenztabelle {
  font-size:12px;
  border:0; 
  border-collapse:separate; 
  border-spacing:10px;
}

table.referenztabelle th,td {
  padding:5px;
}

table.contenttable{
  font-size:12px;
  border:0; 
  border-collapse:separate; 
  border-spacing:10px;
}

table.contenttabelle th,td {
  padding:5px;
}

#disclaimer {
  font-size:11px;
  color:#000000;
}

/* IE-------------------------------------------------------------------------*/

* html #header {
  height:4.8em;
  padding-top:1em;
}

div#inhalt-rechts {   
  top:1.1em;
}