﻿

/* General Page related style*/
body{
	margin:0px;	
	padding:0px;
	background: url('../images/bg.png') repeat left top;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

p{
	margin: 0px;
}

h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}

/*Page Structure*/
#mainDiv{
	width: 803px;
	margin: 50px auto;
	padding:0px;
	background: transparent;
	border: transparent;
}

.clearDiv{
	clear: both;
	float: none;
}

	/*Page Frame Style*/
	#top{
		width: 803px;
		height: 8px;
		margin: 0px;
		padding: 0px;
		background: transparent url('../images/top.png') no-repeat bottom center;
	}
	
	/*Middle Area Style*/
		#middle{
			width: 803px;
			margin-top: -1px;
			padding: 0px 6px;			
			background: transparent url('../images/middle.png') repeat-y center left;
		}
		#content{
			width: 792px;
			margin: 0px;
			position: relative;
			background: #8c0222;
			text-align: left;
		}
		#leftPanel{
			width: 250px;
			float: left;
			position: relative;
		}
		#spDiv{
			width: 10px;
			margin: 0px 0px;
			padding: 0px;
			float:left;
			background: white;
		}
		#rightPanel{
			width: 525px;
			float:left;
			padding: 10px 5px;
			border-left: 5px solid #ffffff;
			overflow: hidden;
			min-height: 600px;
			height: auto !important;
		}
		#bottom{
			width: 803px;
			height: 7px;
			margin: 0px;
			padding: 0px;
			background: transparent url('../images/bottom.png') no-repeat top;
		}
	
	/*Left Panel Style*/
	#leftTopMotiv{
		width: 135px;
		height: 150px;
		margin: -3px -1px;
		background: url('../images/leftTopMotiv.png') no-repeat;
	}
	#leftBottomMotiv{
		width: 250px;
		height: 165px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		margin: 0px 0px -2px 0px;
		background: url('../images/food.png') no-repeat bottom left;
	}	
	/*Logo*/
	#logo{
		width: 250px;
		height: 250px;
		margin: 0px 0px 0px 0px;
		background: url('../images/logo.png') no-repeat;
		cursor: pointer;
	}
	
	/*Top Menu style is here! */
	#topMenu{
		width: 530px;
		height: 35px;
		margin-left: 3px;
	}
	#topMenu a{
		float: left;
		margin: 2px 0px 0px 0px;
		padding: 7px 3px;
		background: transparent;
		font-size: 13px;
		/*font-weight: bold;*/
		color: #660033;
		text-decoration: none;
	}
	#topMenu a:hover{
		color: #cc0000;
	}
	#topMenu a:active{
		background: #ff9933;
	}
	.topMenuDivider{
		width: 4px;
		height: 35px;
		margin: 0px 2px;
		float: left;
		background: url('../images/topMenuDivider.png') no-repeat;
	}
	#topMenuLeft{
		width: 5px;
		height: 35px;
		float:left;
		background: url('../images/topMenuLeft.png') no-repeat;
	}
	#topMenuBg{
		height: 35px;
		float: left;
		background: url('../images/topMenuBg.png') repeat-x;
	}
	#topMenuRight{
		width: 5px;
		height: 35px;
		float: left;
		background: url('../images/topMenuRight.png') no-repeat;
	}
	
	/*Home Intro Page style*/
	#dummy{
		width: 500px;
		height: 200px;
	}	
	.introSmall{
		width: 235px;
		height: 140px;
		margin: 20px 5px 10px 10px;
		float:left;
		background: url('../images/introSmallBg.png') no-repeat;
	}
	.introBig{
		width: 500px;
		height: 150px;
		margin: 5px;
		float:left;
		background: #830222;
	}
	.introSmall h2{
		color: #993333;
		font-size: 15px;
		margin: 4px 50px 2px 8px;
		border-bottom: 1px dotted #660033;
	}
	.introSmall .text{
		margin: 35px 30px 5px 25px;
		font-size: 13px;
	}
	#introSmall1{
		background: url('../images/dance.png') no-repeat;
	}
	#introSmall2{
		background: url('../images/cathering.png') no-repeat;
	}
	#introSmall3{
		background: url('../images/kitchen.png') no-repeat;
	}
	#introSmall4{
		background: url('../images/kontakt.png') no-repeat;
	}
		
	/*Pages style*/
	#rightContent{
		width: 515px;
		margin: 5px;
	}
	#container{
		width: 1px; 
		height: 1px;
		overflow: hidden;
	}
	.pageTitle{
		height: 25px;
		background: url('../images/titlebul.png') no-repeat top left;
		padding-left: 30px;
		color: #ccff99;
	}


	.pageTitle h3{
		padding-top: 3px;
	}
	.pageContent{
		margin: 10px 20px;
		font-size: 12px;
		color: ccffcc;
	}
	.pageContent img{
		width: 430px;
		height: 160px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}

	.page2Content{
		margin: 10px 20px;
		font-size: 12px;
		color: ccffcc;
	}
	.pageContent img{
		width: 430px;
		height: 160px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}


	.page3Content{
		margin: 10px 20px;
		font-size: 12px;
		color: ccffcc;
	}
	.pageContent img{
		width: 400px;
		height: 200px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}


	.page4Content{
		margin: 0px 0px;
		font-size: 12px;
		color: ccffcc;
	}
	.pageContent img{
		width: 400px;
		height: 200px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}
	.page5Content{
		margin: 0px 0px;
		font-size: 12px;
		color: ccffcc;
	}
	.page12Content{
		text-align: center;
		width: 450px;
		margin: 0px 0px;
		font-size: 12px;
		color: ccffcc;
	}
	.page14Content{		
		width: 450px;
		margin: 0px 0px;
		font-size: 12px;
		color: ccffcc;
	}
	.page15Content{
		text-align: center;
		width: 450px;
		margin: 0px 0px;
		font-size: 14px;
		color: ccff99;
	}
	.pageContent img{
		width: 299px;
		height: 395px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}

	.page6Content{
		margin: 0px 0px;
		font-size: 12px;
		color: ccffcc;
	}
	.pageContent img{
		width: 80px;
		height: 80px;
		margin: 5px 10px 5px 0px;;
		border: 4px solid #cc6666;
		float: left;
	}






	
	#homeIntro{
		width: 515px;
		
	}
	#uberuns{		
		width: 515px;
		padding: 5px 30px;
	}
	
	/*Speisekarte*/
	#speisekarte{
		width: 515px;
		color: #ffffff;
		position: relative;
	}
	#speisekarte #downloadPdf{
		height:25px;
		padding-left: 25px;
		margin: 10px;
		background: url('../images/pdficon.png') no-repeat;
	}
	#speisekarte h3{
		font-size: 12px;
		margin: 0px;
	}
	#speisekarte hr{
		margin: 10px 30px;
		height: 1px;
		color: bb0022;
	}
	#menuContext{
		width: 135px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		visibility: hidden;
		top: 150px;
		left: 848px;
		text-align: left;
		
	}
	#menuContext ul a{
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
	}
	#menuContext ul ul a{
		font-size: 12px;
		color: #ffffcc;
		text-decoration: none;
	}
	#menuContext ul ul a:hover{
		border-bottom: 1px dotted #cc6666;
	}
	
	#menuContext ul{
		margin: 0px;
		padding: 2px 0px 2px 0px;
		list-style: none;
		list-style-image: none;
	}
	#menuContext ul li{
		margin: 5px 0px 0px 2px;
		border-bottom: 1px solid #cc6666;
		border-left: 3px solid #cc6666;
	}
	#menuContext ul ul li{
		margin: 0px 0px 0px 5px;
		border: 0px;
	}
	#menuContextTop{
		width: 135px;
		height: 5px;
		background: url('../images/menuContextTop.png') no-repeat left bottom;
	}
	#menuContextContent{
		width: 135px;
		background: url('../images/menuContextContent.png') repeat-y;
	}
	#menuContextFoot{
		width: 135px;
		height: 5px;
		background: url('../images/menuContextFoot.png') no-repeat;
	}
		.listTitle{
			margin: 10px 10px 10px 25px;
			color: eeffff;
			font-size: 14px;
			border-bottom: 1px dotted #cc6666;
		}
		.tableDiv{
			width: 350px;
			float: left;
			margin-right: 10px;
			padding-left: 20px;
		}


		.tableDiv2{
			width: 450px;
			float: left;
			margin-right: 10px;
			padding-left: 20px;
		}

		.tableDiv .listItem{
			width: 330px;
			border-bottom: 0px dotted white;
		}
		.listItemHover{
			background: #cc0f0f;
			border-left: 2px solid white;
		}
		.tableDiv .text{
			width: 250px;
			margin: 5px 2px;
			padding-left: 10px;
			font-size: 12px;
			color: ccccff;
			float: left;
			
		}
		.tableDiv .text .detail{
			padding-left: 20px;
			font-size: 11px;
			color: #eeffff;
		}

		.tableDiv .text3{
			width: 300px;
			margin: 5px 2px;
			padding-left: 10px;
			font-size: 11px;
			color: eeffff;
			float: left;
			
		}

		.tableDiv .text7{
			padding-left: 100px;
			font-size: 12px;
			color: #ccffaa;
			float: left;
			
		}








		.tableDiv2 .value{
			color: ccccff;
			width: 50px;
			margin: 5px 2px;
			float: left;
			font-size: 12px;
		}

		.tableDiv2 .value .valueoben{
			font-size: 12px;
			color: #9999ff;
			float: left;
			
		}

		.tableDiv2 .value .valueunten{
			font-size: 12px;
			color: #9999ff;
			float: left;
			
		}
		.tableDiv .value{
			color: ccccff;
			width: 50px;
			margin: 5px 2px;
			float: left;
			font-size: 12px;
		}

		.tableDiv .value .valueoben{
			font-size: 12px;
			color: #9999ff;
			float: left;
			
		}

		.tableDiv .value .valueunten{
			font-size: 12px;
			color: #9999ff;
			float: left;
			
		}



                .tableDiv .price{
			width: 50px;
			margin: 5px 2px;
			float: left;
			font-size: 12px;
			color: #9999ff;
		}

		.tableDiv .price2{
			color: ccccff;
			width: 45px;
			margin: 5px 2px;
			float: left;
			font-size: 12px;
			color: #9999ff;
		}

		.tableDiv .price .priceo{
			font-size: 12px;
			color: ccccff;
			float: left;
			
		}

		.tableDiv .price .priceu{
			font-size: 12px;
			color: ccccff;
			float: left;
			
		}










		.tableDiv .text2{
			width: 220px;
			margin: 5px 2px;
			padding-left: 10px;
			font-size: 12px;
			color: ccccff;
			float: left;
			
		}
		.tableDiv .text2 .detail2{
			padding-left: 20px;
			font-size: 10px;
			color: #eeffff;
		}
		.tableDiv .text4{
			width: 280px;
			margin: 5px 2px;
			padding-left: 10px;
			font-size: 12px;
			color: ccccff;
			float: left;
			
		}
		.tableDiv .text4 .detail4{
			padding-left: 20px;
			font-size: 10px;
			color: #eeffff;
		}



		.tableDiv2 .text4{
			width: 280px;
			margin: 5px 2px;
			padding-left: 10px;
			font-size: 12px;
			color: #ccccff;
			float: left;
			
		}
		.tableDiv2 .text4 .detail4{
			padding-left: 20px;
			font-size: 11px;
			color: #eeffff;
		}

		.tableDiv2 .text8{
			width: 280px;
			margin: 5px 2px;
			padding-left: 0px;
			font-size: 13px;
			color: #00ccbb;
			float: left;
			
		}

		.tableDiv2 .text7{
			width: 280px;
			margin: 5px 2px;
			padding-left: 100px;
			font-size: 12px;
			color: #ccffaa;
			float: left;
			
		}


	
		}
		.tableDiv .image{
			width: 45px;
			margin: 5px 2px;
			float: left;
		}

		
		.imageDiv{
			float: right;
			width: 130px;
		}
	
	#bilder{
		width: 515px;
		text-align: center;		
	}
	#bilder object, embed{
		border: 4px solid #cc6666;
	}
		/*picture galery*/
		#bilder #galery{
			margin: 20px;
		}
	#impressum{
		width: 515px;
		padding: 5px 20px;
	}
	#kontakt{
		width: 515px;
		padding: 5px 20px;
	}
		#kontakt #routePlanner{
			width: 435px;
			margin: 10px 0px 10px 30px;
			padding: 0px;
			border: 4px solid #cc6666;
		}
		#kontakt #routePlanner table, tr{
			padding: 0px;
			margin: 0px;
		}
	
	#guestBook{
		width: 515px;
		padding: 5px;
	}
	#guestBook .pageContent{
		margin:5px;
	}
	#guestBook .contentIframe{
		width: 500px;
		height: 600px;
		margin: 0px;
		padding: 0px;
	}
	/*CopyRight */
	#copyRight{
		width: 803px;
		height: 45px;
		margin: 20px auto;
		}
	#cLeft{
		width: 8px;
		height: 45px;
		float: left;
		background: url('../images/cLeft.png') no-repeat;
	}
	#cMiddle{
		width:787px;
		height: 45px;
		float:left;
		text-align: center;
		color: #ffffff;
		background: url('../images/cMiddle.png') repeat-x;
	}
	#cRight{
		width: 8px;
		height: 45px;
		float: right;
		background: url('../images/cRight.png') no-repeat;
	}
	#copyRightText{
		margin: 13px 5px 5px 5px;
		font-size: 11px;
	}
	