/* Links */
a:link    {color:#0f397c; text-decoration:none; font:bold;}
a:visited {color:#0f397c; text-decoration:none; font:bold;}
a:active  {color:#0f397c; text-decoration:none; font:bold;}
a:hover   {color:#0f397c; text-decoration:underline; font:bold;}

/* Body und Tabellen Standardschrift 11er */
body,td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}

/* h1 Überschriften */
h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : Black;
}

/* Eingabefelder */
.inputfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.inputcnt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-Color=#b5d3b5;
}
	
/* Button für Formular (senden.löschen etc.) */
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
