/* Stylesheet fuer ts-weinmann.de */


/* allemeine Seiteneinstellungen und allgemeine Textformatierung */
body {
	background-image:   url(gfx/background.gif);

	font-size:			small;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
}

/* Textformatierung von Verlinkungen */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

/* Textformatierung von Seitenueberschriften */
.Seitenueberschrift {
	font-size:			x-large;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
}

/* Textformatierung der Navigation */
.Navigation {
	font-size:			small;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
}

.KursplanUeberschrift {
	font-size: medium;
	font-weight: bold;
}

.KursplanInhalt {
	font-size: medium;
}

.Fett {
	font-weight: bold;
}

.NormalGross {
	font-size: medium;
}

.Rot {
	color: #FF0000;
}
