/*--------- allgemeiner Bereich ---------*/
body {
background-color: #B6BEC1;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
margin-width: 0px
margin-height: 0px
}

p { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

code { font-family: monospace ;
color: #000000;
font-weight:bold;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

div { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

table { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

ul, ol { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

li { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

dl { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

dt { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
text-align: justify;
}

H1 { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 13px;
font-weight: bold;
text-align: left;
}

H2 { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 12px;
font-weight: bold;
text-align: left;
}

H3 { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none;
font-size: 17px;
font-weight: bold;
text-align: left;
}

/*--------- Fensternachbildung ---------*/
table.fenster-aussen {
background-color:#cccccc;
border-spacing: 0px;
border-width: 1px;
border-style: outset;
border-color: #eeeeee;
}

table.fenster-innen {
background-color:#cccccc;
border-collapse: collapse;
border-spacing: 0px;
border-width: 1px;
border-style: inset;
border-color: #eeeeee;
}

td.fenster{
white-space: nowrap;
background-color:#ffffff;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
}

td.fenster1{                      /*Spalten ohne Abstand*/
white-space: nowrap;
background-color:#ffffff;
}

/*--------- Fensternachbildung.Grid ---------*/
table.grid-innen {
table-layout: fixed;
background-color:#cccccc;
border-spacing: 0px;
border-collapse: collapse;
border-width: 1px;
border-style: inset;
border-color: #eeeeee;
}

td.grid-top{
background-color:#cccccc;
border-width: 1px;
border-style: solid;
border-color: #aaaaaa;
text-align: center;
}

td.grid{
white-space: nowrap;
background-color:#ffffff;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
text-align: center;
}

td.grid1{                         /*Spalten rechts ausgerichtet*/
white-space: nowrap;
background-color:#ffffff;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
text-align: right;
}

/*--------- Fensternachbildung.Schnittkiste, Dateienliste ---------*/
font.rot{
color: #ff0000;
}

font.gruen{
color: #0cc400;
}

font.weiss{
color: #ffffff;
}

/*--------- normale Tabelle ----------*/
td.tabelle{
background-color: #C6CED1;
vertical-align: top;
padding: 5px;
}

td.links{
background-color: #A6AEB1;
vertical-align: top;
font-weight: bold;
text-align: left;
padding: 5px;
}

/*--------- Links ----------*/
a:link, a:visited, a:active {
        font-family: verdana, sans-serif;
        color: #00008C;
        text-decoration: none;
}

a:hover {
        font-family: verdana, sans-serif;
        color: #00008C;
/*        background-color:#007070;*/
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #5F5F5F;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #5F5F5F;
        text-decoration: none;
}

