
/*  formatierung body und bildlaufleiste */
body {
font-family:arial, helvetica;
color: #000000;
font-size:12px;
background-color:#f0f0f0;

scrollbar-face-color:#C00040;
scrollbar-shadow-color:#C00040;
scrollbar-highlight-color:#FF7300;
scrollbar-3dlight-color:#EEEEEE;
scrollbar-darkshadow-color:#EFEFEF;
scrollbar-track-color:#DFDFDF;
scrollbar-arrow-color:#FFFFFF;
}


/*  eigene klasse f?r hintergrundfarbe */

.bgcolor1 {background-color : #C00040;}
.bgcolor1 {background-color : #D01050;}


/*  hauptklasse p */
p {
font-family:arial,helvetica;
font-size:14px;
color: #000000;
}

/*  unterklasse zu p */
p.zeilenhoehe {
font-family:arial,helvetica;
font-size:14px;
color: #000000;
line-height:130%
}

/*  hauptklasse td (tabellenzellen) */
td {
font-family:arial,helvetica;
font-size:12px;
color: #000000;
}

/*  hauptklasse a (Verweise) */
a {
font-family:arial, helvetica;
font-size:12px;
color: black;
font-weight:bold;
}

/*  pseudoformat a (Verweise) */
a:hover {
color:#FF0000;
}

/*  pseudoformat a (Verweise) */
a:visited {
color:silver;
}


ul {
font-family:arial,helvetica;
font-size:12px;
color: #000066;
}

li {
font-family:arial,helvetica;
font-size:12px;
color: #000066;
}

pre {
font-family: monospace;
color: #7000C0;
font-size:12px;
}


/* formate f?r "freie" klassen */

/*  f?r texte */

.big {
font-family:verdana,arial,helvetica;
font-size:20px;
font-weight:bold;
color: #C00040;
text-transform: uppercase;
}

.mittel {
font-family:verdana,arial,helvetica;
font-size:14px;
font-weight:bold;
color: #C00040;
text-transform: uppercase;
}

.block {
text-align: justify;
line-height:130%
font-size:12px;
}

/*  f?r abschnittstitel */
.kopf {
font-family:arial,helvetica;
font-size:14px;
font-weight:bold;
color: #FF7300;
}

/*  f?r kopf und fu?zeile */
.small {
font-family:arial, helvetica;
font-size:10px;
color: #666666;
}


