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


.Text_kleinklein {
	font-family: Verdana;
	font-size: 8px;
	color: #666666;
	line-height: 1.2;
}

.Text_klein {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 0.8;
}
.Text_klein_Bild {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	line-height: normal;
}


.Text_gross {
	font-family: Verdana;
	font-size: 14px;
	color: #E7E3E7;
	line-height: 1.1;
}
.Text_gross_fett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.1;
	font-weight: bold;
}
.Text_gross_fett_gesp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0.2em;
}


.Text_mittel {
	font-family: Verdana;
	font-size: 13px;
	color: #666;
	line-height: 1.2;
	text-align: left;
}
.Text_mittel_link {
	font-family: Verdana;
	font-size: 13px;
	color: #036;
	line-height: 1.2;
	text-align: left;
}


.Text_schwarz {color: #333333}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
}
a:link {
	color: #0065A5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F5E87;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.Text_gross_strong {
	color: #639;
}
