body {
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10;

	padding-top: 20;
}

h1 { font: large; }

#content
{ border: 1px solid Black; }

.small
{ font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: bold;    }

#text_area
{   padding-left: 5px;  padding-top: 10px;padding-bottom: 10px;  padding-right: 5px;    }

#topleft_border
{ margin-left: 3cm;  background-image: url(images/rahmen_obenlinks.gif);  }

#top_border
{ background-image: url(images/rahmen_oben.gif); }

#topright_border
{
	background-image: url(images/rahmen_obenrechts.gif);
}

input
{ border: 1px solid Black;  background-color: #EEEEEE;  }

a:link,a:active,a:visited {

	color : Gray;
	font-weight: bold;
	font-size: smaller;
}
 
a:hover {

	color: Silver;
	font-weight: bold;
	font-size: smaller;
}

a {

	color: #FFFFFF;

	text-decoration: none;

}

.headline{ color: Black;  font-weight: bold;  margin: 5px 5px;      }
.news {  }