body {
	background-color: #700006;
	font-family: "Trebuchet MS",Verdana,Sans-serif;
	font-size: 14px;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	overflow: scroll;
}


/* Main Container (über gesamte Seite)
----------------------------------------------- */
#MainContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
	background-color: #F8F8F8;
}


/* Header Container
----------------------------------------------- */
#header {
	width: 958px;
	padding: 10px 1px 0px 1px;
}


#logo {
	width: 350px;
	float: left;
	margin-left: 20px;
}


.SloganHeader {
	margin-top: 51px;
	float: right;
	margin-right: 20px;
}


/* Main Navi Container
----------------------------------------------- */
#MainNavi {
	background-color: #700006;
	width: 958px;
	height: 30px;
    margin-top: 10px;
}


#MainNavi a {
    font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #F8F8F8;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	border-right: 1px solid #F8F8F8;
}


#MainNavi a:hover{
    background-color: #B30400;
}


/* Container für den Hauptinhalt
----------------------------------------------- */
#MainContent {
	float: left; 
	width: 620px;
	margin-top: 20px;
	margin-left: 20px;
}


/* Container für die rechte Spalte
----------------------------------------------- */
#RightContent {
	float: left; 
	width: 296px;
	margin-top: 20px;
	margin-left: 20px;
}


/* Container für Boxen rechts
----------------------------------------------- */
#Box {
	width: 289px;
	background-image: url(images/box-bg.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}


#BoxContent {
	width: 269px;
	padding: 2px 15px 0px 10px;
}


#OpeningLeft {
	width: 142px;
	float: left;
}


#OpeningRight {
    width: 127px;
	float: right;
	text-align: left;
}


#ContactLeft {
	width: 60px;
	float: left;
	margin-top: -10px;
}


#ContactRight {
    width: 209px;
	float: right;
	margin-top: -10px;
	text-align: left;
}


#ReservationLeft {
	width: 84px;
	float: left;
}


#ReservationRight {
    width: 185px;
	float: right;
	text-align: left;
}


#ReservationLeft p {
	line-height: 17px;
}


#KategorieSpeisen {
	margin-left: 20px;
	margin-bottom: 40px;
}


#KategorieSpeisen p {
	line-height: 10px;
}


/* Container für Speisekarte
----------------------------------------------- */
#speisekarte {
	width: 560px;
	background-image: url(images/speisekarte-bg.png);
	background-repeat: repeat-y;
	border: 1px solid #700006;
	margin-top: 30px;
	padding: 20px 30px;
}


#nummern {
	float: left;
	width: 30px;
	font-weight: bold;
}


#gerichte {
	float: left;
	width: 430px;
}


#preise {
	float: right;
	width: 100px;
	text-align: right;
	font-weight: bold;
}
	


/* Container für Copyright
----------------------------------------------- */
#copyright {
	background-color: #700006;
	color: #F8F8F8;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	padding: 5px 15px 0px 0px;
	
}


/* Zentrale Formate definieren
----------------------------------------------- */
p {
	line-height:16px;
	padding:0px;
	margin-bottom: 10px;
}


a.textlink {
	color: #B30400;
	text-decoration: none;
}


a:hover.textlink {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #700006;
	margin-top: 0px;
	margin-bottom: 20px;
}


h3 {
	font-size: 14px;
	color: #700006;
	font-weight: bold;
	margin-top: 30px;
}


.headline {
	margin-bottom: 20px;
}


.bildrecht {
	margin-top: 0px;
	font-size: 10px;
	color: #999;
}


.eingabefeld {
  font-family: Verdana,Arial,Sans-serif;
  background-color: #EFEFEF;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  border-color: #DFDFDF;
  font-size: 13px;
  margin-bottom: 10px;
}


.button {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	background-color: #9B4C50;
    border: 1px solid #700006;
	height: 24px;
	width: 148px;
	padding: 2px 4px;
	cursor: pointer;
}


.ButtonKontakt {
	font-family:  Arial,Verdana,Sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	background-color: #9B4C50;
    border: 1px solid #700006;
	height: 24px;
    width: 100px;
	text-align: center;
	vertical-align: middle;
	margin-top: 22px;
	margin-right: 12px;
	cursor: pointer;
}


a.map {
	color:#700006;
	text-align:left;
	text-decoration: none;
}


a:hover.map {
	text-decoration: underline;
}