/* @override http://filmlexikon.uni-kiel.de/main.css */

/* @override http://filmlexikon.uni-kiel.de/main.css */

/* @override http://filmlexikon.uni-kiel.de/main.css */

@import url(http://fonts.googleapis.com/css?family=Jura);

@import url("../filmlexikon_global.css");
/* Filmlexikon design by immoview.de */

/* @group Global */
html,body {
	height: auto; 
	}

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	background-color: #FAFAFA;
	-webkit-text-size-adjust: none;
	}

STRONG {
	color: #2F548A;
	}

h1 {
	font-weight: normal;
	color: #2F548A;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 1.1em;
	}
	
#lexikon_box h1  {
	color: #2F548A;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.9em;
	background: url(images/h1.gif) no-repeat;
	padding-left: 35px;
	}	

#lexikon_box h2 {
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.9em;
	}

h2 {
	color: #2F548A;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.9em;
	}
    
h3 {
	color: #2F548A;
	font-size: 0.8em;
	 }
	    
h4, h5, h6 {
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	 } 

a {
	color: #2F548A;
	}
	
a:hover {
	text-decoration: none;
	}	

#lexikon_box p  {
	margin: 0;
	}


#lexikon_box .lexikonartikel {
	text-decoration: underline;
	color: #2F548A;
	background: url(images/artikel.gif) no-repeat left center;
	padding-left: 25px;
	border-bottom: 1px solid silver;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	}
	
#lexikon_box .lexikonartikel:hover {
	background-color: #fafafa;
	color: #333333;
	}

#lexikon_box .zurueck {
	display: inline-block;
	padding: 2px 10px 3px;
	color: white;
	background-color: #2F548A;
	text-decoration: none;
	-webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
	}
	
#lexikon_box .zurueck:hover {
	background-color: #4c4c4c;
	}

a.link_intern {
	color: #333333;
	padding: 2px;
	}
	
 a:hover.link_intern {
	color: white;
	background-color: #4c4c4c;
	}

  acronym {
   cursor: text;
   border: none;
	}
	
ol{
	list-style-type:decimal;
	margin:0 1.5em 1.5em 1.5em;
	}

/* @end */

/* @group Container */
#container {
	width: 60.63em;
	min-width: 900px;
	background-color: white;
	margin-top: 10px; /* Abstand Header */
	margin-bottom: 10px; /* Abstand Footer */
	/* CSS3 Effekt um Container: Rahmen und Schatten */
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	padding-top: 0px; /* Abstand zum Beginn Header - Änderungen in der Regel nicht erforderlich */
	padding-bottom: 0px; /* Abstand zum Abschluss Footer - Änderungen in der Regel nicht erforderlich */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	}
/* @end */

/* @group Header */
#header {
	height: 200px;
	width: 60.63em;
	background: url(images/bg_header.jpg) repeat-x 0 bottom;
	margin: 0;
	}
	
#headergrafik {
	height: 200px;
	width: 60.63em;
	min-width: 900px;
	background: url(../images/headler_left.jpg) no-repeat 15px bottom;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	}

#logo {
	right: 24px;
	top: 5px;
	}	

/* @end */

/* @group User Übersicht */

#useruebersicht {
 	 display: block;
 	 margin-top: 0;
 	 margin-bottom: 20px;
 	 font-size: 0.8em;
	}

#useruebersicht a {
	display: inline-block;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid silver;
    color: #3e6db7;
    padding: .4em .8em;
    text-decoration: none;
	margin: 0 2px 6px 0;
	}
	
#useruebersicht .useruebersicht_zahlen {
	display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 border-radius:3px;
     color: black;
     text-decoration: none;
     text-shadow: 0 1px 1px rgb(239, 242, 245);
	 margin: 2px;
	}

#useruebersicht a:hover, #useruebersicht a:active, #useruebersicht a:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
	color: #333;
	}

/* @end */

/* @group Kontaktseite */

.kontaktfoto_links   {
	margin: 0 20px 20px 0;
	float: left;
	border: 1px solid silver;
	padding: 5px 5px 15px;
	background-color: #f4f4f4;
	}

/* @end */

/* @group Search Breadcrumb Box*/

#search_breadcrumb_box {
	width: 60.63em;
	min-width: 900px;
	background-color: white;
	left: 0;
	position: relative; /* wichtig für nachfolgend absolut positionierte Elemente */
	display: block;
	height: 25px; /* Standardeinstellung, Änderung über main */
	clear: both;
	margin: 0 10px 20px; /* margin top u. botton, positionierung über left u. top */
	}	

/* @end */

