/* Global Reset*/
* {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  }
  
/* layout boxen*/
body {
  text-align:center;
  width:100%;
  }

#wrap {
  background-color: transparent;
  background-image:  url("back-nav.jpg");
  background-repeat:repeat-y;
  background-position:left;
  min-width: 650px;
  max-width: 960px; 
  text-align:left; 
  margin: auto;
 } 

* html div#wrap {
  width:expression( document.body.clientWidth < 650 ? "650px" : "auto" );
  width:expression( document.body.clientWidth > 960 ? "960px" : "auto" );
}
  
#topoben {
  background-color:#0000fd;
  text-align:right;
  padding: 5px;
}

#header {
  height: 140px;
  }

#menuoben {
  background-color:#0000fd;
  clear:both;
  padding: 10px 0px 10px 5px;
 }

#mitte {
  }

#sidebar {
  width: 182px;
  float:left;
  padding: 5px 5px 25px 5px;
  }
#content {
  margin-left: 195px;
  padding: 10px;
  }
  
#footer {
  clear:both;
  background-color:#0000fd;
  color:#ffffff;
  text-align:right;
  padding: 10px 10px 10px 5px;
  }

/*spalterechts*/
#spalterechts {
  float:right;
  background-color: #808080;
  padding:15px;
  width: 140px;
  margin-left: 10px;
  margin-bottom: 10px;
}


a.intern {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
 }
 
a.intern:hover {
  text-decoration: underline;
}

/* header -pics */
div.head-links {
  float:left;
  }

div.head-rechts {
  float:right;
  }

/*topoben menü*/
div.topmenu {
  display: inline;
  color:#ffffff;
}

div.topmenu a {
 color: #ffffff;
 text-decoration: none;
 padding: 2px;
 }
  
/*menu oben */
div.level1 {
  display:inline;
  color: #ffffff;
}

div.level1 a {
  color: #ffffff;
  text-decoration: none;
  padding:5px;
}
div.level1 a:hover {
  color: #000000;
  background-color: grey;
}

/*menu links*/
div.level2 {
  padding:5px;
  border-bottom: 1px #0000fd solid;
}
div.level2:hover {
  background-color: #0000fd;
}
div.level2 a {
  color: #ffffff;
  text-decoration: none;
}
div.level2 a:hover {

}

/* login-formular*/
div.tx-felogin-pi1 {
  margin = 0;
  padding= 0;
}

/*content bereich*/
#content h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  border-bottom: 1px solid #0000fd;
  border-left: 10px solid #0000fd;
  }

#content h2 {
  font-weight: bold;
  margin: 15px 0px 0px 15px;
  padding: 2px;
  border-bottom: 1px solid #0000fd;
  border-left: 8px solid #0000fd;
  }
  
#content p {
  margin: 14px 20px 14px 15px;
  } 
  
#content ul{
  list-style-image: url("pfeil.gif");
  margin: 14px 20px 14px 45px;
  padding: 0px;
  }
  
#content form {
  margin: 14px 20px 14px 15px;
  }

/*layout für importierte aktuelle Informationen*/
div.th2 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 20px 2px 30px;
  }
  
div.th2 a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  }
  
div.th2 a:hover {
  text-decoration: underline;
  }
  
div.bq  {
  font-size: 14px;
  font-style: italic;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 35px;
  }
  
div.toc  {
  font-size: 12px;
  font-style: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  }
  
div.toc a {
  font-size: 12px;
  font-style: normal;
  }
  
div.p {
  font-size: 14px;
  margin: 10px 20px 5px 30px;
  }
  
#content h4 {
  margin: 14px 20px 14px 15px;
}
div.moses_block {
  text-align: center;
  }

/* newsletter-box */
div.newsletter_block {
  padding:5px;
  color: #ffffff;
}

div.newsletter_block h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 14px;
  padding: 0px;
}
