/*  formatierung body und bildlaufleiste */
body {
	font-family:arial, helvetica;
	color: #0000FF;
	font-size:12px;
	background-color:#FFFFFF;
	scrollbar-face-color:#2222FF;
	scrollbar-shadow-color:#005555;
	scrollbar-highlight-color:#9999FF;
	scrollbar-3dlight-color:#5555FF;
	scrollbar-darkshadow-color:#000055;
	scrollbar-track-color:#FFFFAA;
	scrollbar-arrow-color:#FFFF00;
	background-attachment: fixed;
	background-image: url(images/karo.jpg);
	background-repeat: repeat;
}


/*  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: #0000FF;
line-height:130%
}

/*  hauptklasse td (tabellenzellen) */
td {
font-family:arial,helvetica;
font-size:12px;
color: #0000FF;
}

/*  hauptklasse a (Verweise) */
a {
font-family:arial,helvetica;
font-size:12px;
text-decoration:none;
color: #C00040;
text-transform: uppercase;
font-weight:bold;
}

/*  pseudoformat a (Verweise) */
a:hover {
color:#FF0000;
}

/*  pseudoformat a (Verweise) */
a:visited {
	color:#C00040;
	background-attachment: scroll;
	background-image: url(images/karo.jpg);
	background-repeat: repeat;
}


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: #FF7300;
}
