@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}

img {
	border:0;
}

#container {
	background-color:#000;
	width: 768px;
	margin:0px auto;
	position: relative;
	border-left:17px solid #fff;
	border-right:17px solid #fff;
	border-bottom:17px solid #fff;
}

#header {
	margin:0;
}
	
#nav {
	list-style-type:none;
	background-color:#fff;
	height:28px;
	width:750px;
	margin-top:0;
	padding-top:18px;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:0;
	padding-left:20px;
}

#nav li {
	display:inline;	
	margin-left:28px;
	margin-right:28px;
}

#nav li a {
	font-weight: bold;
	color:#000;
	font-size: 12px;
	text-decoration: none;	
}

#nav li a:hover {
	color:red;
}

#left {
	width:328px;
	float:left;
	border-right:6px solid #fff;
}

#right {
	width:434px;
	float:right;
}

#left h3, #right h3 {
	width:115px;
	height:35px;
	margin:0;
	padding:0;	
}

#artist {
	height:180px;
	border-bottom:3px solid #fff;
}

#artist h3 {
	background-image: url("../images/titel_artist.png");
}

#artist p {
	width:160px;
	margin-left:15px;
}

#specials {
	border-bottom:3px solid #fff;
	background-image:url("../images/line_specials.gif");	
	background-repeat:repeat-x;
	height:180px;
}

#specials h3 {
	background-image: url("../images/titel_specials.png");
}

#specials p {
	font-size:10px;
	width:300px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}

#facebook {
	height:115px;
}

#facebook h3 {
	background-image: url("../images/titel_facebook.png");
}

#facebook p {
	font-size:16px;
	margin-left:15px;
	margin-top:0px;
}

#monthly_poster {
	height:180px;
	background-image: url("../images/newsletter.jpg");
	border-bottom:3px solid #fff;
}

#monthly_poster h3 {
	background-image: url("../images/titel_monthly.png");
}

#monthly_poster img {
	margin-left:280px;
	margin-top:35px;
}

#restaurant {
	background-color:red;
	height:180px;
	border-bottom:3px solid #fff;
}

#restaurant h3 {
	background-image: url("../images/titel_restaurant.png");
}

#restaurant p {
	margin-top:15px;
	margin-left:15px;
}

#contact_home {
	background-image:url("../images/line_specials.gif");	
	background-repeat:repeat-x;
	height:115px;
}

#contact_home h3 {
	background-image: url("../images/titel_contact.png");
}

p.contact_p {
	margin-top:15px;
	margin-left:15px;
	width:170px;
}

.align_right {
	float:right;
	
}		

.align_left {
	float:left;
}
	
h1 {
	font-size:20px;
	height:25px;
	margin-top: 10px;
	margin-left: 20px;
}	

div#content {
	width: 733px;
	font-size:11px;	
	margin-left: 20px;
	margin-top: 10px;
}

.wpcf7 {
	margin-left:20px;
	font-size:11px;
	float:left;
}

.contact {
	float:right;
	font-size:14px;
	padding-right:20px;
}

#gallery {
	margin-left: 20px;
	font-size:11px;	
}

#gallery img {
	border:5px solid #fff;
	margin:8px;
}

#gallery strong {
	font-size:15px;
}

a {
	color:#FFF000;
}

.hide {
	display:none;
}

.black_text {
	color:#000;
}

.menu_table {
	padding-left: 0px;	
	margin-left:10px;
}

.wpcf7-not-valid-tip-no-ajax {
	margin-left:5px;
}

div#footer {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	margin-top:5px;

	
}

div#footer p  {
	padding:0; margin:0;
}

div#footer p a {
	font-family:verdana;
	font-size:10px;
	color: #999;
	text-decoration:none;
}

div#footer p a:hover {
	font-family:verdana;
	font-size:10px;
	color: #999;
	text-decoration:underline;
}