HTML, BODY, DIV, P, H1, H2, H3,H4 ,H5 ,H6 ,H7, HR, TABLE,TR,TD,li,input,textarea{
   margin: 0;
   padding: 0;
   color:#001414;
   font-family: Arial, Helvetica, sans-serif;
   vertical-align:top;
}

html, body {
height:100%;
}

body {
text-align:center;      /* IE workaround */
background-image: url(../pics/bg.gif);
}

img{
border:0;
}

p,td,li,input,textarea {font-size:14px;}

h1{font-weight:normal;
font-size:21px;margin-top:18px;margin-bottom:24px;color: #003366; }
h2{font-size: 19px;}
h3{font-size: 17px;}
h4{font-size: 15px;}
h5{font-size: 13px;}
h6{font-size: 11px;}

table td,table th {
margin:0;
padding:3px;
}

a:link,a:visited,a:active {
color:#444;
background-color:#eee;
text-decoration: none;
}

a:hover{
color:#444;
background-color:#ccc;
text-decoration: none;
}

#oben {
width:1px;
height:50%;
margin-bottom:-264px; /* halbe Inhalts-DIV-Hoehe */
float:left;
}

#inhalt {
margin:0 auto;
position:relative;
text-align:left;
height:518px;             /* ff height */
width:821px;              /* ff width */
clear:left;
}

#content{
padding: 18px 18px 18px 38px ;
width:565px;              /* ff width */
height:482px;             /* ff height */
float:right;
/* background-color: #e8e8e8; */
background-color: #fff;
overflow:auto;
}

#nav {
text-align:left;
height:518px;             /* ff height */
width:200px;              /* ff width */
background-color: #003366;
float:left;
}

/* Hauptnavigation */
ul#hauptnav {
width:120px;
margin: 0;padding:183px 0 0 25px;
}


ul#hauptnav li {
font-weight:normal;
font-size:18px;
list-style: none;
margin: 0; padding: 0;
}

ul#hauptnav a{
display: block;
font-size:18px;
line-height: 20px;
font-weight:normal;
margin: 5px; padding: 2px 0 2px 6px;
text-decoration: none;
background-color:transparent;
color: #fff;
}

/* Hover-Farben der Hauptnavpunkte */
ul#hauptnav a:hover{
background-color: #ffe;
color: #3a3838; 
}

/* Farben der Hauptnavpunkte im On-Status */
li a#hnon {
color: #333; 
background-color: #bed2fc;
}


/*  classes  */

.wogenau{
background-color:#bed2fc;
}

.gloss {
Background-Color: #eef4ff; 
Cursor: help;
}

.warn{color:red;}

.rechts{text-align:right;}
.mitte{vertical-align:middle;}

.bild_links{
float:left;
margin: 0 12px 8px 0;
}

.bild_rechts{
float:right;
margin: 0 0 8px 12px;
}

table.mitbor{
border-collapse:collapse;
}

table.mitbor td,table.mitbor th {
margin:0;
padding:3px;
border:1px solid #999;
}

.starttext, .starttext li{
color:#003366;
font-size:16px;
font-weight:500;
}

.bkannt{display:none;}   
