@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixRtHdr #mainContent {
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	background-color: #FFC;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#menuTbl {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.twoColFixRtHdr #container #sidebar1 table tr td {
	font-size: 0.8em;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: "Courier New", Courier, monospace;
	color: #6A5FA9;
	font-size: 36px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #footer {
	background-color: #F6821F;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sarmenu {
	color: #F6821F;
	margin-bottom: 3px;
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	font-weight: bold;
	color: #F6821F;
	margin-top: 0px;
	margin-bottom: 3px;
}


.sarmenuinhalt {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-weight: bold;
}
.speise {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #544A8A;
	margin-top: 5px;
	margin-bottom: 3px;
}
.inhalt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
	margin-top: 3px;
	margin-bottom: 3px;
}
.preis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
.beschreibung {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	margin-top: 3px;
}
.nader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #333;
	margin-bottom: 0px;
}
.title2 {
	font-size: 2em;
	font-weight: bold;
	color: #F6821F;
	font-family: "Courier New", Courier, monospace;
}
.title3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	font-weight: bold;
	color: #F6821F;
}
.title4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #F6821F;
	margin-bottom: 0px;
}

