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

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

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

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

/* table.haupttabelle	{ background-color: #D5F5FF; border: 1px #D5F5FF solid; border-spacing: 1px; } */
table.haupttabelle	{ background-color: #D5F5FF; }
tr.haupttabelle	{ background-color: #F2FEFF;}
tr.tabellenfuss{ background-color: #DDF6FD;}
tr.tabellenfeldunkel{ background-color: #DDF6FD;}

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: #D5F5FF;}

tr.navigation{ background-color: #DDF6FD;}

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

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

input { text-indent : 2px; }

input.button {
	background-color : #D4EEF2;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}

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

