/* Zusammenfassung */

// Ueberschriften-Farbe: FFFFFE
// Haupttabellen-Hintergrund: CEECF5
// Tabellenrahmen duenn: 75A5B5
// Balken: 97C0CF

/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #0B023A; }
// body,center,td,p { font-size: 12px; }
a:link,a:active { color : #000066; }
a:visited { color : #000066; }
a:hover	{ text-decoration: underline; color : #0B023A; }
body {background-color: #97C0CE; background-image: url(bilder/back.jpg); }
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 : #FFFFFE;
}
h2,.haupttitel	{
			font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #FFFFFE; margin-top:10px;
}
h3	{
			font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #FFFFFE; margin-top:16px; padding: 5px;
			border:1;border-width:1pt;border-style:solid;border-color:#75A5B5; ; width:100%;background : #97C0CF;
			background-image: url(bilder/back-h1.jpg);
}

/* Tabelleneinstellungen */

/* Tabellenkopf-Felder */
th	{
	color: #FFFFFE; font-size: 11px; font-weight : bold;
	background-color: #97C0CF; height: 25px;
	background-image: url(bilder/back-h1.jpg); 
}

tr.h1feld	{
	color: #FFFFFE; font-weight : bold;
	background-color: #97C0CF; 
	background-image: url(bilder/back-h1.jpg); 
}

table.haupttabelle	{ background-color: #75A5B5; }
tr.haupttabelle	{ background-color: #CEECF5;}
td.skyscraper { background-color: #CEECF5;}
tr.tabellenfuss{
	color: #FFFFFE; font-weight : bold;
	background-color: #97C0CF; 
	background-image: url(bilder/back-h1.jpg); 
}
a.fusslink {color: #FFFFFE; }
table.balken {background-color : #97C0CF;}
table.blended {background-color : #CEECF5;}

table.duennerrand{ background-color: #97C0CF;}
tr.duennerranderstezeile{ background-color: #97C0CF; color : #FFFFFE;}
tr.duennerrandzeilen{ background-color: #CEECF5;}

tr.navigation{ background-color: #97C0CF; color : #FFFFFE;}

tr.disclaimer{ background-color: #C3E2EB; }

table.suchfeld	{ background : #97C0CF;}
input.suchfeldklein	{ width: 100px; }

/* Formular-Elemente */
/* input,textarea, select {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
} */

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