/* @group Search */
	/* Gesamte Search Box - Positionen festlegen absolut */	
#search {
	position: relative;
	top: -70px;
	font-size: 0.9em;
	}
	
form#sucheformular  {
	margin-right: 25px;
	}	

/* Wrapper um Box sorgt für gleichmäßiges Padding und Border */	
#search .search-wrapper  {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	display: inline-block;
	float: right;
	background-color: white;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border: 1px solid silver;
	}
	
#search .search-wrapper:hover {
	background-color: white;
	}
	
* html #search .search-wrapper { /* Nur IE6 */
     width: 13em;
     margin-left: -4px;
  	}
	
#search legend{
	display: none;
	}
	
#search fieldset {
	border: none;
	}	
	
#search label {
	display: none;
	}
	
	/* Suchfeld */	
#search form.suchen input.text{
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	float: left;
	margin-left: 0.31em; /* 5px */
	margin-right: 0.31em; /* 5px */
	width: 15em;
	border: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 0.8em;
	background: white url(images/mobile/16px/search.png) no-repeat 5px center;
	outline: none;
	padding-left: 25px;
	}
	
	/* Button */	
#search form.suchen input.submit{
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border: none;
	color: white;
	vertical-align: middle;
	background: #2F548A;
	width: 5em; 
	margin-right: 0.31em; /* 5px */
	font-size: 0.8em;
	padding: 0.25em;
	}
	
	/* Suchfeld hover */	
	#search form.suchen input.submit:hover{
	background: #4c4c4c;
	font-size: 0.8em;
	cursor: pointer;
	}	

/* @group Breadcrumb */
#breadcrumb  {
	left: 250px;
	font-size: 0.9em;
	/* bei Bedarf andere Farbe */
	}
		
/* @end */

/* @end */

/* @group Sidebar */
#sidebar {
	width: 13.750em;
	left: 1.250em;
	top: 2px;
	padding-bottom: 100px;
	z-index: 2;
	}
	
#sidebar_extra {
	display: block;
	width: 180px;
	height: 60px;
	margin-top: 50px;
	margin-left: 45px;
	}	
	
 /* @end */

/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
ul#navi_left abbr
    {
    cursor: help;
    border: none;
	}

#navi_left {
	font-family: 'Jura', sans-serif;
	left: 0; /* keine top-Angabe! Netscape! */	
	width: 13.750em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid silver;
	}

/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	font-weight: normal;
	}
	
* html ul#navi_left { /* Wichtig für Underline Navi gesamt im IE6 */
     width: 100%;
      }

/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	margin: 0;
	line-height: normal;
	font-size: 1.1em;
	color: #3e6db7;
	border-top: 1px solid silver;
	text-decoration: none;
	padding: 4px 5px 4px 25px;
	}
	
/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
	}

ul#navi_left a:hover {
	color: #333;
	background-color: white;
	}

* html ul#navi_left li { 
/* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}

/* @end */

/* @group Content */
#content {
	width: auto;
	margin-left: 16.250em;
	padding-right: 1.875em;
	padding-left: 0;
	text-align: left; 
	margin-top: 0;
	color: #333;
	}

#contentinhalt{
	margin: 0;
	}
	  
#content p, ol, kbd{
	font-size: 0.81em;
	line-height: 1.5em;
	}
	
#content ul  {
	font-size: 0.81em;
	line-height: 1.8;
	margin-left: 15px;
	list-style-position: outside;
	}	
			
.underline {
	border-top: 1px solid silver;
	}
	
/* @end */

/* @group Startseite */

#block {
	margin: 0;
	display: inline-block;
	padding: 15px 10px;
	background-color: #77C3EF;
	 border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
	}

#block_inner_left {
	display: block;
	position: relative;
	width: 48%;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	}
	
#block_inner_right {
	display: block;
	position: relative;
	float: right;
	width: 48%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	}

#block_inner_right img {
	 border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#block_inner_left .block_inhalt1 {
	color: #4c4c4c;
	display: block;
	font-size: 2.3em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}
	
#block_inner_left .block_inhalt2 {
	color: #4c4c4c;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}	

