/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000088; }
body,center,td,p { font-size: 12px; }
a:link,a:active { color : #000044; }
a:visited { color : #000088; }
a:hover		{ text-decoration: underline; color : #0000AA; }
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 : #000088;
}
.haupttitel,h2	{
			font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color : #000088; margin-top:10px;
}
h3	{
			font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color : #000088; margin-top:16px;
			border:1;border-width:1pt;border-style:solid;border-color:#FDF1B1; ; width:100%;background : #FFF4BF;
}

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

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

tr.h1feld	{
	color: #000088; font-weight : bold;
	background-color: #FDF1B1; 
	background-image: url(bilder/back-h1.gif); 
}

table.haupttabelle	{ background-color: #FDF1B1; width:760; }
tr.haupttabelle	{ background-color: #FFFAD1;}
//td.haupttabelle	{ width:630; }
td.skyscraper	{ width:164; background : #FFFBD9;}
table.kasten	{ border:1;border-width:1pt;border-style:solid;border-color:#FDF1B1; background : #FFFBD9;}
table.farbigerkasten	{ border:1;border-width:1pt;border-style:solid;border-color:#FDF1B1; background : #FFF4BF;}
td.navigation	{ background : #FFFBD9;}
tr.tabellenfuss{ background-color: #FFFBD9;}
tr.tabellenfeldunkel{ background-color: #FFFBD9;}

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


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

input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

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

.alinkfarbe3{color : #000088;font-weight : bold;text-decoration : none;}
.alinkfarbe3:hover{COLOR : #FF0000;}


