/* Zusammenfassung */

/*
Body: E3FCFF
Ueberschriften-Farbe: 1D134D
Schrift-Farbe: 110358
Haupttabellen-Hintergrund: F6FCFD
Tabellenrahmen duenn: CEEBF8
Balken: D8F0FB
Mitteldunkel (Disclaimer): D4D5F3
Mittelhell: E4E5F8
*/

/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #110358; }
/* body,center,td,p { font-size: 12px; } */
a:link,a:active { color : #2D1893; }
a:visited { color : #2D1893; }
a:hover	{ text-decoration: underline; color : #5846B3; }
hr	{ height: 0px; border: solid #D0D8DD 0px; border-top-width: 1px;}

body {
		background-color: #E3FCFF;
		background-image: url(bilder/back.jpg);
	}

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

/* Tabelleneinstellungen */

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

tr.h1feld	{
	color: #1D134D; font-weight : bold;
	background-color: #D8F0FB; 
/*	background-image: url(bilder/back-h1.jpg);  */
}

table.haupttabelle	{ background-color: #CEEBF8; }
tr.haupttabelle	{ background-color: #F6FCFD; color: #110358; }
td.skyscraper { background-color: #F6FCFD;}
tr.tabellenfuss{
	color: #1D134D; font-weight : bold;
	background-color: #D8F0FB; 
/*	background-image: url(bilder/back-h1.jpg); */
}
a.fusslink {color: #1D134D; }
table.balken {background-color : #D8F0FB;}
table.blended {background-color : #F6FCFD;}

table.bildertabelle	{
	border:1;border-width:1pt;border-style:solid;border-color:#D8F0FB; ; width:100%;
	background : #D8F0FB;
}
tr.bildertabelle	{
	background : #F6FCFD;
}
table.navigation	{
	background : #D8F0FB; color: #1D134D;
}
td.navigation	{
	color: #1D134D;
}

table.mitrahmen	{ background : #CEEBF8; border-spacing:1px;}
tr.mitrahmenerstezeile	{ background : #D8F0FB;}
tr.mitrahmenzeilen	{ background : #F6FCFD;}

table.suchfeld	{ background : #D8F0FB;}
input.suchfeldklein	{ width: 110px; }

table.disclaimer{ background-color: #D8F0FB; }
tr.disclaimer{ background-color: #D8F0FB; }

table.steckbrief{ background-color: #E9BA44; }
tr.steckbrieferstezeile{ background-color: #D8F0FB; }
tr.steckbriefzeilen{ background-color: #F6FCFD; }