#block .line{
	height:1px;
	background-color: #69b3e1;
	border-bottom:1px solid #65a9d2;
	margin: 20px 0 20px;
	overflow:hidden;
	border-color: #7cccfd;
	}		

 .button_shortblock_startseite {
	top: 20px;
	position: relative;
   background: rgb(182,209,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(182,209,76,1) 0%, rgba(131,160,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,209,76,1)), color-stop(100%,rgba(131,160,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(182,209,76,1) 0%,rgba(131,160,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(182,209,76,1) 0%,rgba(131,160,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(182,209,76,1) 0%,rgba(131,160,28,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(182,209,76,1) 0%,rgba(131,160,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d14c', endColorstr='#83a01c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e0e0e0;
	padding: 6px 20px;
	-webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
    font-size: 1.1em;
    color: #242424;
    text-decoration: none;
	}
	
.button_shortblock_startseite:hover {
   background: rgb(187,218,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(187,218,76,1) 0%, rgba(131,160,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,218,76,1)), color-stop(100%,rgba(131,160,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,218,76,1) 0%,rgba(131,160,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,218,76,1) 0%,rgba(131,160,29,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,218,76,1) 0%,rgba(131,160,29,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(187,218,76,1) 0%,rgba(131,160,29,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbda4c', endColorstr='#83a01d',GradientType=0 ); /* IE6-9 */
	}

/* @end */

/* @group Seitenanfang Drucken Box */
#seitenanfang_drucken_box {
	right: 30px;
	top: -25px; 
	}

/* @end */

/* @group Footer */

#footer {
	width: 60.63em;
	min-width: 900px;
	height: 50px;
	color: #575757;
	border-top: 1px solid silver;
	background-color: white;
	}
	
	#footer p {
	color: #666;
	padding-top: 15px;
	}
			
#footer a {
	color: #666;
	padding: 2px 8px 2px 0;
	}	
#footer a:hover {
	color: white;
	background-color: #4c4c4c;
	}		
/* @end */

/* @group Media queries für Resonsive Webdesign */
/* --- iPad Landscape --- */
@media screen and  (min-width: 621px) and (max-width: 1024px) {

html,body {
	height: 100%;
	margin: 0;
	padding: 0; 
	}

body {
	width: 99%;
	background-color: white;
	padding: 0;
	margin: 0;
	}	
	
#container {
	position: relative; /* wichtig für footer Positionierung*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width: 100%;
	max-width: 100%;
	min-width: 0;
	background-color: white;
	margin-top: 0px; /* Abstand Header */
	margin-bottom: 0px; /* Abstand Footer */
	border: none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	padding-top: 0px; /* Abstand zum Beginn Header - Änderungen in der Regel nicht erforderlich */
	padding-bottom: 0px; /* Abstand zum Abschluss Footer - Änderungen in der Regel nicht erforderlich */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

#header {
	height: 70px;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	background: url(images/logo_filmlexikon_m.jpg) no-repeat left 2px;
	}
	
#headergrafik {
	display: none;
	}

#logo {
	position: relative;
	}	

#logo img {
	display: none;
	}	

#logo p {
	text-align: center;
	}	

#lexikon_box h2 {
	color: black;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	padding: 2px;
	line-height: 2em;
	font-size: 0.9em;
	text-align: center;
	margin: 15px 0;
	border: 1px solid silver;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 1px;
	}

#lexikon_box h1  {
	background: none;
	padding-left: 0;
	}

#sidebar {
	max-width: 100%;
	width: 100%;
	left: 0;
	top: 0;
	padding-bottom: 0;
	z-index: 2;
	margin: 0 0 8px 2px;
	border: none;
	}
	
#cloud {
	display: none;
	}
	
#sidebar_extra {
	display: none;
	color: #fff;
	}	

#lexikon_box .zurueck {
	-webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
	}

#navi_left {
	width: 100%;
	text-transform: uppercase;
	border: none;
	
}
ul#navi_left a {
	max-width: 100%;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 18px 0 2px;
}

ul#navi_left li {
		width: 19.999%;
		float: left;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}


ul#navi_left li:hover {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

ul#navi_left li.nav_startseite a {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/mobile/16px/home.png) no-repeat center top;
	text-align: center;
	padding-top: 20px;
}

ul#navi_left li.nav_lexikon a {
	padding-top: 20px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid white;
	background: url(images/mobile/16px/book.png) no-repeat center 2px;
}
ul#navi_left li.nav_autoren a {
	padding-top: 20px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/mobile/16px/user.png) no-repeat center 2px;
	border-left: 1px solid white;
}
ul#navi_left li.nav_impressum a {
	padding-top: 20px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid white;
	background: url(images/mobile/16px/mail.png) no-repeat center top;
}
	
ul#navi_left li.nav_kontakt a {
	padding-top: 20px;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid white;
	background: url(images/mobile/16px/phone.png) no-repeat center 1px;
	}

#footer {
	position: absolute;
	bottom:0px !important;
	margin:0px auto;
	font-size: 0.9em;
	width: 100%;
	min-width: 0px;
	height: 2.2em;
	line-height: 2.2em;
	color: white;
	border-top: 1px solid silver;
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	}
	
