@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/* Fussleiste */
.Stil1 {
	font-size: 10px
	
/* Normaler Text */
}
.Stil2 {
	font-size: 14px
}

/* Überschrift Kat3 */

.Stil3 {
	font-size: 14px;
	font-weight: bold;
}


/* Home Kontakt Impresum */
.Stil4 {
	font-size: 12px
}

/* Navigation */
.Stil5 {
	font-size: 14px;
}

/* Überschrift Kat2 */
.Stil6 {
	font-size: 16px;
	font-weight: bold;
}

/* Überschrift Kat1 */
.Stil7 {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #167E38;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: none;
}