/* allgemeine Formatierungen */

#body
{
	background-color: silver;
	margin-left: 66px;
	margin-top: 20px;
	margin-right: 66px;
	margin-bottom: 20px;
}

/* Text Formatierungen */
#textHead
{
	font-family: cursive;
	font-size: 20px;
	color: #90204b;
	font-style: italic;
}
#textHead24
{
	font-family: cursive;
	font-size: 24px;
	color: #90204b;
	font-style: italic;
}
#text16block
{
	color: #90204b;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
}
#text16
{
	color: #90204b;
	font-family: Verdana;
	font-size: 12px;
}
#text18
{
	color: #90204b;
	font-family: Verdana;
	font-size: 18px;
}
#text16cursiv
{
	color: #90204b;
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
}
#textSlogan
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #90204b;
	font-family: Verdana;
	font-size: 12px;
}
#text20
{
	color: #90204b;
	font-family: Verdana;
	font-size: 20px;
}



