/*
Project:	Clubkino Gelenau (mobil)
Stand:		April 2014
Webdesign: 	Falk Salevsky
*/
* {
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

a {
	color:#333333;
	text-decoration: underline;
}

a:hover {
	color:#999999;
	text-decoration: none;
}

p {
	font-size: 0.75em; /* 16 x 0,75 = 12 */
	margin-bottom: 5px;
	margin-top: 0px;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

ul {
	list-style-type:square;/*Aufzählungszeichen*/
	font-size:0.75em;
	font-style:inherit;
	margin-left:0.8em;
	color:#333;
	padding-left:15px;
	list-style-position:outside;	
}

@media (max-width: 319px) {
.nav_btn {
	font-size: 0.5em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}
#nav_Ueberschrift {
	font-size: 0.6em;
	line-height:1.4em;
}
#menu_btn {
	font-size: 0.6em;
	line-height:1.4em;
}
body>#nav_container { padding-top:3em; }
#nav_leiste_oben {height:1.8em}
#footer_bild_rechts {
	height:3.3em;
	top:0.4em;
	width:3em;
}
#main_content_map { height:253px}
}
@media (min-width: 320px) and (max-width: 479px) {
.nav_btn {
	font-size: 0.9em;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
}

#nav_Ueberschrift {	font-size: 0.9em;}
#menu_btn {	font-size: 0.9em;}
body>#nav_container { padding-top:4.2em; }
#nav_leiste_oben {height:2.3em}
#main_content_map { height:390px}
#footer_bild_rechts {
	height:5em;
	top:0.4em;
	width:4em;
}
}
@media (min-width: 480px) {
.nav_btn {
	font-size: 1em;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
}
#nav_Ueberschrift {
	font-size: 1em;
	line-height:1.4em;
}
#menu_btn {
	font-size: 1em;
	line-height:1.4em;
}
body>#nav_container { padding-top:5.5em; }
#nav_leiste_oben {height:3.8em}
#main_content_map { height:498px}

}
@media all and (orientation:landscape) {
}
@media all and (orientation:portrait) {
}

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16 x 1.125 = 18 */	/*font-size: 16px;*/
	font-variant:normal;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 5px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	line-height: 200%;
	text-indent: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 1.6em;
	/*text-indent: 5px;*/
	color: #333;
	padding-left:5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	line-height: 1.6;
	text-indent: 5px;
	color:#666;
}

#nav_container {
	margin-left: 1%;
	height: auto;
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1%;
	padding-right:1%;
	top: 5px;
	background-color:#CCCCCC;
	position: absolute;
	border-radius:0.6em;
	z-index:1
}

#blackbox_oben {/*überdeckt den Container beim scrollen*/
	left: 0;
	top: 0;
	width: 100%;
	background-color: #333333;
	position: absolute;
	height: 25px;
	z-index: 15;
}
body>#blackbox_oben { position:fixed;}

#nav_leiste_oben {
	margin-left: 1%;
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1%;
	padding-right:1%;
	top: 5px;
	background-color:#CCCCCC;
	position: absolute;
	border-top-left-radius:0.6em;
	border-top-right-radius:0.6em;
	z-index:20;
}

body>#nav_leiste_oben { position:fixed;}

#menu_btn {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	top: 8px;
	background-color: #333333;
	position: absolute;
	border-radius: 0.4em;
	color: #FFF;
	height: auto;
	z-index: 25;
	cursor: pointer;
}
.btnReservierung {
	width:2em; 
	height:2em;
	border:hidden; 
	box-shadow:2px 1px 1px #FFF; 
	background-color:transparent; 
	color:#FFF; 
	border-radius:0.25em; 
}
body>#menu_btn { position:fixed;}

#nav_listbox {
	Top:50px;
	left:1%;
	width:60%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.4em;
	z-index:30;
	margin-left:1%;
	background:#CCC;
	border-color:#333;
	border-radius:0.3em;
	border-style:solid ;
	border-width:thin;
}
body>#nav_listbox{
position:fixed;
}
#nav_listbox_program {
	Top:50px;
	left:1%;
	width:60%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.4em;
	z-index:30;
	margin-left:1%;
	background:#CCC;
	border-color:#333;
	border-radius:0.3em;
	border-style:solid ;
	border-width:thin;
}
body>#nav_listbox_program{ position:fixed;}

#nav_listbox_info {
	Top:50px;
	left:1%;
	width:60%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.4em;
	z-index:30;
	margin-left:1%;
	background:#CCC;
	border-color:#333;
	border-radius:0.3em;
	border-style:solid ;
	border-width:thin;
}
body>#nav_listbox_info{ position:fixed;}


#nav_container p {
	color:#333;
	/*margin-left:10px;*/
	/*margin-right:10px;*/	
}
#nav_container h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	line-height: 1.6;
	color: #666;
	/*text-shadow: 1px 1px 1px #333;*/
	padding-left: 0.4em;
}
#frmFilmtitel {
	border-color:#333;
	border-style:solid;
	padding-left:0.1em;
	padding-right:0.1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	border:#333 thin inset;
	margin-left:5px;
	margin-right:3px;
	margin-top:-4px;
	color:#333;
}

#content {
	width: 100%;
	height:100%;
	z-index:5;
}

#image_technik {
	z-index:10;
	background-repeat:no-repeat;
	background-size:50%;
	right:20px;
}
.nav_btn {
	clear: left;
	width: auto;
	background-color: #333333;
	cursor: pointer;
	height: auto;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	border-radius: 0.2em;
}

#main_content_map {
	width: 96%;
	float: left;
	margin-left: 1%;
	padding-left: 1%;
	padding-right: 1%;
	border-radius: 0.4em;
	color: #333;
}

body#main_content_map { color:#FFF; }

#nav_Ueberschrift {
	width: auto;
	height: auto;
	padding-bottom: 0.2;
	padding-top: 0px;
	margin-top: 1%;
	margin-buttom: 1%;
	margin-bottom: 1%;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-Bottom-width: thin;
	color: #333;
}

#footer {
	width:auto;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0.2em;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: thin;
	margin-top: 1%;
}

#footer_bild_rechts {
	height:3.5em;
	top:0.4em;
	width:4.8em;
	background-image:url(../images/hoppel6.png);
	/*background-image:url(../images/rudolf5.png);*/
	background-size:contain;
	background-repeat:no-repeat;
	right:0.4em;
	position:inherit;
	color: #FFF;
	z-index: 25;
}

#footer_bild_r {
	height:3.5em;
	top:0.4em;
	width:4.8em;
	background-image:url(../images/hoppel6.png);
	/*background-image:url(../images/rudolf5.png);*/
	background-size:contain;
	background-repeat:no-repeat;
	right:0.4em;
	position:inherit;
	color: #FFF;
	z-index: 25;
}
#Action_News {
	background-color: #333333;
	background-size:auto;
	background-repeat:no-repeat;
	width: 80%;
	height: 110px; 
	top: 80px;
	left:10%;
	position:absolute;
	border-radius: 1em;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color: #FFF;
	z-index: 25;
	
}
#Action_News p {
	font-size: 16px;
	color:#AFAEAE;
	padding: 10px;
		
}

