/**/
.layout_full_light{
	margin-bottom: 50px;
}

/*LOGIN*/
h1{
	padding-top: 50px;
}

.mod_login label{
	padding-right: 10px;
}

.mod_login input.text{
	width: 250px;
	height: 16px;
	border: 4px solid white;
	padding: 5px;
	color: #555a6b;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #f3f3f3;
	box-shadow: 0px 0px 5px #d2d2d2;	
}

.mod_login input.submit{
	cursor: pointer;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 50px 8px 50px;
	float: left;
	background: #40C5F2;
	border: none;
	text-transform: uppercase;
	margin-top: 10px;

}

.ce_form input.text.error{
	border: 1px solid #8c1010;
}

.nicerrors{
	color: #8c1010;
	margin-bottom: 20px;
}

.mod_login input:hover,
.mod_login textarea:hover,
.mod_login select:hover,
.mod_login input:focus,
.mod_login textarea:focus,
.mod_login select:focus{
	box-shadow: 0px 0px 8px #c6c6c6;	
}

#main .inside{
	background: none;
	padding-bottom: 50px;
}

#footer{
	position: relative; /* stickyfooter */
	width:100%;
	height:319px;
	background: url(../images/footer_bg.png) repeat-x 0 0 transparent;
	margin-top: -319px; /* stickyfooter - negative value of footer height */
	clear:both; /* stickyfooter */
	z-index: 50;
	text-align: left;
	min-width: 980px;
}

#footer .inside{
	height: 80px;
	background: none;
}

#footer .footer_bottom{
	position: absolute;
	top: 80px;
}

#container{
	padding-bottom: 100px;
}

#header{
	background: url(../images/bg_header_media.png) repeat-x;
	height:auto;
	min-width: 980px;
	z-index: 200;
	position: relative;
}

#annefrank_logo_media{
	float: left;
	margin-top: 30px;
}

#header .nav_mediathek{
	position: absolute;
	top: 100px;
}

#header .nav_mediathek li{
	margin-top: 28px;
}
#header .nav_mediathek .level_1>li.trail{
	min-width: 100px;
	height: 32px;
	background: #b6b6b5;
	line-height: 2.4;
	padding: 0px;
	white-space: nowrap;
	width: auto;
}
#header .nav_mediathek .level_1 li.active,
#header .nav_mediathek .level_1 li a{
	min-width: 100px;
	height: 32px;
	background: #b6b6b5;
	line-height: 2.4;
	padding: 0 20px;
	white-space: nowrap;
	width: auto;
}

#header .nav_mediathek .level_1 li .trail,
#header .nav_mediathek .level_1 li.active,
#header .nav_mediathek .level_1 li a:hover{
	background: #525860;
}

#header .nav_mediathek .level_1 li.active, 
#header .nav_mediathek .level_1 li a{
	height: 32px;
}

#header .mod_navigation .level_1 li.trail{
	height: auto;
}

#header .mod_navigation .level_1 li,
#header .mod_navigation .level_1 li:hover{
	background: #525860;
}

#header .nav_mediathek .level_1 li.active,
#header .nav_mediathek .level_1 li a.trail{
	background: #40C5F2;
}

#header .mod_navigation .level_1 li.trail{
	padding-bottom: 0px;
}

#header .line{
	clear: both;
	background: url(../images/line.png) repeat-x bottom;
	height: 43px;
	padding-top: 105px;
}

#header a.zurwebseite{
	display: block;
	color: white;
	background: #B6B6B5;
	height: 32px;
	width: 140px;
	float: right;
	line-height: 2.4;
	text-transform: uppercase;
	font-size: 14px;
}

#header a.zurwebseite:hover{
	background: #525860;
}

#main .item a{
	color: black;
}

#main .item a:hover{
	color: #40c5f2;
	text-decoration: none;
}

.middle{
	margin-right: 50px;
	margin-left: 50px;
}

.mod_cataloglist .item{
	float: left;
	width: 280px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.item .download{
	font-size: 11px;
}

.item .download .value a{
	padding-left: 20px;
	background: url(../images/icon_download.png) no-repeat 0px 5px;
	display: block;
	padding-top: 5px;
	height: 17px;
	clear: both;
}

.item .download .value a:hover {
	background: url(../images/icon_download_hover.png) no-repeat 0px 5px;
}

.item .file img{
	display: none;
}

.item span.box{
	overflow: hidden;
	position: relative;
}

.description span.value{
	height: 20px;
}

.item span.box .title{
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.item span.box .description{
	font-size: 12px;
	height: 79px;
	overflow-y: hidden;
}

/*AUDIO*/
#audio .item_box{
	background-image: url(/tl_files/page/ci/images/bg_box_muster.png) ;
	position: relative;
	padding: 140px 10px 10px 10px;
}

#audio .item_box audio{
	width: 100%;
}

