/************************************************************************************
Datei:          php.css
Beschreibung:   Formatierungen f&uuml;r alle PHP-Seiten
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Ben&ouml;tigt von kontakt.php      /
/************************************/
html,body{
	background-repeat: repeat-x;
	text-align:center;
	font-family:Garamond,"Times New Roman",serif;
	font-size:18px;
	width:100%;
	height:100%;
}

/*Vorschaubilder zuerst bisschen transparent, hernach klar...*/    
.thum_trans{
            opacity:.5;
            filter:alpha(opacity=50);
            }
            
.thum_trans:hover{
            opacity:1;
            filter:alpha(opacity=100);
            }
 
/*zuerst 100, dann 50*/           
.thum_trans2{
            opacity:1;
            filter:alpha(opacity=100);
            }
            
.thum_trans2:hover{
            opacity:.5;
            filter:alpha(opacity=50);
            }


a{text-decoration:none;}

p{
  font-size:16px;
  text-align:left;
  color:#303941;
  }
  

.TB_eingabe{
                  background-color:#a3b1c6;
                  border:1;
                  border-color:black;
                  opacity:.4;
                  filter:alpha(opacity=40);
                }