
@charset "utf-8";
/* CSS Document */

.text_normal {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
.text_normal a:link {
	color: #000000;
	text-decoration: none;
}
.text_normal a:visited {
	color: #000000;
	text-decoration: none;
}
.text_normal a:hover {
	color: #747474;
	text-decoration: none;
}

.text_unterschrift {
   font-family: Tahoma, Arial, "Times New Roman";
   font-size: 13px;
   font-weight:normal;
   color:#000000;
   }

.text_gross {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.text_gross a:link {
	color: #000000;
	text-decoration: none;
}
.text_gross a:visited {
	color: #000000;
	text-decoration: none;
}
.text_gross a:hover {
	color: #747474;
	text-decoration: none;
}

.text_klein_weiss {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
}

.text_klein_weiss a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.text_klein_weiss a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.text_klein_weiss a:hover {
	color: #747474;
	text-decoration: none;
}

.text_link {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}
.text_link a:link {
	color: #000066;
	text-decoration: none;
}
.text_link a:visited {
	color: #000066;
	text-decoration: none;
}
.text_link a:hover {
	color: #0033FF;
	text-decoration: none;
}

.ueberschrift_klein {
	font-size: 15px;
	font-family: Tahoma, Arial, "Times New Roman";
	font-weight: bold;
	color: #000000;
}
.ueberschrift_klein a:link {
	color: #000000;
	text-decoration: none;
}
.ueberschrift_klein a:visited {
	color: #000000;
	text-decoration: none;
}
.ueberschrift_klein a:hover {
	color: #747474;
	text-decoration: none;
}

.ueberschrift_gross {
	font-size: 16px;
	font-family: Tahoma, Arial, "Times New Roman";
	font-weight: bold;
	color: #000000;
}
.ueberschrift_gross a:link {
	color: #000000;
	text-decoration: none;
}
.ueberschrift_gross a:visited {
	color: #000000;
	text-decoration: none;
}
.ueberschrift_gross a:hover {
	color: #747474;
	text-decoration: none;
}