/* Zusammenfassung */

// Ueberschriften-Farbe: FEFBDD
// Haupttabellen-Hintergrund: F7F4DD
// Tabellenrahmen duenn: 38220B
// Balken: 553A1D

/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #38220A; }
// body,center,td,p { font-size: 12px; }
a:link,a:active { color : #382200; }
a:visited { color : #382200; }
a:hover	{ text-decoration: underline; color : #885116; }
body {background-color: #000000; 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 : #FEFBDD;
			margin-top:10px;
}
h2,.haupttitel	{
			font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #FEFBDD; margin-top:10px;
}
h3	{
			font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; color : #FEFBDD; margin-top:16px; padding: 2px;
			border:1;border-width:1pt;border-style:solid;border-color:#38220B; ; width:100%;background : #553A1D;
			background-image: url(bilder/back-themenkopf.gif);
}

/* Tabelleneinstellungen */

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

tr.h1feld	{
	color: #FEFBDD; font-weight : bold;
	background-color: #553A1D; 
	background-image: url(bilder/back-h1.jpg); 
	height: 120px;
}

tr.h1startseite	{
	color: #FEFBDD; font-weight : bold;
	background-color: #553A1D; 
//	background-image: url(bilder/back-h1.jpg); 
	height: 120px;
}

table.rahmentablle{ background-color: #38220B; }
// table.haupttabelle	{ background-color: #38220B; }
tr.haupttabelle	{ background-color: #F7F4DD;}
td.skyscraper { background-color: #F7F4DD;}
tr.tabellenfuss{
	color: #FEFBDD; font-weight : bold;
	background-color: #553A1D; 
	background-image: url(bilder/back-themenkopf.gif); 
}
a.fusslink {color: #FEFBDD; }
table.balken {background-color : #553A1D;}
table.blended {background-color : #F7F4DD;}

table.bildertabelle	{
	border:1;border-width:1pt;border-style:solid;border-color:#38220B; ; width:100%;
	background : #38220B;
}
tr.bildertabelle	{
	background : #F7F4DD;
}
table.navigation{ background-color: #553A1D;color: #F7F4DD;}
tr.navigation{ background-color: #553A1D;color: #F7F4DD;}
td.navigation{ background-color: #553A1D;color: #F7F4DD;}


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

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

