/********************************************************
 * Stylesheet fuer hellblauen Farbraum
 *
 * Dunkel: #5984AE
 * Hell: #E4EEF6
 * Mittel: #B5CCF3
 ********************************************************/

body {
	
	background-image:url(../img/bg_body_loesung.gif);
}
#stripe {
	background-image:url(../img/bg_stripe_loesung.jpg);
}
#mainmenu {
	background-image:url(../img/bg_stripe_loesung.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:#5984AE;
}

/* Heller Hintergrund */
.mainmenu a:focus,.mainmenu a:hover,.mainmenu a.active,
.colored_bg,
#cLeft {
	background-color:#E4EEF6;
}

/* Dunkler Hintergrund */
h2.box,
.colored_bg_white {
	background-color:#5984AE;
}

/* Mittlerer Hintergrund */
#mLeft {
	background-color:#B5CCF3;
}

/* Dunkler Rand */
.mainmenu li {
	border-bottom:1px solid #5984AE;
}



input.submit {
	background-color:#5984AE;
	border:1px solid #E4EEF6;
}

input.submit:hover {
	background-color:#E4EEF6;
	border:1px solid #5984AE;
	color:#5984AE;
}