#audio .item span.box{
	display: block;
	color: white;
	background: #40c5f2;
	padding: 30px 25px 30px 25px;
	height: 122px;
}


#audio .item span.box:hover{
	opacity: 0;
  	transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}

/*FOTOS*/
#foto .item span.box{
	display: block;
	color: white;
	background: #40c5f2;
	height: 182px;
}

/*DOKUMENTE*/
#dokumente .item span.box{
	display: block;
	color: white;
	background: #40c5f2;
	padding: 30px 25px 30px 25px;
	height: 122px;
}

/*FLOWPLAYER*/
#video .item_box{
	background:black;
	position: relative;
	padding: 0px;
}

#video .item_box video{
	width: 100%;
}

/*LIGHTBOX*/

.layout_lightbox{
	background: black;
	color: white;
}

.layout_lightbox #footer{
	display: none;
}

.layout_lightbox #wrapper{
	min-width: 800px;
}

.layout_lightbox #container{
	width: 800px;
	min-height: 0px;
	height: auto;
	padding-bottom: 0px;
}

.layout_lightbox .field{
	margin-bottom: 2px;
}

.layout_lightbox .description{
	margin-bottom: 30px;
}

.layout_lightbox .label{
	font-weight: bold;
	margin-bottom: 2px;
}

.layout_lightbox .title{
	font-weight: bold;
	float: left;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.5;
	width: 210px;
}

.page_doclightb #main .title{
	font-weight: bold;
	float: left;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.5;
	width: 260px;
}

.page_doclightb #main .value{
	font-size: 12px;
	line-height: 1.5;
	float: right;
	width: 500px;
}

.page_doclightb #main .description .value{
	float: none;
	width: 100%;
}


.layout_lightbox .value{
	font-size: 12px;
	line-height: 1.5;
	float: right;
	width: 580px;
}
.layout_lightbox .description .value{
	float: none;
	width: 100%;
}

.layout_lightbox .item{
	width: 800px;
	margin: 0px;
}

.layout_lightbox #main h1{
	padding-top: 0px;
}

.layout_lightbox #main .item a{
	color: #40C5F2;
}

.layout_lightbox #main .item a:hover{
	text-decoration: underline;
	box-shadow: #ffffff 5px;
}

.ce_form input.submit,
.layout_lightbox #main span.download a{
	cursor: pointer;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px 8px 40px;
	float: left;
	background: url(../images/icon_download_hover.png) no-repeat 10px #40C5F2;
	border: none;
	text-transform: uppercase;
	margin-top: 30px;
}

.layout_lightbox #main .clear{
	clear: both;
}
.ce_downloads,
.layout_lightbox .ce_downloadarchiv{
	display: none;
}

.free{
	position: absolute;
	top: 0px;
	right: 0px;	
	height: 60px;
	width: 60px;
	background: url(../images/free.png) no-repeat;
	z-index: 1000;
}

#main .player{
	z-index: 10000;
}

object{
	z-index: -10;
}


/*DETEILANSICHT*/
#main .clear{
	clear: both;
}

.ce_downloadarchiv{
	display: none;
}

#main .mod_catalogreader span.download a{
	cursor: pointer;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 8px 10px 8px 40px;
	float: left;
	background: url(../images/icon_download_hover.png) no-repeat 10px #40C5F2;
	border: none;
	text-transform: uppercase;
	margin-top: 30px;
}

.mod_catalogreader .value{
	line-height: 1.5;
	float: right;
	width: 580px;
}
.mod_catalogreader .description .value{
	float: none;
	width: 100%;
}

.mod_catalogreader .item{
	margin: 0px;
}

#main .mod_catalogreader .title{
	font-weight: bold;
	float: left;
	padding-right: 10px;
	line-height: 1.5;
	width: 260px;
}

#main .mod_catalogreader .value{
	line-height: 1.5;
	float: right;
	width: 650px;
}

#main .mod_catalogreader .description .value{
	float: none;
	width: 100%;
}

#main .mod_catalogreader .color{
	background-color: #ECEDEC!important;	
}

/*VIDEO*/
#main .mod_catalogreader .field{
	background: url(../images/line.png) repeat-x bottom;
	line-height: 1.5;
	padding: 10px 5px 10px 5px;
}

#main .mod_catalogreader .description{
	background: none;
	padding: 10px 0px 10px 0px;
}

/*BACK*/
.back{
	clear: both;
	margin-top: 100px;
}