html, body { 
   height: 100%;
   margin: 0;
   padding: 0;
background-color: #881e1e;

   }


/*-------------------- Schrift und Links--------------------------*/

.bold2    { color: yellow; font-weight: 500; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, Courier }
.normal         { color: black; font-style: normal; font-weight: 400; font-size: 11px; line-height: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: left; word-spacing: 0.57px; letter-spacing: 0.2px }
.normal2         { text-decoration: underline; color: #000000; font-style: normal; font-weight: 500; font-size: 12px; line-height: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: left; word-spacing: 0.57px; letter-spacing: 0.2px }
.bold           { color: black; font-style: normal; font-weight: bold; font-size: 9pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a      { color: #bdb76b; font-style: normal; font-weight: 500; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
a:hover  { color: #8fbc8f; font-style: normal; font-weight: 500; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }



/*--------------------- Startseite-------------------------------*/



#content     { 

background-color: #881e1e ; 

 position: relative;
 top: 0px; 
left: 0px; 
width:auto;
 height: auto; 
}



/*-------------------Inhalt------------------------------*/  
 
#inhalt {
    float:left;
	padding:5%;
	margin: 0;
	border: 0;
	height: auto;
	background-color: #881e1e;
	width: auto;
	
	}



	#inhalt:first-line {
   font-weight:bold
   }

#inhalt p          { color: black; font-style: normal; font-weight: 500; font-size: 9pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #881e1e; margin-right: 20px; margin-left: 20px; width: 500px }

#inhalt h1              { color: #000000; font-style: normal; font-weight: bold; font-size: 11pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent; text-align: left; margin: 3px 0; padding: 3px 0 3px 5px; border-right: 10px maroon; border-bottom: 1px none white; border-left: 10px gray; width: 480px }

#inhalt h2                          { color: #c18a3c; font-style: normal; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; text-align: left; margin-top: 3px; margin-bottom: 3px; padding-top: 3px; padding-bottom: 3px; border-top: 1px solid #c18a3c; border-right: 1px none; border-bottom: 1px solid #5d1e06; border-left: 1px none red; width: 480px }

#inhalt h3      { color: gray;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  margin-left: 20px; width: 300px }
#inhalt h4     { color: #cf0000;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  width: 300px }


/*-------------------tabelle-------------------------*/
	

.table

     { font-size: 9pt; text-align: left; border-width: 10px 1px 10px 1px; border-color: #f5f5f5 }
tr  { text-align: left; vertical-align: top }

td.d        { text-align: left; border-right: 10px solid #c18a3c; border-bottom: 1px none #c5c877; border-left: 10px solid #c18a3c; width: auto }


th     { color: black; font-style: normal; font-weight: bold; font-size: 9pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }
tr.r {  text-align: left; background-color: #c18a3c}


/*-------------------tabelle2-------------------------*/


