body
{
	background-color: #2A7A90;/*#005F77;*/
	background-image: url(img/bodybg.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #F6F6F5;
}

/********************************************************************/
/****************************** Table *******************************/
/********************************************************************/
table
{
   background-color: #005F77;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: 0px;
}

td
{
	text-align: left;
}

td.td_partnerlinks
{
	text-align: right;
}

td.pics
{
	text-align: right;
}

td.td_line /* Weißer Rand der großen HauptTabelle */
{
	background-image: url(img/F6F6F5.jpg);
}

td.navigation /* Table in navigation.php: TopNavigation */
{
	text-align: center;
	vertical-align: top;
	width: 12%;
	color: #F6F6F5;
}

td.button
{
	width: 150px;
	text-align: center;
	
	vertical-align: middle;
}

/********************************************************************/
/****************************** Table *******************************/
/********************************************************************/


h1.h1_home /* Überschriften auf der Home-Site */
{
	color: #F7970B;
   text-transform: none;
	font-size: 14pt;
	display: inline;
}

p.p_home /* Kleine Texte auf der Home-Site */
{
	color: #F6F6F5;
	text-align: justify;
	font-size: 10pt;
	
}

.special /* Bild Unterschriften auf der Home-Site */
{
	color: #F6F6F5;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	display: inline;
}

.footer /* Footer-Zeile: Impressum-Link und CopyRight */
{
	color: #F6F6F5;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************************/
/****************************** Links *******************************/
/********************************************************************/
a
{
	text-decoration: none;
	color: #F6F6F5;
}

a:hover
{
	text-decoration: underline;
}

a.a_home /* Große Links auf der Home-Site */
{
	text-transform: none;
	text-align: left;
	font-size: 14pt;
	display: inline;
	font-weight: bold;
}

a.a_partnerlinks
{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

a.navigation /* Links in der Top-Navigation */
{
	font-weight: bold;
	font-size: 13px;
	color: #F6F6F5;
	text-align: right;
}
/********************************************************************/
/****************************** Links *******************************/
/********************************************************************/