@charset "utf-8";

html, body, div, p, img{ margin:0px; padding:0px; text-align:left; }

body{
 background:#e7ecef url(bg.png) repeat-x;
 color:#006699;
 padding:0px;
}

h1, h2, h3, h4, h5, p, td, li{ font-family:Verdana,Arial,sans-serif; }

h1{ 
 font-weight:bold;
 font-variant:small-caps;
 font-size:72pt; 
 text-align:center;
 margin:0;
 padding:10px 0px;
 color:#ffffff;
}

h2 {
 font-weight:bold;
 font-size:18pt;
 text-align:center;
 margin:0;
 padding:10px 0px;
}

h3 {
 font-weight:bold;
 font-size:16pt;
 margin:40px 0 14px;
}

h4 {
 font-weight:bold;
 font-size:14pt;
 margin:16px 0 2px;
 color:#025681;
}

h5 {
 font-weight:bold;
 font-style:italic;
 font-size:12pt;
 margin:5px 0 0;
}

p, td, th, li{
 font-size:12pt;
 padding:8px 5px;
 text-align:left;
 color:#000000;
}

td {
 padding:5px 0;
 vertical-align:top;
}

li {
  padding:1px 1px 5px;
}



a:link{
 color:#006699;
 text-decoration:none;
}
a:visited{
 color:#007DC5;
 text-decoration:none;
}
a:hover{
 color:#DD0000;
 text-decoration:none;
}
a:active{
 color:#DD0000;
 text-decoration:underline;
}


table { border-collapse:collapse; border-spacing:0; empty-cells:show; margin:10px 0px 20px; }
td, th { vertical-align:top; padding:3px; }

.ce5 { background-color:#0093d9; color:#ffffff; font-weight:bold; }
.ce7 { background-color:#dddddd; }
.ce8 { background-color:#ccff99; }
.ce9 { background-color:#66ff66;}
.ce10 { background-color:#ffcc00; }
.ce12 { background-color:#ffff00; }
.ce13 { background-color:#99ccff; }
.ce14 { background-color:#e6ff00; }
.ce15 { background-color:#00cc00; }

p.small {
 font-size:10pt;
 padding:2px 5px;
}
p.title {
 font-style:italic;
 padding:2px 5px;
}
p.abstract {
 padding:2px 5px 8px;
 text-align:justify;
}


ul.lit {
  list-style-type:square;
/* list-style-position: inside;*/
  margin-top:0;
  padding:4px 1em 8px 1.5em;
}

ul.lit li {
  font-size:10pt;
  text-align:justify;
}

#wrapper{
 width:900px;
 margin:0px auto 0px;
 padding:0px;
}



#titel{
 display: block;
 width: 900px;
 height: 140px;
 overflow: none;
}

#subtitel{
 display: block;
 width: 900px;

 overflow: none;
 background-color:#ffffff;
}

#main {
 clear: both;
 width: 100%;
 overflow: auto;
 border-top: 6px solid gray;
 border-bottom: 6px solid gray;
background-color:#ffffff;
}

#menu{
 float:left;
 width:140px;
 margin:0;
 display: block;
}

#menu ul {
 list-style-type:none;
 margin:0;
 padding:0;
}

#menu ul li{
 padding:0;
}

#menu a:link, #menu a:visited {
 background-color: #e0e0e0;
 text-decoration: none;
 display: block;
 padding: 10px;
 border-bottom: 1px solid white;
}

#menu a:hover {
 background-color: #f6f6f6;
 color:#DD0000;
}

#inhalt{
 display: block;
 width:740px;
 float: right;
 padding:5px 10px;
}

#footer{
 clear: both;
}

#footer p{
 font-size:10pt;
}

