/********************************************************
 * Stylesheet fuer orangen Farbraum
 *
 * Dunkel: #DD7E02
 * Hell: FBEEE4
 * Mittel: #F8D5AB
 ********************************************************/

body {
	
	background-image:url(../img/bg_body_akademie.gif);
}
#stripe {
	background-image:url(../img/bg_stripe_akademie.jpg);
}
#mainmenu {
	background-image:url(../img/bg_stripe_akademie.jpg);
}


/* Dunkle Schriftfarbe */
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:#DD7E02;
}

/* Heller Hintergrund */
.mainmenu a:focus,.mainmenu a:hover,.mainmenu a.active,
.colored_bg,
#cLeft {
	background-color:#FBEEE4;
}

/* Dunkler Hintergrund */
h2.box,
.colored_bg_white {
	background-color:#DD7E02;
}

/* Mittlerer Hintergrund */
#mLeft {
	background-color:#F8D5AB;
}

/* Dunkler Rand unten */
.mainmenu li {
	border-bottom:1px solid #DD7E02;
}

input.submit {
	background-color:#DD7E02;
	border:1px solid #FBEEE4;
}

input.submit:hover {
	background-color:#FBEEE4;
	border:1px solid #DD7E02;
	color:#DD7E02;
}
