/* Basic Elements */
body {
	margin: 0 auto;
	background-image: url(../images/holz.jpg);
	padding: 10px 0 30px 0;

	
	
	}
#container {
	width: 820px;
	margin: 0 auto;
	background-color: #FFFFFF;
	//outline: 1px solid #A5A5A5;
	background-image: url(../images/t.jpg);
	background-repeat:repeat-y;

		
	}
	
#containeroben {
	width: 820px;
	height: 250px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/bogen3.gif);
	
	}
	
#header {
	width: 820px;
	/*height: 250px;*/
	/*margin 0 auto;*/
	
	
	}
#content {
	padding: 20px;
	float: right;
	width: 70%;
	background-color: transparent;
	/*border-left-color:  #767676;*/
	border-left-color: #000;
	border-left-style: solid;
	border-width: 1px;
	min-height: 470px;
	height:auto !important;  /* für moderne Browser */
  	height:470px;  /*für den IE */
	}
#left {
	margin: 30px 0 0 20px;
	float: left;
	width: 20%;
	background-color: #FFFFFF;
	}

* html #left {
	margin: 15px 0 0 10px;
	padding: 0;
	float: left;
	width: 20%;
	background-color: #FFFFFF;}

#footer {
	width: 820px;
	height: 14px;
	text-align: center;
	font-size: 0.8em;
	background-color: transparent;
	clear: both;
	background-image: url(../images/foot.png);
	}

/* Sidebar */
#sidebar {

	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin: 0;
	padding 0;

	}
#sidebar ul {

	margin: 0;
	padding: 0;
	list-style: none;

	}


#sidebar li {
	border-top: 1px dotted #cecece;
	background-color: #6e2d20;
	margin: 0;
	padding: 0;
	
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	background-color: #cecece
	border-right: 1px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 1px;
	}

#sidebar li a:hover {
	color: #e93815;
	border-right: 7px solid #e93815;
	}

#sidebar li a:active {
	color: #e93815;
	border-right: 7px solid #e93815;
	}

/* Additional styles */
p {
	padding: 2px;
	margin: 0;
	}
/*--------------------------------*/
/* Für die Texte in den Tagesmenüs*/
/*--------------------------------*/

/*Die Wochentage*/
#days {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
	text-align: left;

	}
/*Die Suppe*/
#soup {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	}
/*Die Tagestexte*/
#daytext {
	font-size: 13pt;
	color: #000;
	text-align: left;
	}
/*Das Datum*/
#date {
	font-size: 15pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
/*Die Überschrift*/
#title {
	font-size: 20pt;
	font-weight: bold;
	color: #FF0000;
	text-align: center;	
	}
/*-------------------------------------*/

/*--------------------------------*/
/* Für die Texte in den Tagesmenüs*/
/*--------------------------------*/

/*Die Wochentage*/
#daysplan {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
	text-align: center;

	}
/*Die Tagestexte*/
#daytextplan {
	font-size: 13pt;
	color: #000;
	text-align: center;
	}
/*-------------------------------------*/


/*-------------------------------------*/
/* Der Hinweis: Änderungen vorbehalten*/
/*-------------------------------------*/
#hinweis {
	text-align: center;
	font-size: 10pt;
	}
/*-------------------------------------*/

#printadress {
	display: none;
	text-align: center;
	font-size: 16pt;
	}

#printtitle {
	display: none;
	text-align: center;
	font-size: 20pt;
	}

img {
	border: 0;
	}
h1 {
	display: none;
	}


a {
	color: #000;
	text-decoration: none;
	font-family: arial;
	}
a:hover {
	color: #FF1F00;
	}

th {
	color: #FF0000;
	font-size: 12pt;

   }

