
*#bg
{
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  background-image: url(../images/hintergrund.jpg);/*Seitenhintergrund*/
}



a{font-size:10pt; font-family:'Arial';text-decoration:none;}
a.footer{font-size:8pt; font-family:'Arial';text-decoration:none;}
a.links-klein{font-size:9pt; font-family:'Arial';text-decoration:none;}
a:link { text-decoration:none; color:#000000;  }
a:visited { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#CD1076;}
a:active { text-decoration:none; color:#000000;} 



/*.........Haupttabelle ganzer Bildschirm für Darstellung in Bildschirmmitte........*/

.table1 {
width: 100%; 
height: auto; 
text-align: left;
margin-top: 0; 
margin-left: auto; 
margin-right: auto;
border: none;
border-spacing: 0px 0px;
padding: 0px 0px;
}



/*................Tabellenformatierung Haupttabelle...............*/



/*Haupttabelle 3 Zeilen (Zellen) + 1 Spalte*/

.table2 {
background-color: #000000;/*Rahmen schwarz Logo*/
height: 560px; 
width: 840px;
margin-top: 0; 
text-align: left;
margin-left: auto; 
margin-right: auto;
border: none;
border-spacing: 0px 0px;
padding: 0px 0px;
}





/*Zelle Logo*/

.td1 {
	       
text-align: center;
background-color: #00A0B0; /*Hintergrund Logo*/
}



/*Zelle Links*/

.td3 {
color: #FAF8E3;  /*Linienfarbe zw. Links u. Header-Inhalt*/
vertical-align: middle;
background-color: #000000;/*Rahmen schwarz Links */
border-top-style: solid;      /*...Linie oben....*/
border-bottom-style: solid;   /*...Linie unten....*/
border-top-width: 2px;        /*...Linienstärke oben....*/
border-bottom-width: 2px;     /*...Linienstärke unten....*/
}



/*Zelle Inhalt gesamt*/

.td2 {
vertical-align: top; 
background-color: #000000;/*Hintergrundfarbe wie Haupttabelle (helles grün)*/
}



/*.............Tabellenformatierung kleine Tabellen in Haupttabellenzellen..............*/


/*Tabelle Logo*/

.table3 {
	      width: 100%; 
        height: 80%; 
        text-align: left; 
        margin-left: auto; 
        margin-right: auto;
        border: none;
        border-spacing: 0px 0px;
        padding: 1px 1px;
}

/*Tabelle Links*/

.table4 {
	      text-align: center;
	      background-color: #F4EFB8; /*Hintergrund Links*/
        width: 836px; 
        height: 46px;
        margin-top: 1px;
        margin-left: auto; 
        margin-right: auto;
        margin-bottom: 1px;
        border-spacing: 0px 0px;
        padding: 1px 1px;
}

/*Tabelle Inhalt Index*/

.table5i {
	      background-color: #00A0B0;
	      width: 836px; 
        height: 600px;/*442*/
        margin-top: 1px;
        margin-left: auto; 
        margin-right: auto;
        margin-bottom: 1px;
        border: none;
        border-spacing: 0px 0px;
        padding: 0px 0px;
}




/*Tabelle Inhalt*/

.table5 {
	      width: 836px; 
        height: 600px;/*442*/
        margin-top: 1px;
        margin-left: auto; 
        margin-right: auto;
        margin-bottom: 1px;
        border: none;
        border-spacing: 0px 0px;
        padding: 0px 0px;
}

/*Zelle Inhalt linke Seite*/

.td4 {
        width: 37%;
        background-color: #00A0B0;
        text-align: left;
        vertical-align: top;
        color:#f2fffd;
        font-size:9pt; 
        font-family:'Arial';
        padding: 0px 10px; 
        
}  


/*Zelle Inhalt rechte Seite*/

.td5 {
        background-color: #99D6DA;/*Hintergrund Inhalt rechte Seite (graugrün)*/
        text-align: left; 
        vertical-align: top;
        font-family:'Arial';
        padding: 0px 10px; 
                
} 

/*Zelle Footer*/

.td6 {
background-color: #F4EFB8; /*Hintergrund Footer*/
height: 60px;
color: #000000;
border-top-style: solid;      /*...Linie oben....*/
border-top-width: 2px;     /*...Linienstärke unten....*/
}
       
/*..................Textformatierung..........................*/




*#footer
{
color:#000000;
text-align: center;
font-size: 8pt;
font-family: Arial;
}
*#Links
{
/*background-color: #00A0B0;*/
font-family: Arial;
color: rgb(62, 66, 65);
font-size: 10pt;
}
*#Links-klein
{
/*background-color: rgb(113, 158, 156);*/
font-family: Arial;
color: rgb(62, 66, 65);
font-size: 9pt;
}
*#Titel1
{
color: rgb(62, 66, 65);
font-size: 10pt;
font-family: Arial;
font-weight: bold;
}
*#Titel2
{
color: rgb(62, 66, 65);
text-align: center;
font-family: Arial;
font-size: 9pt;
}
*#Untertitel
{
  background-color: rgb(204, 204, 204);
  font-size: 9pt;
  font-weight: bold;
}

*#jpgcenter
{
  text-align: center;
  border: 0px solid ;}
*#Beschreibungstext
{
  font-family: Arial;
  font-size: 10pt;
  color: rgb(62, 66, 65);
}
*#Beschreibungstext-klein
{
  font-family: Arial;
  text-align: justify;
  color: rgb(62, 66, 65);
  font-size: 9pt;
}


*#button
{
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}
*#fett
{
font-weight: bold;
}

*#fettkursiv
{
  font-style: italic;
  font-weight: bold;
}
*#kursiv
{
  font-style: italic;
}
*#kursiv-grau
{
  font-style: italic;
  background-color: rgb(204, 204, 204);
  font-family: Arial;
}



