body, html {
 margin: 0px;
 padding: 0px;
 height: 100%;
 width: 100%;
 border: 0px;
 overflow: hidden;
 color: #000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
}
div {
 position: absolute;
 margin: 0px;
 padding: 0px;
}
h1 {
 padding: 0px;
 margin: 5px;
 font-weight: bold;
 font-size: 20px;
 width: 100%;
}
h2 {
 padding: 0px;
 margin: 5px;
 font-weight: bold;
 font-size: 18px;
 width: 100%;
}
h3 {
 padding: 0px;
 margin: 5px;
 font-weight: bold;
 font-size: 16px;
 width: 100%;
}
h4 {
 padding: 0px;
 margin: 5px;
 font-weight: bold;
 font-size: 14px;
 width: 100%;
}
h5 {
 padding: 0px;
 margin: 5px 0px;
 font-weight: bold;
 font-size: 12px;
 width: 100%;
}
table {
 empty-cells: show;
 margin: 5px auto;
}
th {
 text-align: left;
 font-weight: bold;
 background: #00c;
 color: #fff;
}
td {
 padding: 1px 3px;
 margin: 0px;
 text-align: left;
 vertical-align: middle;
 border: 0px;
}
img {
 border-width: 0px;
 margin: 10px;
 padding: 0px;
}
p {
 padding: 0px;
 margin: 7px 0px;
}
a:link { color:#000; text-decoration:underline; }
a:visited { color:#000; text-decoration:underline }
a:hover { color:#00c; text-decoration:underline }

.zentriert {
 text-align: center;
}
.right {
 text-align: right;
}
.blocksatz {
 text-align: justify;
}
.top {
 vertical-align: top;
}
.noborder {
 padding: 0px;
 margin: 0px;
}

div.columns2_left {
 position: relative;
 float: left;
 width: 600px;
}
div.columns2_right {
 position: relative;
 float: right;
 width: 200px;
}
div.textbox_big {
 position: relative;
 margin: 10px 40px;
 padding: 20px;
 background: #fff;
 border: 3px dotted #00c;
}
div.layer {
 position: relative;
 padding: 0px;
 margin: 10px auto;
 width: 200px;
 background: #fff;
 border: 3px dotted #00c;
}
ul.menu { 
 margin: 10px;
 padding: 0;
}
li.menu {
 color: #fff;
 font-weight: bold;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 text-align: left;
 list-style: none;
 border-bottom: 1px solid #fff;
 padding: 5px;
}
span.klein {
 font-size: 11px;
}
span.fett {
 font-weight: bold;
}
tr.gerade {
 background: #ddf;
}
tr.ungerade {
 background: #fff;
}
p.layertitel {
 padding: 2px 5px;
 margin: 0px;
 background: #00c;
 font-weight: bold;
 color: #fff;
 text-align: right; 
 overflow: hidden;
}
p.layertext {
 padding: 5px;
 margin: 0px;
 overflow: hidden;
}
a.menu:link { color:#fff; text-decoration:none }
a.menu:visited { color:#fff; text-decoration:none }
a.menu:hover { color:#ccc; text-decoration:none }

#navigation {
 top: 0px;
 left: 0px;
 bottom: 0px;
 width: 155px;
 height: 100%;
 background: #00c;
 text-align: center;
}
#titelleiste {
 top: 0px;
 left: 155px;
 right: 0px;
 height: 60px;
 overflow: hidden;
 background: #00c url(../img/titelrand.gif) repeat-x bottom left;
 color: #fff;
 vertical-align: top;
}
#titelleistentext {
 position: relative;
 top: 0px;
 left: 0px;
 width: 840px;
 text-align: center;
 vertical-align: top;
}
#main {
 top: 60px;
 left: 155px;
 right: 0px;
 bottom: 0px;
 overflow: auto;
 background: url(../img/background.gif) repeat;
}
#content {
 position: relative;
 padding: 20px;
 left: 0px;
 top: 0px;
 width: 840px;
 text-align: center;
 vertical-align: top;
 overflow: visible;
}
#titeldreieck {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: left;
}