/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #230A36;  }
a:link   { text-decoration: underline; color : #2E0E47; }
a:visited { text-decoration: underline; color : #462560; }
a:active   { text-decoration: underline; color : #462560; }
a:hover	{ text-decoration: underline; color : #000088; }

hr	{ height: 0px; border: solid #D0D8DD 0px; border-top-width: 1px;}

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

 /* Allgemeine Seiteneinstellungen */
body {
	background-color: #EFE3FE;
}

/* Tabellenkopf-Felder */
th	{
	color: #FFFFFF; 
	font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; margin-top:14px;
	background-color: #602B88; height: 25px;
	background-image: url(bilder/back-tabellenkopf.jpg); 
	border:1;border-width:1pt;border-style:solid;border-color:#2E0E47; ; width:100%;
}

tr.h1feld, tr.tabellenfuss	{
	color: #FFFFFF; font-weight : bold;
	background-color: #DDE2E8; 
	background-image: url(bilder/back-h1.jpg); 
}
a.fusslink	{
	color: #FFFFFF; font-weight : bold;
}

/* table.haupttabelle	{ background-color: #D5F5FF; border: 1px #D5F5FF solid; border-spacing: 1px; } */
table.haupttabelle	{ background-color: #2E0E47; width:860; }
tr.haupttabelle	{ background-color: #FBF7FE;}
tr.tabellenfeldunkel{ background-color: #502B70;}
td.haupttabelle	{ width:657; }
td.navigation	{ width:120; }
td.skyscraper	{ width:164; background : #FBF7FE;}
table.kasten	{ border:1;border-width:1pt;border-style:solid;border-color:#2E0E47; background : #BC99D7;}

td.tabellentitel{ background-color: #D5F5FF;
	font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; color : #226784; padding-top:8px;
}
tr.tabellentitel{ background-color: #C9A3EA;}

table.suchfeld	{ background : #BC99D7; color: #000000; }
input.suchfeldklein	{ width: 110px; }


