/* CSS Document */

* {
margin: 0px;
padding: 0px;
border: 0px;
}


body {
	background-color:#000000;
	width:900px;
	text-align:center;
	font-family:"Lucida Sans";
	font-size:18px;
	color:#CCCCCC;
	margin: 0 auto;
}


/*p:first-letter {
	color:#993300;
	font-size:xx-large
}*/

h2{
	padding-bottom:10px;
}

hr{
	width:400px; 
	background-color:#330000;

	height:2px;
  	margin:5px auto;
}

:focus {
	outline: none;
}

.ticker {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	margin:0 250px;
	max-width: 400px;
	overflow:hidden;
}



.navi {
	background-color:#000000;
 	top: 0px; 
	height: 180px; 
	width: 900px; 
	margin:auto;
	z-index:5
	
}

.border {
	margin: 0 auto;
	float:left;
	position: absolute; 
	top: 180px; 
	height: 420px; 
	width: 60px; 
	z-index:2;
	margin-left:25px;
}



.pergament{
	top:185px;
	position:absolute;
	z-index:1;
	margin-left:175px;
}


.relative{
	left:140px;
	width:700px;
	text-align:left;
	max-height:420px;
	z-index:2;
	position:relative;
	font-size:large;
}

.social{
	padding:20px 15px 0 0;
}

#fotos {
	width:670px;
	margin-left:-25px;
	margin-top:50px;
	height:330px;
	overflow:auto
}

#getraenke {
	text-align:center;
	margin-top:40px;
	margin-left:45px;
	width:560px;
	max-height:350px;
	color:#330000;
	overflow:inherit;
	font-size:large;
}

#shisha{
	margin-top:10px;
	max-height:385px;
	text-align:justify;
	overflow:auto;
	padding-right:30px;

}

#shisha p{
	margin-bottom: 10px;
}

#relativeevents{

	width:615px;
	overflow:hidden;
}


#events{
	width:550px;
	margin:0 auto;
	margin-top:-20px;
}

#home{
	margin-top:20px;
	margin-left:20px;

	text-align:justify;
	width:720px;
}

#home p{
	margin-bottom: 10px;
}

#schild{
	float:right; 
	padding-top:15px; 
	padding-left:15px;
}

IMG.fotos {
	border-width: 2px;
	border-style: solid;
	border-color:#DBDBDB;
	padding: 0px;
	margin: 4px;
}



table{
	padding-top:30px;
	width:440px;
	border-width:0;
	margin:0 auto;
	text-align:center
}

table tr{
	padding-bottom:50px;
}



dl.imgleft{
float: left;
margin-right: 15px;
margin-bottom: 5px;
max-width:150px;
}

dl.imgleft dt {
margin: 0 auto;
}

dl.imgleft dd {
text-align:center;
margin: 0;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
font-style:italic
}


#dimmer {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	z-index: 1000;
	
}

div.modal {
	display: none;
	position: absolute;	
	border: 1px solid #727272;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	-khtml-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	background-color: #000;
	width: 420px;
	height: 620px;
	top:20px;
	left:50%;
	margin-left:-210px;
	z-index: 2000;
	overflow: hidden;
}

