/* Zusammenfassung */

/*
Body: 640E28
Ueberschriften-Farbe: FFFFFE
Schrift-Farbe: 060E1F
Haupttabellen-Hintergrund: FFFEFE
Tabellenrahmen duenn: 3A0C1A
Balken: 792C43
Mitteldunkel (Disclaimer): 9A445E
Mittelhell: D790A5
*/

/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #060E1F; }
/* 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: #640E28;
		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 : #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: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #FFFFFE; margin-top:14px; padding: 2px;
			border:1;border-width:1pt;border-style:solid;border-color:#3A0C1A; ; width:100%;background : #792C43;
			background-image: url(bilder/back-themenkopf.jpg);
}

/* Tabelleneinstellungen */

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

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

table.haupttabelle	{ background-color: #3A0C1A; }
tr.haupttabelle	{ background-color: #FFFEFE; color: #060E1F; }
td.skyscraper { background-color: #FFFEFE;}
tr.tabellenfuss{
	color: #FFFFFE; font-weight : bold;
	background-color: #792C43; 
	background-image: url(bilder/back-h1.jpg); 
}
a.fusslink {color: #FFFFFE; }
table.balken {background-color : #792C43;}
table.blended {background-color : #FFFEFE;}

table.bildertabelle	{
	border:1;border-width:1pt;border-style:solid;border-color:#792C43; ; width:100%;
	background : #792C43;
}
tr.bildertabelle	{
	background : #FFFEFE;
}
table.navigation	{
	background : #792C43;
}
td.navigation	{
	color: #FFFFFF;
}
table.mitrahmen	{ background : #272875; }
tr.mitrahmenerstezeile	{ background : #272875; color: #FFFFFF;}
tr.mitrahmenzeilen	{ background : #272875; color: #FFFFFF;}

table.suchfeld	{ background : #792C43; color: #FFFFFF; }
input.suchfeldklein	{ width: 110px; }

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

table.steckbrief{ background-color: #9A445E; }
tr.steckbrieferstezeile{ background-color: #D790A5; }
tr.steckbriefzeilen{ background-color: #F6D6E0; }



