@charset "utf-8";
/* CSS Document */

a:link,a:active,a:visited { color : #30496E; }
a:hover		{ text-decoration: underline; color : #C13535; }

img
{  border-style: none;
}

.ueberschrift {
	font-size: x-large;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.sign {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
}


.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	text-align: justify;
}
.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: justify;
}
.specialSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	font-style: italic;
	font-weight: normal;
}
