/* Autor: Georg Depisch								
   Datei: Style.css									
   Style Sheet für www.depisch.de					
   
Historie:										
	15.01.2004 Erstellen der Datei
*/

/* Standard Schriftart festlegen */
body 
{ 
    font-size:9pt; 
    color:#000000; 
    font-style:normal; 
    font-family:Verdana;
    background: #C0C0C0;
    
    scrollbar-base-color: #336699 ; 
    scrollbar-3dlight-color: #999999 ;
    scrollbar-arrow-color: #999999 ; 		
    scrollbar-darkshadow-color: #000000 ; 
    scrollbar-face-color: #000000 ;
    scrollbar-highlight-color: #000000 ; 
    scrollbar-shadow-color: #999999 ; 
    scrollbar-track-color: #000000;
} 
    /* color: leichtes blau */
    
/********************************************************/
/* Tabellen */

td {
    font-size:9pt; 
    color:#000000; 
    font-style:normal; 
    font-family:Verdana;
}

td.rahmentabelle {
    border: 0px solid #ffffff;
}


table.cv {
    border: 0px solid #ffffff;
}

/* Bereichsueberschriften */
td.cv_text1 {
    border: 1px solid #336699;
    color: #000000;
    font-weight: bolder;
    width: 150px;
    text-align: right;
    background: #999999;
}

/* Zeilenbezeichner */
td.cv_text2 {
    border: 0px solid #999999;
    color: #000000;
    font-style: italic;
    width: 150px;
    text-align: right;
}
/* Zeilenbezeichner (Unterüberschrift) */
td.cv_text2b {
    border: 1px solid #6699cc;
    color: #000000;
    width: 150px;
    text-align: right;
    font-weight: bold;
}

/* Daten */
td.cv_text3 {
    border: 1px solid #6699cc;
    color: #000000;
    width: 300px;
    text-align: left;
}

/* Trennstrich */
td.cv_mitte {
    border: 0px solid #336699;
    width: 15px;
}

tr.cv {
    border: 1px solid black;
}


/********************************************************/
/* divs */

/* Ueberschrift 1:  10pt, blau, bold */
div.ueberschrift1 {
    font-size:10pt; 
    background: #999999;
    color:#000000; 
    text-align: center;
    font-weight:bold;
    line-height:25px; 
    font-family:Verdana;
    border: thin solid #6699cc;
}

div.text1 {
    text-indent: 2pt;
}

div.anmerkung {
    font-size: 8pt;
    color: #808080;
}

/********************************************************/
/* Links */
a:link { 
    color:#000000;
    background-color: #c0c0c0;
    text-decoration:overline & underline; 
}
a:visited { 
    color: #000000;
    background-color: #c0c0c0;
    text-decoration:overline & underline; 
}
a:hover {
    color: #FF0000;
    background-color: #999999;
    text-decoration:overline & underline; 
    text-weight: bold;
}
a:active { 
    color:#FF0000; 
    background-color: #c0c0c0;
    text-transform:capitalize; 
    text-decoration:overline & underline; 
}

/********************************************************/
/* Bilder */
img {
    border = black;
}