#footer p {
	display: inline-block;
	height: 2.2em;
	line-height: 2.2em;
	color: white;
	padding: 0;
	color: #a2d37b;
	}
#footer a {
	color: #a2d37b;
	text-decoration: none;
	}

#content {
	clear: left;
	margin: 0;
	text-align: left; 
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	}

#contentinhalt{
	clear: both;
	max-width: 100%;
	margin: 0;
	}
 
#content p, ol, kbd{
	font-size: 0.81em;
	line-height: 1.5em;
	}
	
#content ul  {
	font-size: 0.81em;
	line-height: 1.8;
	margin-left: 15px;
	list-style-position: outside;
	}	
			
.underline {
	border-top: 1px solid silver;
	}

#block {
	margin: 5px 0;
	width: 100%;
	background-color: #77C3EF;
	 -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: none;
	clear: both;
	padding: 0;
	}
	
#block_inner_left .block_inhalt1 {
	color: #4c4c4c;
	display: block;
	font-size: 1.5em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}

#block_inner_left .block_inhalt1 p, #block_inner_left .block_inhalt2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#block_inner_left .block_inhalt2 {
	display: block;
	color: #4c4c4c;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}		

.button_shortblock_startseite {
display: none;
	}
	
	#block_inner_right img {
	 display: block;
	}
	
	#block_inner_left {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	}
	
#block_inner_right {
	display: none;
	}

#search {
	position: absolute;
	width: 29em;
	top: 10px;
	right: 25px;
	font-size: 0.9em;
	background-color: white;
	}
	
form#sucheformular  {
	margin: 0;
	}	
	
#search .search-wrapper  {
	display: block;
	height: 2em;
	line-height: 2em;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
		
#search form.suchen input.submit{
	width: 5em;
	height: 2.5em;
	line-height: 2.5em;
	right: 0; 
	float: right;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	color: black;
	border-left: 1px solid silver;
	}
	
	/* Suchfeld hover */	
	#search form.suchen input.submit:hover{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	
#search form.suchen input.text{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	width: 25em;
	background: white url(images/mobile/16px/search.png) no-repeat 5px center;
	}

.neuesuche  {
	display: none;
	}
		
#lexikon_box p  {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	}

#useruebersicht {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  text-align: justify;
   }

#useruebersicht a{
	display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    border: 1px solid silver;
    color: black;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(239, 242, 245);
	margin: 2px;
	}

#useruebersicht a:hover {
	border: 1px solid black;
	}

#lexikon_box .lexikonartikel {
	font-size: 1.1em;
	text-decoration: underline;
	color: #2F548A;
	background: url(images/mobile/list_arrow_mobile.png) no-repeat right;
	border-bottom: 1px solid silver;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 10px;
	}
	
#lexikon_box p  {
	margin: 0;
	padding: 0;
}
#lexikon_box a.lexikonartikel {
	display: block;
	border: 1px solid silver;
	margin-bottom: 3px;
	text-decoration: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top: 3px;
	color: black;
	}	
}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {

html,body {
	height: 100%;
	margin: 0;
	padding: 0; 
	}

body {
	width: 99%;
	background-color: white;
	padding: 0;
	margin: 0;
	}

#container {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	background-color: white;
	margin-top: 0px; /* Abstand Header */
	margin-bottom: 0px; /* Abstand Footer */
	border: none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	padding-top: 0px; /* Abstand zum Beginn Header - Änderungen in der Regel nicht erforderlich */
	padding-bottom: 0; /* Abstand zum Abschluss Footer - Änderungen in der Regel nicht erforderlich */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

#header {
	height: 70px;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	background: url(images/logo_filmlexikon_m.jpg) no-repeat left 2px;
	}
	
#headergrafik {
	display: none;
	}

#logo {
	position: relative;
	}	

#logo img {
	display: none;
	}	

#logo p {
	text-align: center;
	}	

#lexikon_box h2 {
	color: #2F548A;
	background:#F0F0F0;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	text-align: center;
	}

#lexikon_box h1  {
	background: none;
	padding-left: 0;
	}

#sidebar {
	max-width: 100%;
	width: 100%;
	left: 0;
	top: 0;
	padding-bottom: 0;
	z-index: 2;
	margin: 0 0 8px 2px;
	border: none;
	}
	
#cloud {
	display: none;
	}
	
#sidebar_extra {
	display: none;
	color: #fff;
	}	

#lexikon_box .zurueck {
	-webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
	}

#navi_left {
	width: 100%;
	text-transform: uppercase;
	border: none;
	}
	
