/* Schrift definieren */
body,table,td,tr
{
font-size: 10pt;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
color: #000000;
}

/* Seitenränder definieren */
body
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;

/* Hintergrund definieren */
background-color: #000000;
background-repeat: no-repeat;


/* Scrollbar definieren */

SCROLLBAR-FACE-COLOR: #247FB6;
SCROLLBAR-HIGHLIGHT-COLOR: #E2E5F5;
SCROLLBAR-SHADOW-COLOR: #8E8E8E;
SCROLLBAR-3DLIGHT-COLOR: #64B6D9;
SCROLLBAR-DARKSHADOW-COLOR: black;
scrollbar-track-color: black;
scrollbar-arrow-color: #ffffff;
}


/* Links definieren */

A
{ color:#000000; text-decoration:none;}

A:hover
{color:#DFDEBD; text-decoration:underline;}

A:active 
{color:#0C3D8C; text-decoration:none;} 


/* Links extra */

A.extra
{ color :#666666; font-family:Lucida Console, Arial, Helvetica; font-weight:normal; text-decoration:none;
        padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;} 

A.extra:hover
{ color :#006699; font-family:Lucida Console, Arial, Helvetica; text-decoration:underline; background:#BCD5E5;}

A.extra:active
{color:#00AEEF; font-family:Lucida Console, Arial, Helvetica; text-decoration:none;}


/* Unterdefinitionen */

p.titel
{
font-weight: bold;
font-size: 12pt;
}

p.titel_2
{
color: #000000;
font-weight: bold;
font-family: Lucida Console, Arial, Helvetica, sans-serif;
font-size: 9pt;
}


/* Tooltip definieren */

.ttTitle { font-weight: normal; COLOR: black;background-color: #A9D3F0; font-size: 10pt; border-style: groove; border-width: 1}

.ttText { font-weight: normal; background-color: #ED7B22; font-size: 10pt; border-style: groove; border-width: 1}


.dek { Z-INDEX: 200; LEFT: 200px; VISIBILITY: hidden; POSITION: absolute ; clip:   rect(   )}
