body {
  background-color: #eeeeee;
  margin-top: 20Px;

  text-align: center;

  font: 9Pt Arial, Helvetica, sans-serif;
  color: #777777;
  line-height: 15Pt;
}

p {
	color: #777777;
	font: 9pt Arial, Helvetica, sans-serif;
    line-height: 15Pt;
}


h1 {
	font-size: 12pt;
	font-weight: normal;
	color:#202020;
}

td { color: #777777; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 15pt; vertical-align:top}


td.Tabellenueberschrift {
	font-weight: bold;
	background-color:#eeeeee;
	background-image:url('../upload/background_tabelle.gif');
}

a:link    { color: #c01010; text-decoration: underline; }
a:visited { color: #c01010; text-decoration: underline; }
a:hover   { color: #000000; text-decoration: none; }
a:active  { color: #c01010; text-decoration: underline; }

/* War mal beim Link: border-bottom: 1px dotted #c01010;  */


input { /* Input Felder in Formularen sollen hellgrau mit leichten rand erscheinen*/
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: #fefefe;
	border: 1px solid #c0c0c0;
}

select { /* Input Felder in Formularen sollen hellgrau mit leichten rand erscheinen*/
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	background-color: #fefefe;
	border: 1px solid #c0c0c0;
}

input.radio input[type="submit"] { /* Input Felder in Formularen sollen hellgrau mit leichten rand erscheinen, der Rand soll aber bei Optionsfeldern weg!*/
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #444;
	background-color: #ffffff;
	border: none;
}

input[type="submit"] {
	background-color: #fefefe;
	height: 19Px;
}

/* CSS für Vorhebungen im Text */
.fett {
font-weight: bold;
}
.rot {
color:#c02020;
}
.fettrot {
color:#c02020;
font-weight: bold;
}


/* CSS für Links mit großem Button 200Px */

a.button200 {
display:block;
width:200Px;
height:29Px;
background: transparent url(../../img/button200.gif)  no-repeat scroll top right;
text-align:center;
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
padding-top:8Px;
}

a.button200:hover {
background-image: url(../../img/button200hover.gif);
}


/* silberber button für die anfrage etc. 
ADAPTIERTE VERSION AUF ZWEI SPANS, DA TINY 
nicht die Class zum Link speichert!
*/

span.buttonlink a {
    background: transparent url('../../img/bg_button_a.gif') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 12Px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

span.buttonlink span {
    background: transparent url('../../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

span.buttonlink a:hover {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

span.buttonlink a:hover span{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


/* STOP!!! - Bis hier auch in Tiny.css kopieren, das ab hier nicht mehr!!! */



/* CSS für die Meta-Navigation*/

a.metanavi { font-size: 8Pt; color: #777777; text-decoration:none;}
a.metanavi:link { color: #777777; text-decoration: none; }
a.metanavi:visited {color: #777777; text-decoration: none; }
a.metanavi:hover { color: #202020; text-decoration: underline; }
a.metanavi:active { color: #777777; text-decoration: none; }

.OuterFooter {font-size: 8.5pt; color:#777777; line-height: 16Px; margin-top:10Px;} /* Für den letzten unteren Seitenfuß*/

#sitemap a:link    { color: #777777; text-decoration: none; display:block;}
#sitemap a:visited { color: #777777; text-decoration: none; }
#sitemap a:hover   { color: #000;    text-decoration: none; background-color: #eeeeee}
#sitemap a:active  { color: #777777; text-decoration: none; }
