/*******************************************************
*  THM, 13.09.07
*  CCS für PHP-Skripte
*
* red     Tab-Kopfzeilen, Rahmen um Links in Fußzeile
* lightgrey  Jede zweite Tab.-Zeile
* #FDD Linke Spalte in Tab.
* #FDD Hintergrund Fußzeile
*
******************************************************/

body { font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;  }
h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 11pt; margin: 0 auto; }

#php_form td { vertical-align:top; }

.php_tab { border: 1px solid black; }
.php_tab  table { width: 100%; }
.php_tab th, .php_fuss  { padding: 0.3em; }
.php_tab th, .php_tab th a:link, .php_tab th a:visited { 
   font-weight: bold; 
   color: white; 
   background: red;  
   text-decoration: none; 
 }
.php_tab td a:link, .php_tab td a:visited  {  color: black;  text-decoration: none;}
.php_tab th a:hover,.php_tab td a:hover { text-decoration: underline; }
.php_tab td { padding: 0 0.3em; vertical-align:top; }

.php_links { vertical-align: top; color: red; background: #FDD; }
.php_zeile1 { background: lightgrey; }

.php_gruen, .php_tab td a.php_gruen { color: green; }
.php_rot1, .php_rot2, .php_tab td a.php_rot1, .php_tab td a.php_rot2 { color: red; }
.php_rot2, .php_tab td a.php_rot2 {  font-weight: bold;}


.php_fuss { 
	display:inline; 
    background: #FDD;  
	margin-right: 2px; 
	border: 1px outset red; 
}
.php_fuss a:link, .php_fuss a:visited {  color: black;  text-decoration: none;}
.php_fuss a:hover { text-decoration: underline; }
