body {
     scrollbar-base-color   : #b90100;
    scrollbar-arrow-color   : #ffffff;
     scrollbar-track-color   : #252525;

   background-color: #d5d5d5;
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 101%;
   padding         : 10px;
   text-align      : justify;
}

/* Standard-Links */
A:link {
   color          : #990100;
   text-decoration   : underline;
}
A:visited {
   color          : #990100;
   text-decoration   : underline;   
}
A:hover {
   color          : #ff0000;
   text-decoration   : underline;
}
A:active {
   color          : #ff0000;
   text-decoration   : underline;
}


/* Layout-Tabelle zur Content-Formatierung */
table.layout-table {
   width         : 100%;
}
td.layout-cell {
   text-align      : center;
   border-style   : solid;
   border-width   : 1px;
   border-color   : #000000;
   background-color: #f5f5f5;
   padding-left   : 3px;
   padding-right   : 3px;
   padding-top      : 20px;
   padding-bottom   : 20px;
}

/* eigentliche Content-Tabelle innerhalb der Layout-Tabelle */
table.content-table {
   width         : 560px;
}
td.content-cell {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 12px;
   text-align      : justify;
   line-height      : 1.3;
}
td.head {
   font-family : Verdana,Arial,Tahoma,sans-serif;
   font-size : 12px;
   background-color : #999999;
   color : #000000;
   font-weight : bold;
   vertical-align : top;
   padding-left   : 3px;
   padding-right   : 3px;
   padding-top      : 3px;
   padding-bottom   : 3px;

}
td.head2 {
   font-family : Verdana,Arial,Tahoma,sans-serif;
   font-size : 12px;
   background-color : #999999;
   color : #000000;
}
td.data {
   font-family : Verdana,Arial,Tahoma,sans-serif;
   font-size : 12px;
   background-color : #d5d5d5;
   color : #000000;
}


/* horizontal rule */
hr {
   color         : #999999;
}

/* Formatierung für allgemeinen Content in P/DIV/TD/H5/H6-Bereichen */
P, DIV, TD, H5, H6 {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 12px;
}

/* Navigationszeile oberhalb der Layout-Tabelle */
div.breadcrumb-nav {
   font-weight      : bold;
   font-size      : 10px;
   text-align      : right;
   padding-right   : 1px;
   padding-bottom  : 3px;
}

/* Nach-oben Link */
div.totop {
   font-weight      : bold;
   font-size      : 12px;
   text-align      : right;
   padding-top      : 15px;
}
div.totop a:link {
   text-decoration   : none;
}
div.totop a:visited {
   text-decoration   : none;
}
div.totop a:hover {
   text-decoration   : none;
}
div.totop a:active {
   text-decoration   : none;
}

.imgcenter {
   text-align      : center;
}




SELECT {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 10px;
}
TEXTAREA {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 10px;
}
INPUT {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size      : 10px;
}


H1 {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size       : 16px;
   color          : #bb0000;
   text-decoration   : underline;
   text-align      : center;
   margin-bottom    : 0px;
   margin-top       : 10px;
}
H2 {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size       : 16px;
   color          : #bb0000;
   text-decoration   : underline;
   text-align      : center;
   margin-bottom    : 10px;
   margin-top       : 20px;
}
H3 {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size       : 14px;
   color          : #bb0000;
   text-decoration   : underline;
   text-align      : center;
   margin-bottom    : 0px;
   margin-top       : 10px;
}
H4 {
   font-family      : Verdana,Arial,Tahoma,sans-serif;
   font-size       : 14px;
   color          : #bb0000;
   text-decoration   : underline;
   text-align      : center;
   margin-bottom    : 0px;
   margin-top       : 10px;
}

