/* LAYER & TABLE SETTINGS */

#TopAktionen {
	position: absolute;
	top: 0px; left: 0px;
}

.TopBgRepeated {
	height: 150px;
	vertical-align: bottom;
	text-align: center;
	
	background:url(../img/background-top-repeatx.jpg) repeat-x;
}

	#TopHeaderBox1 {
		display: block;
		
		width: 800px;
		height: 100px;
		
		background:url(../img/TopHeaderPart1.jpg) no-repeat;
	}
	
.TopBgSplash {
	height: 125px;
	text-align: center;
}
	
	#TopHeaderBox2 {
		display: block;
		
		width: 800px;
		height: 125px;
	}
	
.Navigation {
	background: #fab534;
	width: 215px;
	
	vertical-align: top;
}

	.NavilinkSite {
		display: block;
		width: 215px;
		height: 30px;
		
		color: #773418 !important;
		
		border-bottom: 1px dotted #ffcc6d;
		padding-left: 20px;
		padding-top: 10px;
		
		background: #ecab31;
	}
	
		.NavilinkSite:link, .NavilinkSite:active, .NavilinkSite:visited {
			font-weight: bold;
			text-decoration: none !important;
		}
		
		.NavilinkSite:hover {
			font-weight: bold;
			text-decoration: underline !important;
		}
		
	.NavilinkCat {
		display: block;
		width: 215px;
		height: 30px;
		
		text-decoration: none !important;
		color: #773418 !important;
		
		border-bottom: 1px dotted #ffcc6d;
		padding-left: 40px;
		padding-top: 10px;
	}
	
		.NavilinkCat:link, .NavilinkCat:active, .NavilinkCat:visited {
			font-weight: normal;
		}
		
		.NavilinkCat:hover {
			font-weight: bold;
			color: #f5f9c6 !important;
		}
		
		#ActiveCat {
			font-weight: bold !important;
			color: #f5f9c6 !important;
		}
		
	.NavilinkSubcat {
		display: block;
		width: 215px;
		height: 30px;
		
		text-decoration: none !important;
		color: #773418 !important;
		
		border-bottom: 1px dotted #ffcc6d;
		padding-left: 60px;
		padding-top: 10px;
		
		background: url(../img/SubcatArrow.jpg) repeat-y right;
	}
	
		.NavilinkSubcat:link, .NavilinkSubcat:active, .NavilinkSubcat:visited {
			font-weight: normal;
		}
		
		.NavilinkSubcat:hover {
			font-weight: bold;
			color: #f5f9c6 !important;
		}
		
		#ActiveSubcat {
			font-weight: bold !important;
			color: #f5f9c6 !important;
		}

.Content {
	background: #edd895;
	width: 507px;
	
	vertical-align: top;
}

	.Content #TitleHeader {
		display: block;
		float: left;
		
		padding-top: 12px;
		padding-left: 20px;
		width: 507px;
		height: 45px;
		
		background: url(../img/TitleHeader.jpg) no-repeat;
		
		color: #795109;
		font-size: 12pt;
		font-weight: bold;
	}
	
	.Content #MainContent {
		display: block;
		float: left;
		
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		width: 507px;
		
		line-height: 20px;
	}
	
	.SpeisekarteTitel {
		color: #59070d;
		font-size: 14pt;
			
		display: block;
		border-bottom: 1px solid #59070d;
	}
	
	.SpeisekarteName {
		background: #f5f9c6;

		font-size: 10pt;
	}
	
	.SpeisekarteNummer {
		background: #59070d;

		color: #f5f9c6;
		font-size: 8pt;
		font-weight: bold;
	}
	
	.SpeisekartePreis {
		background: #f5f9c6;

		color: #795109;
		font-size: 10pt;
		font-weight: bold;
	}
	
	.SpeisekarteSpacer {
		height: 20px;
		
		display: block;
		border-top: 1px solid #59070d;
	}
	
#PageImages {
	position: absolute;
	
	padding-left: 5px;
	padding-top: 5px;
}

	#PageImages img {
		display: block;
		border: none;
	}
		
.Footer {
	text-align: center;
	color: #fff7e8;
	font-size: 8pt;
	
	padding: 15px;
}
