/* CSS Document */
/* LOGO ROT #FE190C */
/* DUNKEL ROT #AC0900 */
/* BACKGROUND UND INHALT LINKS RECHTS #EBBDBA */
/* INHALLT MITTE #F4D7D5 */

/* Generelles					*/
* { padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em; /* nicht ändern */
	color: #000000;
	}
	
body {
	background-color: #cccccc;
	text-align: center;
	font-size: 1em; /* normal ist 1em */
	}
h1,h2,h3,h4,h5,h6 { 
  	font-family: Arial, Verdana, Helvetica, sans-serif; 
  	font-weight: normal;
  	color: #000000;
	line-height: 1.5em;
  	margin: 0 0 1em 0; 
  }
	h1 { font-size: 1.4em; font-weight: bold; border-bottom: 1px solid #000000; }
	h2 { font-size: 1.2em; font-weight: bold; }
	h3 { font-size: 1em; font-weight: bold; } 
	h4 { font-size: 1em; font-weight: bold;}          
	h5 { font-size: 1em; font-weight: bold; font-style:italic }               
	h6 { font-size: 1em; font-style:italic } 

p { line-height: 1.5em; margin: 0 0 1em 0; }

TABLE {border: 1px solid #000000; margin-bottom: 1em; }
table td {border: 1px solid #000000;}
	
#head { display:none}
#left { display:none}
/* INHALTS SPALTE */
#middle, #middle2 {
  width: auto; 
  padding: 0 0 1em 0;
  text-align:left
}


#right {
  width: auto;
  padding: 0 0 1em 0;
  text-align:left
  }

#footer {width: auto;border-top: 1px solid #000000; font-size:0.8em}

/* KLASSEN   */
.inhalt {line-height: 1.4em}
.inhalt_rechts { font-size: 0.9em; line-height: 1.3em}
