/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  font-family: arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.75em;
  text-align: center;
  color: #333;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
sub, sup {
  font-size: 0.6em;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: none;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  width: 0px; height: 0px; overflow: hidden;
  position: absolute; left: -1000px; top: -1000px;
  display: inline;
}



#wrapper { position: relative; width:690px; w\idth:650px; margin:0 auto; text-align: left; padding: 0 20px 20px 20px;background-color:#ceebf9; /*00b2e7*/ }
#left { display: none;  }
#main { border-width:2px 0px;border-style:solid;border-color:#ffffff; padding-top: 15px; }

#header{height:180px;padding-top:20px;padding-right:0;padding-bottom:10px;border-bottom:1px solid #707070; background: url(layout/skyline.png) no-repeat left bottom;
}
#header #logo{right:0;top:20px;position:absolute;}
#header #slogan{font-size:1.1em;color:#707070;}
#main textarea{width:600px;margin-top:20px;margin-bottom:20px;}
#main h1{
  font-size:1.4em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#main h2{
  font-size:1.2em;
  color: #0074ab;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.2em;
}
#main h3{font-size:1.1em;}
/* h4 umdefiniert für internal use */
#main h4{
  margin-top:0;margin-bottom:0.5em;
  font-size:1.0em;
  background: yellow;
  text-transform: uppercase;
  color: #666;
  padding: 0 0 0 1px;
}
#main h5 {
  border-bottom: 1px solid #000;
  margin-bottom: 4px;
}
#main h6 {
  margin-bottom: 4px;
}
#main p,
#main .ce_text, 
#main .ce_image,
#main .ce_table {
  margin-bottom:1.4em;
}
#main p {
  line-height:1.45em;
}
#main ul {
  list-style: square;
}
#main ul, #main ol {
  margin-left: 1.5em;
}
#main a {
  color: #0074ab; text-decoration: underline;
}
#main a:hover {
  color: #0074ab; text-decoration: none;
}
#main .warning { color:#ff0000; font-size:1em; font-style: italic; }
#main .confirmation { color:#090; font-size:1em; }
#main .information { color:#999; font-size:1em; }

/* Tabellenformatierung */
#main th {
  text-align: left; padding: 0 0 3px 2px;
}
#main tr:hover td {
  background: #f5f5f5;
}
#main td {
  padding: 1px 15px 1px 3px;
  vertical-align: top;
}
#main td p {
  margin: 0;
}
#main .ce_table  table {
  width: 90%;
  border-collapse: collapse;
}
#main .ce_table  th,
#main .ce_table  td {
  border: 1px solid #777;
  border-collapse: collapse;
}
#main .ce_table  .col_1 {
  width: 50px;
}
#main .ce_table  .col_2 {
  width: 60px;
}
.overview  #main .ce_table  .col_1 {
  width: auto;
}
.overview  #main .ce_table  .col_2 {
  width: auto;
}

/* Footer = Navigation */
#footer{top:0;padding-top:10px; position: absolute; left: -300px; width: 300px; margin-bottom: 20px;}
#footer ul{margin-left:0;padding-left:0;list-style-type:none;
  border-top: 1px solid #0074ab;
}
#footer li{margin-left:0;padding-left:0;}
#footer li a {
  color: #0074ab;
  text-decoration: none;
  display: block; padding: 2px 0 2px 10px;
  border-bottom: 1px solid #333;
}
#footer li.submenu a {
  font-weight: bold;
}
#footer li a:hover,
#footer li a.active {
  color: #000;
  background: #ceebf9;
}

#footer ul ul{ display: none; margin-left:1em;list-style-type:square;border-top: 0;}
#footer li.active ul, 
#footer li.trail ul {
  display: block;
} 
#footer li li{margin-left:1em;padding-left:3px;}
#footer li li a {
  padding: 1px 0 1px 0;
  border-bottom: 1px solid #0074ab;
  font-weight: normal;
}
#footer li.submenu li a {
  font-weight: normal;
}

#main .floatleft {
	float: left;
}






