/********************************************************
 * Stylesheet fuer roten Farbraum
 *
 * Dunkel: #46659c
 * Hell: #e3ebf9
 * Mittel: #b7cef7
 ********************************************************/

body {
	
	background-image:url(../img/bg_body_def.gif);
}
#stripe {
	background-image:url(../img/bg_stripe_def.jpg);
}
#mainmenu {
	background-image:url(../img/bg_stripe_def.jpg);
}

/* Dunkle Schrift */
h1,a,
#header a:hover,#header a:focus,#header a.active,
#cLeft,
.breadcrumb a:hover,.breadcrumb a:focus,
.mainmenu a:focus,.mainmenu a:hover,.mainmenu a.active,
.colored_font,.colored_bg,.marked {
	color:#46659c;
}

/* Heller Hintergrund */
.mainmenu a:focus,.mainmenu a:hover,.mainmenu a.active,
.colored_bg,
#cLeft {
	background-color:#e3ebf9;
}

/* Dunkler Hintergrund */
h2.box,
.colored_bg_white {
	background-color:#46659c;
}

/* Mittlerer Hintergrund */
#mLeft {
	background-color:#b7cef7;
}

/* Dunkler Rand */
.mainmenu li {
	border-bottom:1px solid #46659c;
}
