/* Menu allgemein */
#menuebox { background-color: #e0e7b6; }
#submenuebox { background-color: #d2db93; padding-bottom: 3px; border-bottom: 1px solid #ffffff; }

/* Hauptmenu links Hauptrubriken normal */
#hauptmenue a { display: block; border-bottom: 1px solid #ffffff; padding-left: 5px; padding-top: 3px; padding-bottom: 3px; color: #000000; background-color: #e0e7b6; text-decoration: none; font-weight: bold; font-size: 10pt; text-align: left; height: 15px; }
#hauptmenue a:hover { background-color: #afb74d; }

/* Hauptmenu links Hauptrubriken aktiv */
#hauptmenue_active a { display: block; border-bottom: 1px solid #ffffff; padding-left: 5px; padding-top: 3px; padding-bottom: 3px; color: #000000; background-color: #afb74d; text-decoration: none; font-weight: bold; font-size: 10pt; text-align: left; height: 15px; }

/* Submenue */
#submenue, #submenue_active { padding: 1px 8px; }

#submenue a:link { font-size: 10pt; text-decoration: none; color: #474d1a; }
#submenue a:active { font-size: 10pt; text-decoration: none; color: #474d1a; }
#submenue a:visited { font-size: 10pt; text-decoration: none; color: #474d1a; }
#submenue a:hover { font-size: 10pt; text-decoration: none; color: #000000; }

#submenue_active a:link { font-size: 10pt; text-decoration: none; color: #000000; }
#submenue_active a:active { font-size: 10pt; text-decoration: none; color: 000000; }
#submenue_active a:visited { font-size: 10pt; text-decoration: none; color: #000000; }
#submenue_active a:hover { font-size: 10pt; text-decoration: none; color: #000000; }

/* Rubrikfarben */
td.rubrikcolor { background-color: #e0e7b6; }
td.rubrik { padding-right: 10px; font-weight: bold; padding-bottom: 2px; vertical-align: bottom; color: #ffffff; background-color: #919d35; text-align: right; }
a.nav2:link, a.nav2:visited { color: #474d1a; text-decoration: none; }
.headbalken, h1 { background-color: #afb74d; }
.bgcontent { background-color: #ecf1d8; }

.maincontent h1 { background-color: #afb74d; color: #ffffff; padding: 3px; margin: 1px; border: 1px solid #ffffff; font-size: 13px; font-weight: bold; }

/* Textboxen rubrikbezogen */

/* Variante 1 2Boxen */
.c2l1-left, .c2l1-middle { background-color: #ecf1d8; }

/* Variante 2 Box links */
.c2l2-middle { background-color: #ecf1d8; }

/* 2 Textboxen */
h2.twoboxes { 	background-color: #afb74d; }


/* Variante 3 Box rechts */
.c2l3-left { background-color: #ecf1d8; }

/* Anpassungen Textboxen 3x */
.c3l1-left, .c3l1-middle, .c3l1-right { background-color: #ecf1d8; }

/* 3 Textboxen */
h2.threeboxes { background-color: #afb74d; }

