body
{ 
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	background: #f5f5f5; /* hellgrau */
	overflow-y: scroll;
}

table#main
{
	border: 1px solid #b2b2b2; /* grau */
	background-color: #ffffff; /* weiß */
}

table#fotogalerie,
table#fotogalerie_aktiv
{
	border: 0px;
}

table td#fotogalerie
{
	border: 1px solid #102973; /* blau */
	color: #ffffff; /* weiß */
	background: #b2b2b2; /* grau */
	text-align: center;
}

table td#fotogalerie_aktiv
{
	border: 1px solid #102973; /* blau */
	color: #000000;	/* schwarz */
	background: #fcc300; /* gelb */
	text-align: center;
}

table td#fotogalerie a:link
{
	color: #ffffff; /* weiß */
	background: #b2b2b2; /* grau */
	text-align: center;
}

table td#fotogalerie_aktiv a:link
{
	color: #000000;	/* schwarz */
	background: #fcc300; /* gelb */
	text-align: center;
}

table td#fotogalerie a:hover
{
	color: #000000;	/* schwarz */
	background: #fcc300; /* gelb */
	text-align: center;
	display: block;
}

table#content
{
	border: 1px solid #b2b2b2; /* grau */
	background: #f5f5f5; /* hellgrau */
}

tr#mainnavi,
tr#detailnavi
{
	color: #ffffff; /* weiß */
	background: #808080; /* grau */
}

a:active	
{ 
	text-decoration: none ;
	color: #102973;	/* blau */
}

a:link
{ 
	text-decoration: none ;
	color: #102973;	/* blau */
}

a:visited
{
	text-decoration: none ;
	color: #102973;	/* blau */
}

a:hover
{
	text-decoration: none ;
	color: #000000;	/* schwarz */
	background: #fcc300; /* gelb */
}

ul#mainnavi,
ul#detailnavi
{
	margin: 0;
	padding: 0em;
	font-size: 12px;
	background: #808080; /* grau */
}

ul#mainnavi li,
ul#detailnavi li,
p#mainnavi_aktiv li
{
	list-style: none;
	display: inline;
	margin: 0; 
	padding: 0;
}

ul#mainnavi a
{
	float: left;
	width: 6em;
	margin: 0.0em;
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff; /* weiß */
	background: #808080; /* grau */
}

ul#detailnavi a
{
	float: right;
	width: 8em;
	margin: 0.0em;
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff; /* weiß */
	white-space:nowrap;
	background: #808080; /* grau */
}

p#mainnavi_aktiv a
{
	float: left;
	width: 6em;
	margin: 0.0em;
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff; /* weiß */
	background: #102973;	/* blau */
}

ul#mainnavi a:hover,
ul#detailnavi a:hover
{
	color: #000000;	/* schwarz */
	background: #fcc300; /* gelb */
}

* html ul#mainnavi a,
* html ul#detailnavi a,
* html ul#mainnavi span,
* html ul#detailnavi span 
{	/* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}

ul#mainnavi div
{
 clear: left;
}

ul#detailnavi div 
{
 clear: right;
}

.text
{
	font-family:Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.text_header
{
	color: #102973; /* blau */
	font-family:Arial,Helvetica,Geneva,Sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.text_footer
{
	color: #102973; /* blau */
	font-family:Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

.small_text
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	color: #102973;	/* blau */
}

.very_small_text
{
	font-family:Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
}