
/*  Homepage - Fischbach  */

/*  ---------------------------------------------------------------------------------------------------------- */

/*      Anfang Tabellen-Definition für Kartuschenübersicht     */

table {
	float: left;
	margin: 0px 0px 4px 0px;
    padding: 0px;
	width: 100%;
	border: 0px solid #0f0;  
}

	/* Hack für IE 6.0  (three pixel text jog )*/
	* html div.table 	{
	    height: 1%;
	    margin-left: -3px;
	} 
 
 
tr.farbe1 {
    background-color: #cee5f1;
} 
 
tr.farbe2 {
    background-color: #98cbff;
}

tr.farbe3 {
    background-color: #c0c2bb;
} 
 
td.zeilen2 {
    padding-top: 5px;
	padding-bottom: 5px;
}  
 
th {	
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
    padding: 8px 5px 8px 5px;        
    color: #000;
    vertical-align: top; 
	text-align: left;
}

th.daten {
	padding: 0px 0px 0px 5px;
	width: 40%;
	vertical-align: bottom; 
}

td.unten {
	vertical-align: bottom;
    line-height: 12px;
}

td {
	padding: 0px 5px 0px 5px; 
    vertical-align: middle ;  
	font-size: 0.85em;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
} 

/* Normale Tabelle z.B. specials.html */
td.daten {
	border: 0px solid #fff;
	width: 50%;
	padding: 0px 0px 0px 4px;
}

td.info {
	border: 0px solid #fff;
	background-image: url(img/pdf.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
	padding: 2px 0px 1px 16px;
}

td.leer {
	background-image: none;
	border: 0px solid #fff;
}

td.fett {
	font-weight: bold;
	border: 0px solid #fff;
}

td.zweck {
	font-weight: bold;
	border: 0px solid #fff;
	text-transform: uppercase;
	color: #0088cc;
	font-size: 0.8em;
	padding-top: 12px;
	padding-bottom: 5px;
}

td.zweckzeile {
	font-weight: bold;
	border: 0px solid #fff;
	text-transform: uppercase;
	color: #0088cc;
	font-size: 0.8em;
}

td.kompo {
	font-weight: bold;
	border: 0px solid #fff;
	text-transform: uppercase;
	color: #0088cc;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

  
td.typ, th.typ {
    font-weight: bold;
	padding-left: 9px;
}  

td.rand {
	border-top: 6px solid #fff;
}

td a {
    color: #000;  
}

td a:hover {
    color: #0088cc;
    text-decoration: underline;
}

td img {
    margin: 0px;
} 



/* Java-Opener */
.infopet
{
	background: #ecebe6;
	border: 0px solid #0f0;
	padding: 4px;
	height: 180px;  /*  war vorher 210px */
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Ist wichtig damits flüssig läuft - ALSO DRIN LASSEN! */
.infopet p {
	margin-bottom: 10px;
	padding-left: 10px;
}

.infopet table {
	margin-bottom: 20px;
}

.infopet img {
	padding-right: 5px;
}

.syspets { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 4px 5px 5px 8px;	
}

.syspets a { /*header of 1st demo*/
	
	color: #222222;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 4px;
	background-image: url(img/suchpfeil.gif);
    background-repeat: no-repeat;
    background-position: 4px 0px; 
}

.syspets a:hover  { /*header of 1st demo*/
	background-image: url(img/pfeil_info.gif); 
	/* color: #0088cc; */
}

.openpet { /*class added to contents of 1st demo when they are open    */
	background: #ecebe6;
	background-image: url(img/pfeil_rot.gif) !important;
    background-repeat: no-repeat;
    background-position: 12px 3px;
}

.openpet a { /*class added to contents of 1st demo when they are open    */
	background-image: none;
}

.openpet a:hover { /*class added to contents of 1st demo when they are open  #d4e8f3  */
	background-image: url(img/pfeil_rot.gif) !important;
}

.open2pet { /*class added to contents of 1st demo when they are open    */

	/* background: #f00; */
}

.open2pet a { /*class added to contents of 1st demo when they are open    */

	background-image: url(img/pfeil_rot.gif);
}

.open2pet a:hover { /*class added to contents of 1st demo when they are open  #d4e8f3  */
	background-image: url(img/pfeil_rot.gif);
}

.header {
	height: 25px;
	border: 0px solid #0f0;
}




