@charset "utf-8";
/*////////////////////////////////////////////////////
//////////////// CSS Definitions for  /////////////////
///////////////// Restaurant Thelott ///////////////*/
/*
		Copyright:  fresh frames GmbH & Co. KG
					http://www.freshframes.com/
	
		Seite:		Restaurant Thelott
	
		Autor:		Stefanovski Alexander
					stefanovski@freshframes.com
					http://www.freshframes.com/

									*/

.hidden {
	display: none;
}

.hide {
	opacity: 0;
}
									
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/body_bg/bg_0.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f4f4f4 !important;
}

	#page {
		width: 100%;
		padding: 0;
		margin: 0 auto 0 auto;
		background: url(images/head_bg.png) repeat-x top;
	}

		#head {
			width: 1020px;
			height: 160px;
			margin: 0 auto 10px auto;
			background: url(images/head_flowers.png) no-repeat top right;
		}

			#logo {
				float: left;
				width: 280px;
				height: 160px;
			}

			#primary_navigation {
				float: left;
				width: 680px;
				height: 50px;
				margin: 120px 0 0 0;
			}
			
				#primary_navigation div#buttons {
					float: right;
					margin: 0;
				}
					
					#primary_navigation div#buttons ul {
						list-style: none;
						margin: 0;
						padding: 0;
					}
					
					#primary_navigation div#buttons ul li {
						float: left;
						font-family: Georgia, serif;
						font-size: 16px;
						color: #532C18;
						display: block;
						height: 40px;
						margin: 0 0 0 20px;
						padding: 0;
					}

						#primary_navigation div#buttons ul li a {
							color: #532C18;
							text-decoration: none;
							margin: 0;
						}
						
							#primary_navigation div#buttons ul li a:hover, #primary_navigation div#buttons ul li a.sel {
								font-size: 16px;
								color: #869ACC;
								margin: 0;
							}
							
								#primary_navigation div#buttons li.current_page_item a {
									color: #869ACC;
								}

		#content {
			width: 900px;
			margin: 0 auto 0 auto;
		}

			#stage {
				width: 900px;
				min-height: 450px;
				float: left;
				background: #FFFFFF;
			}
			
				#stage h1 {
					font-family: Georgia, serif;
					font-size: 18px;
					font-weight: normal;
					color: #532C18;
					margin: 20px 0 10px 10px;
				}
				
				#stage h2 {
					font-size: 16px;
					font-weight: bold;
					color: #B41931;
					margin: 10px 0 0 10px;
				}
				
				#stage h3 {
					font-size: 13px;
					font-weight: bold;
					margin: 10px 0 0 10px;
				}

				#stage p {
					color: #000000;
					line-height: 1.4em;
					margin: 5px 0 10px 10px;
				}
				
				#stage ul {
					margin: 0;
					padding: 0;
					list-style-image: url(images/layout/list_circle.jpg);
				}
				
					#stage ul li {
						margin: 0 0 10px 18px;
						padding: 0;
					}
					
				#stage a {
					color: #532C18;
					text-decoration: none;
				}
				
					#stage a:hover {
						text-decoration: underline;
					}
					
				#stage form#kontaktformular input, #stage form#kontaktformular textarea {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					border: 1px solid #B41931;
				}
				
				#stage input, #stage textarea {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					width: 200px !important;
				}
				
				#stage textarea {
					height: 80px !important;
				}

			#stage_foot {
				width: 900px;
			}
					
				#stage_foot_off {
					background: url(images/foot_off.png) no-repeat;
					height: 32px; 
					width: 900px; 
					float: left;
					cursor: pointer;
				}
				
				#stage_foot_on {
					background: url(images/foot_on.png) no-repeat;
					height: 0;
					width: 900px;
					float: left;
				}
				
					#stage_foot_on_txt {
						margin: 15px 0 0 470px;
					}
					
						#stage_foot_on_txt h1 {
							font-size: 12px;
							font-weight: bold;
							color: #532C18;
							margin: 5px 0 2px 0;
						}
						
						#stage_foot_on_txt p {
							font-size: 11px;
							color: #532C18;
							margin: 5px 0 0 0;
						}
						
							#stage_foot_on_txt a {
								color: #532C18;
								text-decoration: underline;
							}

								#stage_foot_on_txt a:hover {
									text-decoration: none;
								}
			
			#footer {
				float: right;
				margin: -35px 0 0 0;
			}

				#footer p {
					display: block;
					font-size: 11px;
					text-align: right;
					color: #FFFFFF;
				}

					#footer a {
						color: #F8D2E3;
						text-decoration: none;
					}

						#footer a:hover {
							text-decoration: underline;
						}
		