ul#navi_left a {
	max-width: 100%;
	color: #000;
	font-size: 0.95em;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 18px 0 2px;
}

ul#navi_left li {
	width: 33%;
	float: left;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

ul#navi_left li:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

ul#navi_left li.nav_startseite a {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/mobile/16px/home.png) no-repeat center top;
	text-align: center;
	}

ul#navi_left li.nav_lexikon a {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid white;
	background: url(images/mobile/16px/book.png) no-repeat center 2px;
	}
	
ul#navi_left li.nav_autoren a {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/mobile/16px/user.png) no-repeat center 2px;
	border-left: 1px solid white;
	}
	
ul#navi_left li.nav_impressum a {
	display: block;
	border: none;
	position: absolute;
	right: 8px;
	top: -70px;
	line-height: 1em;
	height: 1em;
	font-size: 0.9em;
	padding: 5px 5px 5px 28px;
	background: white url(images/mobile/16px/mail.png) no-repeat 5px center;
	}
	
ul#navi_left li.nav_impressum a:hover {
	background: #F0F0F0 url(images/mobile/16px/mail.png) no-repeat 5px center;
	}	
	
ul#navi_left li.nav_kontakt a {
	display: none;
	border: none;
	position: absolute;
	top: -80px;
	left: 10px;
	color: white;
	line-height: 1em;
	height: 1em;
	padding: 5px;
	text-transform: capitalize;
	background-color: #7cb35a;
	}

#footer {
	font-size: 0.9em;
	width: 100%;
	min-width: 0px;
	height: 2.2em;
	line-height: 2.2em;
	color: white;
	border-top: 1px solid silver;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	}
	
#footer p {
	display: inline-block;
	height: 2.2em;
	line-height: 2.2em;
	color: white;
	padding: 0;
	color: #a2d37b;
	}

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

#footer a.login_footer {
	display: none;
	}
	
#content {
	clear: both;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left; 
	color: #333;
	}

#contentinhalt{
	clear: both;
	max-width: 100%;
	margin: 50px 0 0;
	padding: 0;
	}
	  
#content p, ol, kbd{
	font-size: 0.81em;
	line-height: 1.5em;
	}
	
#content ul  {
	font-size: 0.81em;
	line-height: 1.8;
	margin-left: 15px;
	list-style-position: outside;
	}	
			

#block {
	margin: 5px 0;
	display: none;
	width: 100%;
	background-color: #77C3EF;
	 border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	clear: both;
	padding: 0;
	}
	
#block_inner_left .block_inhalt1 {
	color: #4c4c4c;
	display: block;
	font-size: 1.5em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}
	
#block_inner_left .block_inhalt2 {
	color: #4c4c4c;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	font-family: 'Jura', sans-serif;
	}		
	
#block_inner_right img {
	 display: none;
	}
	
#block_inner_left {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#block_inner_right {
	display: none;	}

	
#search {
	position: absolute;
	width: 100%;
	top: 120px;
	font-size: 0.9em;
	margin-bottom: 10px;
	background-color: white;
	}
	
form#sucheformular  {
	margin: 0;
	}	
	
#search .search-wrapper  {
	display: block;
	height: 2em;
	line-height: 2em;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}	
	
#search form.suchen input.submit{
	width: 5em;
	height: 2.5em;
	line-height: 2.5em;
	right: 0; 
	float: right;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	color: black;
	border-left: 1px solid silver;
	}

.neuesuche  {
	display: none;
	}	
	
	/* Suchfeld hover */	
	#search form.suchen input.submit:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	
#search form.suchen input.text{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	width: 60%;
	background: white url(images/mobile/16px/search.png) no-repeat 5px center;
	}
		
#lexikon_box p  {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	}

#useruebersicht {
  	display: block;
 	 margin-top: 0;
 	 margin-bottom: 20px;
 	 font-size: 1em;
	text-align: justify;
	}

#useruebersicht a {
	display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 border-radius:3px;
     border: 1px solid silver;
     color: black;
     text-decoration: none;
     text-shadow: 0 1px 1px rgb(239, 242, 245);
	 margin: 2px;
	}
#useruebersicht .useruebersicht_zahlen{
	display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    color: black;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(239, 242, 245);
	margin: 2px;
	}
	
#useruebersicht a:hover  {
	border: 1px solid black;
	}

#lexikon_box .lexikonartikel {
	font-size: 1.1em;
	text-decoration: underline;
	color: #2F548A;
	background: url(images/mobile/16px/eye.png) no-repeat left center;
	padding-left: 25px;
	border-bottom: 1px solid silver;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	}	
}
/* @end */
