body
{
    background-color: #f9e230;
    background-image:url(../images/bg.jpg); 
    background-repeat:no-repeat; 
    background-position:right top; 
    background-attachment:fixed;
}

.body2
{
    background-color: #FFffcc;
    color: #000000;
    /*background-image: url(../grafiken/BACK009.gif);*/
}

img
{
  border: none;
}

/* Überschrift h1 */

h1
{
	font-size:20pt;
	font-family:Arial Rounded MT Bold;
	font-weight: bold;
	font-style:italic;
}

/* Schriftarten für Abätze */
.schrift1
{
	font-size:20pt;
	font-family:Arial Rounded MT Bold;
	font-weight: bold;
	font-style:italic;
}
.schrift2
{
  font-size:11pt;
  /*
  font-weight:700;
  font-style:normal;
  font-family:Arial;
  */
	font-weight: bold;
	font-style:italic;
	font-family:Arial Rounded MT Bold;
  text-decoration:none;
}
.schrift3
{
  font-size:20pt;
  font-family:Tahoma;
  font-weight: bold;
}
.schrift4
{
    font-size:10pt;
    font-family:Arial Black;
    color:#400080;
}
.schrift5
{
  font-size:        20pt;
  font-family:      Arial Rounded MT Bold;
  font-weight:       bold;
  text-decoration:   underline;
  color:            #00ad00;
}
.schrift6
{
  font-family:      Arial Rounded MT Bold;
  text-decoration:   underline;
}
.schrift7
{
  font-size:        20pt;
  font-family:      Arial Rounded MT Bold;
  font-weight:       bold;
}
.schrift8
{
  text-align:        center;
  font-size:        15pt;
  font-family:      Arial Rounded MT Bold;
  font-weight:       bold;
}
.schrift9
{
  font-family:      Arial Rounded MT Bold;
  font-weight:       bold;
}

.kontakt
{
    font-size:26pt;
    font-family:Arial Rounded MT Bold;
    font-weight: bold;
    color:#cccc33;
}
.gold1
{
    font-size:20pt;
    font-family:Arial Rounded MT Bold;
    font-weight: bold;
    font-style:italic;
    color:#cccc33;
}
.gold2
{
    font-size:15pt;
    font-family:Arial Rounded MT Bold;
    font-weight: bold;
    font-style:italic;
    color:#cccc33;
}

/* Einstellungen fï¿½r Downloads */

.download
{
    text-decoration:none;
    font-weight:bold;
    color:#0000ff;
}

.download:hover
{
    text-decoration:none;
    font-weight:bold;
    background-color:#eeeeaa;
}
/* Linkfarbe */

.link
{
    text-decoration:none;
    font-weight:bold;
    color:#0000ff;
}

/* LinkaktivitÃ¤t, wenn der Mauszeiger darÃ¼ber geht */

.link:hover
{
    text-decoration:none;
    font-weight:bold;
    background-color:#FF3300;
}

/* besuchter Link */

.link:visited
{
    text-decoration:none;
    font-weight:bold;
    color:#8800FF;
}

/* aktiver link bzw. zur Zeit benutzer Link */

.link:hover
{
    text-decoration:none;
    font-weight:bold;
    background-color:#FF3300;
}

table
{
}

/* Tabellenrahmen (doppelt, stÃ¤rke 3 pixel) */

.rahmen
{
    border:double 3px #996633;

}

/* Rahmen unten zum Unterstreichen des Kopfes einer Tabelle */

.rahmenunten
{
    color:          black;
    border-bottom:  dotted 2px #000000;
}

/* Hintergrund fÃ¼r TabellenÃ¼berschrift inklusive Ãœberschrift zentrieren und fett machen */

.tueschriftbg
{

    background-color:#CCCC99; text-align:center; font-weight:bold; font-size:12pt;
}

/* Farbe 1 fÃ¼r den Farbwechsel einer Tabelle */

.farbgrenze1
{
    background-color:#be3232;
}

/* Farbe 2 fÃ¼r den Farbwechsel einer Tabelle */

.farbgrenze2
{
    background-color:#FFffcc;
}

/* Links -und Rechtsabstand von Text und Rahmen zur Zelle */

.rlabstand
{
    padding-left:5px;
    padding-right:5px;
}

/* Kursivschrift klein */

.small
{
    font-style:italic; font-size:8pt;
}

/* Schriftart fï¿½r Spalten */

td
{
    font-family:verdana;
    font-size:15pt;
  margin: 0px;
}
th
{
    font-family:verdana;
    font-size:18pt;
    font-weight:  bold;
    text-align:   center;
}

/* Formatierung fï¿½r Tabellenzeilen */
td.wir
{
  font-family:  tahoma;
  font-size:    20pt;
  font-weight:  bold;
  text-align:   center;
}

td.ausbildung
{
 font-size: 12pt;
}

tr.wir
{
  font-family:  tahoma;
  font-size:    20pt;
  text-align:   center;
}

/* Abstand von Text und Rahmen zur Tabellen */

.abstand
{
    padding:2px;
}


/* verhindert Zeilenumbruch der Form */

form
{
    display:inline;
}

div#menu {
  text-align: left;
  font-size: 15px;
  margin: 0px 0px 10px 0px;
}

div#menu  a.cart,a.exit{
  font-size: 15px;
  text-decoration: none;
  width: 100%;
  display: block;
  color: black;
  background-color: silver;
  font-weight: bold;
}

div#menu  a.cart:hover{
  text-decoration: none;
  color: gold;
  font-size: 15px;
}
div#menuheader {
  text-align: left;
  margin: 0px 0px 0px 0px;
  color: black;
  font-weight: bold;
  font-size: 15px;
  background-color: silver;
  border-bottom-style: dashed;
 border-bottom-width: 2px;
}
