/* --- Allgemeine Definitionen --- */
img   
{	
	border-style: none;
}

hr    
{	
	font-size: 3;
	color: #800000;
}

/* --- body --- */
body
{
	color: white; 
 	border-style: none; 
	border-spacing: none;
 	margin: 0; 
 	background-color: #778899;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
}

/* --- table --- */
table
{
	width: 100%;
	border-collapse: collapse;
}
  
table.Footer
{
	color: Black;
	font-size: 8pt;
}

/* --- Überschriften --- */
.HeadLine01   
{
	width: 20%; 
	height: 50px; 
	font-weight: bold; 
	font-size: 18pt;
}
  
.HeadLine02   
{
	width: 60%; 
	height: 50px; 
	font-weight: bold; 
	font-size: 18pt;
}

/* --- Infos --- */
.info    
{
}

.info1   
{
	width: 50%; 
	text-align: right; 
}

.info2   
{
	width: 50%; 
	text-align: left; 
}

/* --- Seite: main --- */
.main01
{
	height: 60px;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
}
.main02
{
	height: 200px;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}
.main03   
{
	height: 200px; 
	width: 50%; 
	background-color: Transparent; 
	color: black; 
	font-weight: bold; 
	font-style: italic;
}
.main04   
{
	background-color: Transparent;  
	font-weight: bold; 
	font-style: italic;
	font-size: 14pt;
}

/* --- Seite: php-Navigation --- */
.navi01
{
	width: 20%;
  font-size: 8pt;
  background-color: Transparent;
  text-align: left;
}

.navi02
{
	width: 8%;
  font-size: 8pt;
  background-color: Transparent;
}

.navi03
{
	width: 28%;
  font-size: 8pt;
  background-color: Transparent;
}

.navi04
{
	width: 20%;
  font-size: 8pt;
  background-color: Transparent;
  text-align: right;
}
  
/* --- Seite: php-Suche --- */
.suche01
{
	width: 100%;
  background-color: none;
}

.suche02
{
	width: 100%;
  background-color: none;
  font-size: 8pt;
}

  
