body {
margin:0;
padding:0;
text-align:center;
}

.arial {
font-family:Arial;
font-size:14px;
color:#5c2901;
}

.times {
font-family:'Times New Roman';
font-size:16px;
font-style:italic;
color:#5c2901;
}

.times_klein {
font-family:'Times New Roman';
font-size:14px;
font-style:italic;
color:#5c2901;
}


/* wird wohl nicht verwendet?
.h1_arial {
font-family:Arial;
font-size:16px;
font-style:italic;
color:#5c2901;
}
*/


.h2_arial {
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#5c2901;
}

.h1_times {
font-family:Times;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#5c2901;
}

.weiss {
font-family:Times;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#ffffff;
}

a.link:link 	{font-family:'Times New Roman'; color:#e50000; font-weight:bold; text-decoration:none; }
a.link:visited 	{font-family:'Times New Roman'; color:#e50000; font-weight:bold; text-decoration:none; }
a.link:focus 	{ font-family:'Times New Roman'; color:#5c2901; font-weight:bold; text-decoration:none; }
a.link:hover 	{ font-family:'Times New Roman'; color:#5c2901; font-weight:bold; text-decoration:none; }
a.link:active	{font-family:'Times New Roman'; color:#5c2901; font-weight:bold; text-decoration:none; }

a.link2:link 	{ font-family:'Arial'; color:#e50000; text-decoration:none; }
a.link2:visited { font-family:'Arial'; color:#e50000; text-decoration:none; }
a.link2:focus 	{ font-family:'Arial'; color:#5c2901; text-decoration:none; }
a.link2:hover 	{ font-family:'Arial'; color:#5c2901; text-decoration:none; }
a.link2:active 	{font-family:'Arial'; color:#5c2901; text-decoration:none; }