/* ************************************************************************************* */
/* General Styles ********************************************************************** */
body {
	background: url(../images/contentsection_region_bg.gif) repeat-y 200px;
}

div#content_main_left {
	background: #c7d5d6;
}


/* ************************************************************************************* */
/* Main navigation (level1 + level2) *************************************************** */

/* Background of the GMENU row has to be adjusted */
div#naviMain {
	background: url(../images/naviMain_region_bg.gif) repeat-x;
}
div#naviMain ul.level1 {
	background: url(../images/fries_region.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 #B9C4C5;
    border-left: 1px solid #B9C4C5;
}

/* We set the bg color of the subnavigation */
div#naviMain ul.level2 {
	left: 568px;
    background: #c7d5d6;
}

/* 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: #34404b;
	background: #819fbb;
}


/* ************************************************************************************* */
/* Subnavi level3 + level4 ************************************************************* */

div#content_main_left ul.level3 {
	background: #c7d5d6;
}

div#content_main_left ul.level3 li a {
	color: #636a6b;
}

div#content_main_left ul.level3 li.act a, 
div#content_main_left ul.level3 li.cur a {
	color: #34404b;
	background: #819fbb;
}

div#content_main_left ul.level4 li a {
	border-top: 1px solid #c7d5d6;
	border-bottom: 1px solid #c7d5d6;
}

div#content_main_left ul.level4 li.cur a {
	color: #000000;
	background: #819fbb;
}


td.bezeichnung {
	font-size: 13px;
	}
	
td.preis {
	font-size: 13px;
	}

td.h1 {
	font-size: 15px;
	}

td.label {
	font-size: 15px;
	}



