/* Angaben fuer alle standardkonformen Browser */

html, body {
    font-family:    Arial,sans-serif;
    font-size:      12px;
    height:         100%;
    padding:        1px;
    margin:         0;
    background:     #ffffff;
}
* html, * html body {
    height:         100%;
}

td {
    font-family:    Arial,sans-serif;
    font-size:      12px;
    padding:        3px;
}
th {
    font-size:      12px;
}

#header {
    text-align:left;
    top:0px; left:0px; right:0px;
    height:48px;
    padding:1px;
    margin:0;
/*border:     1px solid #ffcccc;*/
/*BACKGROUND: #ff0000;*/
}
* html #header {
    margin:0;
/*border:     1px solid #ffaaaa;
BACKGROUND: #ff0000;*/
}

#footer {
    float:bottom;
    width:99.9%;
    text-align:left;
    bottom:0px; left:0px; right:0px;
    padding:0px;
    color:#000000;
/*border:     1px solid #aaffaa;
BACKGROUND: #ddffdd;*/
}

#inhalt {
    padding-top:0;
    BACKGROUND: #ffffff;
}

#menu {
    margin:6 0 0 12px;
    padding:6 0 0 1px;
    float:left;
    width:11.5em;
/*border: 1px dashed #33ff00;*/
}
/* fuer den IE */
* html #menu {
    margin:6 0 0 6px;
    padding:6 0 0 1px;
    width:11.5em;
/*border: 1px dotted #EE3300;*/
}

#menu li {
    list-style: none;
    margin:0 0 0 6px;
    padding:1px;
    width:9.5em;
/*border: 1px dotted #ffaa33;*/
}
* html #menu li {
    margin:0 0 0 6px;
    padding:0 1 0 1px;
/*border: 1px solid #ffaa33;*/
}

#menu li#active {
    margin:1 1 1 6px;
/*border: 1px solid #ff6633;*/
/*text-decoration:underline;*/
}
#menu li#level2 {
    margin-left:12px;
    text-align:right;
/*border: 1px solid #33dd66;*/
}
#menu li#level2active {
    margin-left:12px;
    text-align:right;
/*border: 1px solid #ff6633;*/
}

/*#menu li a:link, #menu a:visited {*/
#menu a:link, #menu a:visited {
    display:block;
    background:#eeeeff;
    color:#0000aa;
    text-decoration:none;
    margin:0;
    padding:1 6 1 6px;
    border: 1px solid #ddddff;
}

#menu a:hover {
    background:#e0e0f0;
    color:#0000a0;
/*text-decoration:underline;*/
    border: 1px solid #0000aa;
}

#menu li#active a {
    border: 1px solid #8080ee;
}
#menu li#level2active a {
    border: 1px solid #8080ee;
}

#content {
    padding: 3 1 1 9px;
    margin-left:12.5em;
    margin-right:3em;
/*border: 1px dotted #EEee00;*/
}

* html div#content {
    padding: 15 1 1 6px;
    height: 12px;
    margin-left:0px;
/*border: 1px dotted #EE1600;*/
}

/***   ---------------------------   ***/

img {
    margin:0;
/*border: 1px solid #aaaa00;*/
}
h3 {
    font-size:      12px;
}
h4 {
    font-size:      11px;
}
a {
    color:#000000;
/*	text-decoration: none;*/
}


.stichwort {
    text-align:right;
    color:#0000b0;
    padding-right:0.5em;
}
