body
{
  background-image:URL('../images/background.jpg');
  margin:0px;
  padding:0px;
  font-size:15px;
  font-family:arial;
  background-repeat:repeat-x;
  background-color:#E0350B;
  color:#000000;
}

a:link { font-family:arial; color:#000000; text-decoration:none;}    /* noch nicht besuchte Ziele */
a:visited { font-family:arial; color:#000000; text-decoration:none; font-weight:normal; } /* besuchte Ziele */
a:hover { font-family:arial; color:#000000; text-decoration:underline overline; font-weight:bold }   /* Verweise bei "MouseOver" */
a:active { font-family:arial; color:#000000; text-decoration:underline; font-weight:bold}  /* Angeklickte Verweise */
a:focus { font-family:arial; color:#000000; text-decoration:none; }   /* Verweise, die Fokus erhalten */

.header
{
	font-family:Verdana;
	color:#000000;
	font-size:30px;
	font-weight:bolder;
}

.headline
{
	padding-left:30px; 
	font-size:16px;
	font-family:arial;
}

.headline_bar
{
	width:100px; 
	background-color:#E0350B; 
	height:7px; 
	font-size:0px;
}

.content
{
	padding-left:30px; 
	font-size:14px;
	font-family:arial;
	margin-bottom:20px;
}

.table_head
{
	font-weight:bolder;
	font-size:16px;
}
.table_head td
{
	padding-top:20px;
	padding-bottom:8px;
}

.table_head td:first-letter
{
	font-style:italic;
}

.table_content
{
	background-color:#ffffff;
}

