/* ************************************************************************************* */
/* General Styles ********************************************************************** */
body {
	background: url(../images/contentsection_freizeit_bg.gif) repeat-y 200px;
}

div#content_main_left {
	background: #ead6a4;
}


/* ************************************************************************************* */
/* Main navigation (level1 + level2) *************************************************** */

/* Background of the GMENU row has to be adjusted */
div#naviMain {
	background: url(../images/naviMain_freizeit_bg.gif) repeat-x;
}
div#naviMain ul.level1 {
	background: url(../images/fries_freizeit.jpg) no-repeat 0 18px;
}

/* We change the color of the dummy border (that prevents the graphics from jumping) */
div#naviMain ul.level1 li.no a img {
    border-right: 1px solid #D2C49E;
    border-left: 1px solid #D2C49E;
}

/* We set the bg color of the subnavigation */
div#naviMain ul.level2 {
	left: 326px;
    background: #E6D5A5;
}

/* We set the color and bg for the active state */
div#naviMain ul.level2 li.act a,
div#naviMain ul.level2 li.cur a {
	color: #48341a;
	background: #eeac54;
}


/* ************************************************************************************* */
/* Subnavi level3 + level4 ************************************************************* */

div#content_main_left ul.level3 {
	background: #ead6a4;
}

div#content_main_left ul.level3 li a {
	color: #746b53;
}

div#content_main_left ul.level3 li.act a, 
div#content_main_left ul.level3 li.cur a {
	color: #48341a;
	background: #eeac54;
}

div#content_main_left ul.level4 li a {
	border-top: 1px solid #ead6a4;
	border-bottom: 1px solid #ead6a4;
}

div#content_main_left ul.level4 li.cur a {
	background: #eeac54;
}

