/* Zusammenfassung */

// Ueberschriften-Farbe: 003377
// Schrift-Farbe: 000066
// Haupttabellen-Hintergrund: F7FDFE
// Tabellenrahmen duenn: 000088
// Balken: C9EFF4

/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #000066; }
// body,center,td,p { font-size: 12px; }
a:link,a:active { color : #004477; }
a:visited { color : #004477; }
a:hover	{ text-decoration: underline; color : #000044; }
body {background-color: #BEF1F8; background-image: url(bilder/back.gif); }
hr	{ height: 0px; border: solid #D0D8DD 0px; border-top-width: 1px;}

/* Titel */
h1	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #003377;
}
h2,.haupttitel	{
			font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #003377; margin-top:10px;
}
h3	{
			font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #003377; margin-top:16px; padding: 5px;
			border:1;border-width:1pt;border-style:solid;border-color:#000088; ; width:100%;background : #C9EFF4;
			background-image: url(bilder/back-themenkopf.gif);
}

/* Tabelleneinstellungen */

/* Tabellenkopf-Felder */
th	{
	color: #003377; font-size: 11px; font-weight : bold;
	background-color: #C9EFF4; height: 25px;
	background-image: url(bilder/back-themenkopf.gif); 
}

tr.h1feld	{
	color: #003377; font-weight : bold;
	background-color: #C9EFF4; 
	background-image: url(bilder/back-h1.gif); 
}

table.haupttabelle	{ background-color: #000088; }
tr.haupttabelle	{ background-color: #F7FDFE; color: #000066;}
td.skyscraper { background-color: #F7FDFE;}
tr.tabellenfuss{
	color: #003377; font-weight : bold;
	background-color: #C9EFF4; 
	background-image: url(bilder/back-h1.gif); 
}
a.fusslink {color: #003377; }
table.blended {background-color : #F7FDFE;}
table.balken {
	background-color : #C9EFF4;
	border:1;border-width:1pt;border-style:solid;border-color:#000088; width:100%;
}

tr.navigation{ background-color: #C9EFF4; color : #000066;}

/* Formular-Elemente */

input.button {
	background-color : #000066;
	color : #F7FDFE;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

