/* Standard-Formatierungen */
h1				{ font-family: Verdana, Arial, sans-serif; font-size: 14Px; color: black; font-weight: bold; }
h2				{ font-family: Verdana, Arial, sans-serif; font-size: 12Px; color: black; font-weight: bold; }
p				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; }
th				{ font-family: Verdana, Arial, sans-serif; font-size: 12Px; color: black; font-weight: bold; }
td				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; }
div				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; }
li				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; }
ul				{ list-style-type: square; }

a				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; text-decoration: underline; }
a:hover			{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: #B5C0C7; font-weight: normal; text-decoration: underline; }

a.wichtig				{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: bold; text-decoration: none; }
a:hover.wichtig			{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: #B5C0C7; font-weight: bold; text-decoration: none; }

a.h1			{ font-family: Verdana, Arial, sans-serif; font-size: 14Px; color: black; font-weight: bold; text-decoration: none; }
a:hover.h1		{ font-family: Verdana, Arial, sans-serif; font-size: 14Px; color: #B5C0C7; font-weight: bold; text-decoration: none; }

a.h2			{ font-family: Verdana, Arial, sans-serif; font-size: 12Px; color: black; font-weight: bold; text-decoration: none; }
a:hover.h2		{ font-family: Verdana, Arial, sans-serif; font-size: 12Px; color: #B5C0C7; font-weight: bold; text-decoration: none; }


/* farbige Links */
a.gelb			{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; text-decoration: underline; }
a:hover.gelb	{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: #FFE78F; font-weight: normal; text-decoration: underline; }

a.orange		{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; text-decoration: underline; }
a:hover.orange	{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: #E38A00; font-weight: normal; text-decoration: underline; }

a.rot			{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: black; font-weight: normal; text-decoration: underline; }
a:hover.rot		{ font-family: Verdana, Arial, sans-serif; font-size: 11Px; color: #B91023; font-weight: normal; text-decoration: underline; }


/* Rahmen */
td.grau			{ background: #B5C0C7; }
td.gelb			{ background: #FFE78F; }
td.orange		{ background: #E38A00; }
td.rot			{ background: #B91023; }
td.weis			{ background: white; }


/* kleine Formate */
p.klein			{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; }
td.klein		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; }

a.klein			{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; text-decoration: none; }
a:hover.klein	{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; text-decoration: none; }


/* Header */
td.header		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; }

a.header		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; text-decoration: none; }
a:hover.header	{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: black; font-weight: normal; text-decoration: underline; }


/* Footer */
p.footer		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: #B5C0C7; font-weight: normal; }
td.footer		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: #B5C0C7; font-weight: normal; }

a.footer		{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: #B5C0C7; font-weight: normal; text-decoration: none; }
a:hover.footer	{ font-family: Verdana, Arial, sans-serif; font-size: 9Px; color: #B5C0C7; font-weight: normal; text-decoration: none; }


/* Formulare */
.eingabebox		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ECEFF1; color: black; border: 1px #B5C0C7 solid}
