
a				{ color: #336699; text-decoration: none; }
a:hover 		{ color: red; text-decoration: underline; }

a.black 		{ color: #000000; text-decoration: none; }
a.blackhover 	{ color: #000000; text-decoration: underline; }
a.blackvisited 	{ color: #000000; text-decoration: none; }

textarea		{ font-size: 85%; background-color: #F0F0F0; }
ul				{ list-style : square;}
body	 		{ background-color: #FFFFFF; }
hr				{ color: #336699; }

a.atoz {
	font-size: 12pt;
	color: #FEB117;
	text-decoration: none;
	padding-right: 7;
}

a.atoz_off {
	font-size: 12pt;
	color: #808080;
	text-decoration: none;
	padding-right: 7;
}

.titel {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size : 18 pt;
	color : white;
	background-color : #336699;
	font-weight : normal;
	padding-left : 10;
	height : 32px;
	width : 570px;
	margin-top : 60px;
	margin-bottom : 10px;
	vertical-align : middle;
}

.ztitel {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size : 12 pt;
	color : #5C4600;
	background-color : #FFEEB5;
	font-weight : bold;
	padding-left : 10;
	padding-top : 4;
	padding-bottom : 4;
	width : 570px;
	margin-top : 10px;
	margin-bottom : 10px;
	vertical-align : middle;
	letter-spacing: 1pt
}

.text {
	font-family: Verdana, Arial, Helvetica;
	font-size : 9 pt;
	color : #000;
	font-weight : normal;
	width : 550px;
	margin-left : 10px;
	margin-right : 10px;
	line-height : 12.5pt
}

.leadtext {
	color : #5C4600;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;
}

.button {
	font-size : 13 px;
	color : black;
	background-color : silver;
	border-top : gray solid 1;
	border-left : gray solid 1;
	border-bottom : gray solid 1;
	border-right : gray solid 1;
	cursor : hand;
}

.tablefirstrow {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9 pt;
	color : white;
	font-weight : bold;
	background-color : #336699;
}

.tablefollowingrow0 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9 pt;
	color : black;
	background-color : white;
}

.tablefollowingrow1 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9 pt;
	color : black;
	background-color : #E2E9F1;
}