@charset "UTF-8";
/* VOLKSKÜCHE WEISSIG


dunkelgrün		#507839

hellgrün		#E5FFCF

orange			#C9AB3B

 */


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #000;
	text-align: center;
}

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*==============  NAVIGATION  =============*/
#header {
	display: none;
}
/*==========  ALLGEMEINES  ===========*/
table {
	border-spacing: 0;
}

table tr td {
	vertical-align: top;
	padding: 0 10px 0 0;
}

/*============  RIGHT  ==============*/
#right {
	display: none;
}

/*===========  MAIN  ==============*/
#main {
	width: 900px;
	float: left;
	background-color: #fff;
	padding: 0;
	position: relative;
	z-index: 1;
}

#main h1 {
	width: 764px;
	margin: 0px 0 10px 0;
	padding: 7px 5px 5px 0;
	font-size: 1.2em;
}

#main h2 {
	color: #507839;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#main p {
	margin-bottom: 20px;
}

#main a {
	color: #E6A510;
	font-weight: 900;
}

#main a:hover {
	text-decoration: underline;
}

#main ol,
#main ul {
	margin: 0 0 20px 20px;
}

#main ol li,
#main ul li {
	margin-bottom: 10px;
}

#main #kindergarten .ce_headline {
	color: #000;
}

#main #schule .ce_headline {
	color: #000;
}

#main #firma .ce_headline {
	color: #000;
}

#main #kantine .ce_headline {
	color: #000;
}

#main table {
	border-spacing: 0;
}

#main .pdf_link {
	display: none;
}

#main #content table tr td strong a {
	display: none;
}

/*=============== SPEISEPLAN  =============*/
#main table.speiseplan {
	width: 900px;
	margin-bottom: 20px;
}

#main table.speiseplan tr td {
	width: 180px;
	text-align: center;
	padding: 0;
}

#main table.speiseplan table.tag tr td {
	padding: 3px;
}

#main table.speiseplan table.tag {
	width: 180px;
	margin-bottom: 0;
}

#main table.speiseplan tr td.wochentag {
	width: 148px;
}

#main table.speiseplan table.tag tr td.essen_ohne,
#main table.speiseplan table.tag tr td.essen_mit {
	background-color: #ccc;
	height: 95px;
}

/*  KINDERGARTEN  */
.kindergarten #main table.speiseplan table.tag {
	border: 1px solid #E6A510;
}

.kindergarten #main table.speiseplan table.tag tr td.wochentag {
	background-color: #E6A510;
}

/*  SCHULE  */
.schule #main table.speiseplan table.tag {
	border: 1px solid #FFCC33;
}

.schule #main table.speiseplan table.tag tr td.wochentag {
	background-color: #FFCC33;
}

/*  FIRMA  */
.firma #main table.speiseplan table.tag {
	border: 1px solid #FFFF99;
}

.firma #main table.speiseplan table.tag tr td.wochentag {
	background-color: #FFFF99;
}

/*  KANTINE  */
.kantine #main table.speiseplan table.tag {
	border: 1px solid #FFFFCC;
}

.kantine #main table.speiseplan table.tag tr td.wochentag {
	background-color: #FFFFCC;
}
/*==========  SONSTIGES  ============*/
.invisible {
	display: none;
}

.clear {
	clear: both;
}
#statistik {
	line-height: 20%;
}