@charset "UTF-8";
/* CSS Document */

html{
		
}

body{
	background: black;
	text-align:center;
	margin: 20 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:lowercase;
	color:#d41900;
}

body#inner{
	background:#1f1919;
	text-align: left;
	margin-left:36px;
}

img{
	border:none;	
}

#wrapper{
	width:910px;
	margin:0 auto;
	text-align:left;
}

#header{
	margin:0;
	height:93px;
	background:#292020;
}

#menu{
	width:606px;
	float:left;
}

#upper_menu{
	position:relative;
	top:8px;
	left:14px;
	height:20px;
}

#lower_menu{
	position:relative;
	top:52px;
	left:14px;
	height:20px;
}

#logo{
	margin:0;
	width:304px;	
	float:right;
}


#stage{
	background:#292020;
	!float:left;
	!padding-bottom:6px;
}

#pic_area{
	width:400px;
	float:left;
	margin:0 0 0 14px;
}

#content{
	width:432px;
	height:230px;
	margin:0 auto;
	background:#1f1919;
	float:left;
	padding:36px 20px 0px 30px;
}


#content_wrapper{
	position:relative;
	height:238px;
}

#to_bottom{
	position:absolute;
	bottom:20px;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

ul li{
	display:block;
	float:left;
}

ul li.active a{
	color:#d41900;	
}

.seperator{
	color:#6f6f6f;
	margin: 0 10px 0 10px;
}


#footer{
	background:#1f1919;
	border:8px solid #292020;
	border-left:14px solid #292020;
	border-right:14px solid #292020;
	color:#6f6f6f;
	padding:5px;

}

#link_footer{
	margin-top:20px;	
}

#link_footer a{
	margin-right:10px;	
}


tr{
	height:20px;	
}


#alexander a,#cocktails a,#cub a{
	width:147px;
	height:68px;
	background-image: url(Bilder/baralexander_2.jpg);
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	float:left;
	margin-right:15px;
}

#alexander a:HOVER,#cocktails a:HOVER,#cub a:HOVER{
	width:147px;
	height:68px;
	background-image: url(Bilder/baralexander_2.jpg);
	display:block;
	background-repeat: no-repeat;
	background-position: 0px -68px;	
	float:left;
	margin-right:15px;
}

#cocktails a{
	background-image: url(Bilder/bareventservice2.jpg);	
}

#cocktails a:HOVER{
	background-image: url(Bilder/bareventservice2.jpg);		
}

#cub a{
	background-image: url(Bilder/cubit2.jpg);		
}

#cub a:HOVER{
	background-image: url(Bilder/cubit2.jpg);		
}



/********   Fonts     *******/
a{
	text-decoration : none;
	color:#6f6f6f;
}

a:HOVER{
	color:#d41900;	
}

h1{
	font-size:12px;
	font-weight: bold;
}

h2{
	font-size:14px;
	font-weight: normal;
}