/* allgemeine Styles */

body { background-color: #F9F6EF }
table, td  { font-family: 'Times New Roman',Times,serif; font-size: 16px; color: #5A3222 }

h1 { font-size: 22px; font-weight: bold; margin-top: 1px; margin-bottom: 15px }
h2 { font-size: 18px; font-weight: bold; margin-top: 10px; margin-bottom: 15px }
h3 { font-size: 16px; font-weight: bold; margin-top: 10px; margin-bottom: 15px }

a         { color: #6A2A42; text-decoration: underline }
a:active  { color: #6A2A42 }
a:visited { color: #6A2A42 }
a:hover   { color: #6A2A42; text-decoration: none }

.formbut	{ font-size: 10px; font-weight: bold; color: #2E2E2E; height: 17px; background: url(grafik/form_button_bg.gif); border: 0px solid; text-align: center; padding: 0px 0px 2px 0px; cursor: hand; }


/* Buttons (Hauptnavigation) */

.b1off		{ cursor:hand; background-image: url("grafik/but_1_off.jpg") }
.b2off		{ cursor:hand; background-image: url("grafik/but_2_off.jpg") }
.b3off		{ cursor:hand; background-image: url("grafik/but_3_off.jpg") }
.b1over		{ cursor:hand; background-image: url("grafik/but_1_over.jpg") }
.b2over		{ cursor:hand; background-image: url("grafik/but_2_over.jpg") }
.b3over		{ cursor:hand; background-image: url("grafik/but_3_over.jpg") }
.b1on			{ color: #FF0000; font-size: 21px; font-style:italic; font-weight: bold; background-image: url("grafik/but_1_over.jpg") }
.b2on			{ color: #FF0000; font-size: 21px; font-style:italic; font-weight: bold; background-image: url("grafik/but_2_over.jpg") }
.b3on			{ color: #FF0000; font-size: 21px; font-style:italic; font-weight: bold; background-image: url("grafik/but_3_over.jpg") }

a.butt		{ color: #940000; font-size: 21px; font-style:italic; font-weight: bold; text-decoration: none }
a.butt:active	{ color: #940000 }
a.butt:visited	{ color: #940000 }
a.butt:hover	{ color: #940000 }


/* Hilfsnavigation */

a.auxnav         { color: #999999; text-decoration: underline; font-size: 10pt }
a.auxnav:active  { color: #999999 }
a.auxnav:visited { color: #999999 }
a.auxnav:hover   { color: #999999; text-decoration: none; }


/* Seitliches Navigationspanel */
.navbutoff		{ cursor:hand; background-image: url("grafik/navbut_off.jpg") }
.navbutover		{ cursor:hand; background-image: url("grafik/navbut_over.jpg") }
.navbuton			{ color: #FF0000; font-size: 17px; font-weight: bold; background-image: url("grafik/navbut_over.jpg") }

.sidenav		{ cursor:hand; background-color: #E7B781 }
.sidenavover	{ cursor:hand; background-color: #F1C18B }
.sidenavon		{ color: #FF0000; font-size: 17px; font-weight: bold; background-color: #F1C18B }

a.sidebutt         { color: #940000; font-size: 17px; font-weight: bold; text-decoration: none }
a.sidebutt:active  { color: #940000 }
a.sidebutt:visited { color: #940000 }
a.sidebutt:hover   { color: #940000 }


