/* Zusammenfassung */

// Body: FDF7C8
// Ueberschriften-Farbe: 345F30
// Schrift-Farbe: 345F32
// Haupttabellen-Hintergrund: FFFBD9
// Tabellenrahmen duenn: FEF1B0
// Balken: FEF1B0

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

body {
		background-color: #FDF7C8;
//		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 : #345F30;
}
h2,.haupttitel	{
			font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #345F30; margin-top:10px;
}
h3	{
			font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #345F30; margin-top:14px; padding: 3px;
//			border:1;border-width:1pt;border-style:solid;border-color:#FEF1B0; ; width:100%;background : #FEF1B0;
//			background-image: url(bilder/back-themenkopf.jpg);
}

/* Tabelleneinstellungen */

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

tr.h1feld	{
	color: #345F30; font-weight : bold;
	background-color: #FFFBD9; 
//	background-image: url(bilder/back-h1.jpg); 
}

table.haupttabelle	{ background-color: #FEF1B0; }
tr.haupttabelle	{ background-color: #FFFBD9; color: #345F32; }
td.skyscraper { background-color: #FFFBD9;}
tr.tabellenfuss{
	color: #345F30; font-weight : bold;
	background-color: #FEF1B0; 
//	background-image: url(bilder/back-h1.jpg); 
}
a.fusslink {color: #345F30; }
table.balken {background-color : #FEF1B0;}
table.blended {background-color : #FFFBD9;}

table.bildertabelle	{
	border:1;border-width:1pt;border-style:solid;border-color:#FEF1B0; ; width:100%;
	background : #FEF1B0;
}
tr.bildertabelle	{
	background : #FFFBD9;
}
table.navigation	{
	background : #FEF1B0;
}
table.suchfeld	{ background : #FEF1B0; }
input.suchfeldklein	{ width: 110px; }

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

table.steckbrief{ background-color: #FEF1B0; }
tr.steckbrieferstezeile{ background-color: #FEF1B0; }
tr.steckbriefzeilen{ background-color: #FDF7C8; }

