/* CSS Document */
/* Grundeinstellungen */
body {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  background-color: #fff;
  color: #000;
  }
html,body { height:100%; }

* { margin: 0; padding: 0;   }
p, li, h1, h2, h3, h4, h5, h6, input { font-weight: normal; font-size: 1em; }
a { text-decoration:none; }
#menu_left li, #menu_top li, a, #content h3 a { color:#F67C19;}
#content a { color:#000;}
img { border:0; }
#aktuell a { color:#fff;}
#content h1 { padding:0.5em; font-size:1.8em; color:#FFFFFF; }
#content h2 { font-size:1.2em; font-weight:bold; padding-bottom:0.5em; padding-top:0.5em; }
#content h3 { font-size:1.1em; font-weight:bold; padding-bottom:0.5em; padding-top:0.5em; }
#menu_left li { list-style-type:none; margin:0.5em; }
#menu_top ul { display:inline; border-left:1px solid #fff; }
#menu_top li { display:inline; padding:0 1em; border-right:1px solid #fff; }
#sp1, #sp2, #sp3, #sp4 { width:10em; }

#menu_left { 
  z-index:2; position:absolute; 
  width:150px; height:100%;
  left:0; top:0;
  background-color:#000;
  padding-top:1em;
  }
html>body #menu_left { position:fixed; }

#menu_top {
  z-index:2; position:absolute;
  width:100%;
  left:150px; top:0;
  background-color:#000;
  text-align:center;
  padding: 0.5em 0.5em 0.5em 0.5em;
  }
html>body #menu_top { position:fixed; }

#content_frame {
  z-index:1; position:absolute;
  width:100%; height:95%;
  }
#content {
  height:100%;
  padding: 20px 0 0 150px;
  }

#content_header {
  background-color:#CCCCCC;
  }
#content_pics {
  padding: 1em 1em 1em 1em;
  float:right;
  }
#content_text {
  padding: 1em 20em 1em 1em;
  }

#content_footer {
  background-color:#CCCCCC;
  padding: 0.5em 0.5em 0.5em 0.5em;
  clear:both; 
  }

iframe {
  height:100%; width:100%;
  border:0;
  padding:0; margin:0;
  }

#druck_content {
  margin: 0 auto 0 auto;
  width: 40em;
  text-align:center;
  }

#druck_content h1 {
  font-size:1.8em;
  padding:0.5em;
  }
#druck_content h2 {
  font-size:1.2em;
  padding:0.5em;
  }
#druck_content h3 {
  font-size:1.1em;
  padding:0.5em;
  }
#druck_content h4 {
  font-size:1.1em;
  font-weight:bold;
  padding:0.5em;
  }

#druck_content li {
  display:inline;
  font-size:1.2em;
  padding:0.2em;
  }

#druck_content table {
  width:100%;
  caption-side:top;
  border-collapse:collapse;
  border:solid 1px;
  font-size:1.2em;
  text-align:right;
  }

#druck_content caption {
  font-weight:bold;
  margin:0.5em;
  font-size:1.4em;
  }

#druck_content td {
  padding:0.2em;
  border:solid 1px;
  }

#druck_content #links { 
  text-align:left 
  }

#druck_content #sp1 {
  width:80%;
  }
#druck_content #sp2 {
  width:20%;
  }
#druck_content #sp1a {
  width:60%;
  }
#druck_content #sp2a {
  width:20%;
  }
#druck_content #sp3a {
  width:20%;
  }



