/* ---------> Body Einstellungen <---------*/
body {

font-family: Verdana, Arial; 
color: #cccccc; 
font-size: 11px;

}



/* ---------> Link Formatierung <---------*/

a:link    {color: #ccff99; text-decoration: none; font-size: 11; font-weight: bold; }
a:visited {color: #ccff99; text-decoration: none; font-size: 11; font-weight: bold; }
a:active  {color: #ccff99; text-decoration: none; font-size: 11; font-weight: bold; }
a:hover   {color: #00ff00; text-decoration: underline; font-size: 11; font-weight: bold; }



/* ---------> Header <---------*/
.header{
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
}


/* ---------> Titel Top <---------*/
.titel{

font-size: 12px;
font-family: Verdana, Arial, Helvetica;
text-align: left;
color: #F9F9F9;
font-weight: bold;
}




/* ---------> TD allgemein <---------*/
td { 
color: #ffffff; 
font-size: 11px; 
font-family: Verdana, Arial; 
}


/* ---------> Titel Einträge <---------*/
.titel2 {
background-image: url("../img/hg1.gif");
font-size: 12px; 
font-family: Verdana, Arial;
color: #cccccc;
padding: 2px;
font-weight: bold; 
height:26px;
height: 22pt;
        }

/* ---------> Tabelle außen <---------*/
.tabelle  {
color: #222222;
FONT-FAMILY: Verdana,Arial,Sans-serif;
FONT-SIZE: 11px;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}

/* ---------> Tabelle innen <---------*/
.tabelle2  {
background-color: #242424;
color: #ffffff;
FONT-FAMILY: Verdana,Arial,Sans-serif;
FONT-SIZE: 11px;
border: 1px solid #242424;
}

/* ---------> Tabelle innen Partner <---------*/
.Trechts{
border-right: 1px solid #333333;
color: #ffffff;
FONT-FAMILY: Verdana,Arial,Sans-serif;
FONT-SIZE: 11px;
}

/* ---------> Tabelle innen Partner <---------*/
.oben{
vertical-align:top;
text-align:left;
}

.oben1{
text-align:left;
}

/* ---------> Tabelle Einträge <---------*/
.tabelle_u  {

border-bottom: 1px solid #333333;  
color: #ffffff;
}


/* ---------> Einträge <---------*/
.eintrag_txt  {
color: #ffffff;
FONT-FAMILY: Verdana,Arial,Sans-serif;
FONT-SIZE: 11px;
}

/* ---------> Datum & Zeit Anzeige <---------*/
.datum_zeit  {
color: #ffff00;
FONT-FAMILY: Verdana,Arial,Sans-serif;
FONT-SIZE: 10px;
}

/* ---------> Button <---------*/
.button {
background-image: url("../img/hg_input1.jpg");
background-color: #DFE6F4;
/*       3o   3r  3u  3l  */
padding: 1px 2px 1px 2px;
font-family: verdana, arial;

font-size: 11px;
color: #cccccc;
border: 1px solid #000000;
}

/* ---------> Eingabefelder <---------*/
.eingabe {
background-image: url("../img/hg_eingabe.jpg");
FONT-FAMILY: Verdana,Arial,Sans-serif;
font-size: 11px;
padding: 2px;
border: 1px solid #000000;
color: #000000;
}

/* ---------> Eingabefeld Code <---------*/
.eingabeCode {
background-color: #000000;
FONT-FAMILY: Verdana,Arial,Sans-serif;
font-size: 11px;
padding: 2px;
border: 1px solid #333333;
color: #00ff00;
}





