h1, h2, h3,  h4, h5, h6, p, body {
/*     font-family : Helvetica, Verdana, Sans-Serif; */
    font-family : Sans-Serif;
    margin-bottom:0px;
    margin-top:5px;
}

p, body {
    font-size: 15px;
}

h1 { /* Titel */
    font-size: 19px;
    text-align: center;
}

h2 { /* Untertitel */
    font-size: 16px;
}

h3 { /* Unterunertitel */
    font-size: 13px;
}

h5 { /* Text unter Bilder */
    font-size: 11px;
    margin-top: 2;
}

h6 { /* Text in Statuszeile unten */
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

body {
 background-color:#a40606;
 margin-left:0;
 margin-right:0;
 padding:0;
 font-family:serif; /*debug*/
}


ol{
/*  margin-bottom:10px; */
/*  margin-left:40; */
    font-size: 15px;
 font-family : Sans-Serif;

}

li{
 margin-bottom:15px;
}



a{
 color: #5e0101;
 font-weight: bold;
 white-space:nowrap;
 padding: 2px;
}
a:link {}
a:visited {}
a:hover {
 background-color:#5e0101;
 color:#ffffff;
}
a:active {
 background-color:#5e0101;
}



.titel{ /* Haupttitel in oberem Block */
    font-size: 23px;
    color: #5e0101;
    margin: 0;
}


.small_margin{
  margin: 2px;
}





.navigation_a{
 display:block;
 padding:2px;
 text-decoration: none;
 width: 161px;
}

.navigation_a_sub{
 display:block;
 padding:2px;
 padding-left:10px;
 text-decoration: none;
 width: 161px;
}

.navigation_a_selected{
 display:block;
 padding:2px;
 text-decoration: none;
 background-color:#a53838;
 color:#000000;
 width: 161px;
}

.navigation_a_sub_selected{
 display:block;
 text-decoration: none;
 padding:2px;
 padding-left:10px;
 background-color:#a53838;
 color:#000000;
 width: 161px;
}


.navigation_p{
 font-size:13px;
 margin:0px;
 width:161px;
}

A.a_no_decoration:link, A.a_no_decoration:visited, A.a_no_decoration:active, A.a_no_decoration:focus, A.a_no_decoration:hover {
 text-decoration: none;
 background:none;
 padding:0px;
}


.Button { 
background-color:#a53838;
font-size: 13px;
font-weight: bold;
width:250px;
color:#000000;
/* width:150px;  */
/* height:30px; */
border:2px solid #000000;
/*border-top: 2px solid white;
border-left: 2px solid white; 
border-right: 2px solid black; 
border-bottom: 2px solid black;*/
}


.fields{
border:2px solid #000000;
background-color: #a53838;
width:250px;
 
}

TEXTAREA {
 border:2px solid #000000;
 background-color: #a53838;
}



.Farben{
 width:50px;
 height:50px;
 border:2px solid #000000;
}


.trennlinie{
 height:2px;
 width:100px;
 border: 0;
 background-color:#00000;
}



/* Scrollbars in IE  */
TEXTAREA, body{
 scrollbar-3dlight-color: #a53838;
 scrollbar-arrow-color: #a40606;
 scrollbar-darkshadow-color: #cf7373;
 scrollbar-face-color: #cf7373;
 scrollbar-highlight-color: #EE9E9E;
 scrollbar-shadow-color: #5e0101;
 scrollbar-track-color: #EE9E9E;
}
