/* allgemeine Styles */

body { background-color: #F3B78C }
table, td  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6A2A42 }

h1 { font-size: 15px; font-weight: bold; margin-top: 1px; margin-bottom: 1px }
h2 { font-size: 13px; font-weight: bold; margin-top: 10px; margin-bottom: 1px }
h3 { font-size: 12px; font-weight: bold; margin-top: 10px; margin-bottom: 1px }

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") }
.bover		{ cursor:hand; background-image: url("grafik/but_over.gif") }
.bon			{ color: #6A2A42; font-size: 13px; font-weight: bold; background-image: url("grafik/but_over.gif") }

a.butt		{ color: #6A2A42; font-size: 13px; font-weight: bold; text-decoration: none }
a.butt:active	{ color: #6A2A42 }
a.butt:visited	{ color: #6A2A42 }
a.butt:hover	{ color: #6A2A42 }


/* 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 */

.sidenav		{ cursor:hand; background-color: #F8E1D0 }
.sidenavover	{ cursor:hand; background-color: #F4D0B6 }
.sidenavon		{ color: #6A2A42; font-weight: bold; background-color: #F4D0B6 }

a.sidebutt         { color: #6A2A42; font-weight: bold; text-decoration: none }
a.sidebutt:active  { color: #6A2A42 }
a.sidebutt:visited { color: #6A2A42 }
a.sidebutt:hover   { color: #6A2A42 }


