/* normale Links */
A:link {text-decoration:underline; color:#222222;}
A:active {text-decoration:underline; color:#222222;}
A:visited {text-decoration:underline; color:#222222;}
A:hover {text-decoration:underline; color:#222222;}

/* Link im Bereich "oben" */
a.w:link {text-decoration:underline; color:#FFFFFF;}
a.w:active {text-decoration:underline; color:#FFFFFF;}
a.w:visited {text-decoration:underline; color:#FFFFFF;}
a.w:hover {text-decoration:underline; color:#FFFFFF;}


/* Bordercolor */
.bordercolor  { background-color: #6394BD; width:95%; border-right:2px solid #DEE7EF;border-bottom:2px solid #DEE7EF;}


/* Farbe und Schrift der Tabellen */

td.header {
	background-color:#6394BD;
	font-family:Tahoma,Verdana,Arial;
	font-size:14pt;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
	height:66px;
	background-image:url('header.png'); 
}

td.oben {background-color:#6394BD; font-family:Verdana,Arial; font-size:8pt; color:#FFFFFF; font-weight: bold; background-image:url("oben.jpg");}

td.w {background-color:#FFFFFF; font-family:Verdana,Arial; font-size:8pt; color:#222222; font-weight: normal;}

td.g {background-color:#DEE7EF; font-family:Verdana,Arial; font-size:8pt; color:#222222; font-weight: normal;}

/* Formate der Eingabefelder und Buttons */
.txt {font-size:8pt; font-family:Verdana,Arial;}
.btn {font-size:8pt; font-family:Verdana,Arial;}

/* Hintergrundfarbe */
body {background-color:#FFFFFF;}
