/* Allgemeine Schrifteinstellungen */
body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #000044;  }
a:link   { text-decoration: underline; color : #006798; }
a:visited { text-decoration: underline; color : #5493B4; }
a:active   { text-decoration: underline; color : #006798; }
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 : #226784;
}
.haupttitel,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:#D5F5FF; ; width:100%;background : #F2FEFF; */
}
h3	{
	color: #226784; 
	font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; margin-top:16px;
	background-color: #DDE2E8; height: 25px; padding:2px;
	background-image: url(bilder/back-themenkopf.gif); 
	border:1;border-width:1pt;border-style:solid;border-color:#006798; ; width:100%;
}

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

/* 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: #006798; height: 25px;
	background-image: url(bilder/back-tabellenkopf.gif); 
	border:1;border-width:1pt;border-style:solid;border-color:#006798; ; width:100%;
}

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

/* table.haupttabelle	{ background-color: #D5F5FF; border: 1px #D5F5FF solid; border-spacing: 1px; } */
table.haupttabelle	{ background-color: #006798; width:790; }
tr.haupttabelle	{ background-color: #FFFFFF;}
tr.tabellenfeldunkel{ background-color: #DDE2E8;}
td.haupttabelle	{ width:660; }
td.skyscraper	{ width:124; background : #FFFFFF;}
table.kasten	{ border:1;border-width:1pt;border-style:solid;border-color:#006798; background : #DDE2E8;}

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;}

/* 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 : #DDE2E8;
	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;}


