body {
	font-family: arial, verdana, sans-serif;
	background: #e5e5e5;
	font-size: 12px;
	color : #666;
}
a {
	text-decoration: none;
	color : #666;
}
.clearer {
	clear : both;
}
.hidden {
	display: none;
}
#wrap {
	width : 810px;
	position: relative;
	margin : 0 auto;
	background: transparent url('i/bg-wrap.png') repeat-y top left;
}
h1 {
	background: #8c8c8c;
	padding: 25px 0 40px 18px;
}
h1 a{
	background: transparent url('i/bg-h1.png') no-repeat  top left;
	display: block;
	width : 350px;
	height : 50px;
}
h1 span{
	display: none;
}
#navigation {
	position: absolute;
	top : 85px;
	left : 0px;
	height : 30px;
	width : 100%;
	background : #626262;
}
#navigation li{
	line-height: 30px;
	display: inline;
	float: left;
	color : #fff;
	padding-left: 5px;
}
#navigation li:first-child{
	padding-left: 20px;
}
#navigation li a{
	display: block;
	float: left;
	height : 25px;
	color : #c0d55e;
	text-transform: lowercase;
	font-size: 14px;
	background: url(i/navigation.png) no-repeat;
}
#navigation li a span{
	display: none;
}
/* Englisch Navigation */
#navigation li.first a{
	width : 48px;
	background-position: 0 0;
}
#navigation li.first a:hover,#navigation li.first a.active {
	background-position: 0 -30px;
}
#navigation li.second a{
	width : 68px;
	background-position: -60px 0;
}
#navigation li.second a:hover,#navigation li.second a.active{
	background-position: -60px -30px;
}
#navigation li.third a{
	width : 77px;
	background-position: -132px 0;
}
#navigation li.third a:hover, #navigation li.third a.active{
	background-position: -132px -30px;
}
#navigation li.fourth a{
	width : 56px;
	background-position: -220px 0;	
}
#navigation li.fourth a:hover, #navigation li.fourth a.active{
	background-position: -220px -30px;		
}
#navigation li.last a{
	width : 70px;
	background-position: -287px 0;	
}
#navigation li.last a:hover, #navigation li.last a.active{
	background-position: -287px -30px;	
}
#navigation li.contact a{
	width : 65px;
	background-position: -368px 0;	
}
#navigation li.contact a:hover,#navigation li.contact a.active{
	background-position: -368px -30px;	
}


/* German Navigation */
#navigation.de  li.first a{
	width : 48px;
	background-position: 0 -59px;
}
#navigation.de  li.first a:hover,#navigation.de li.first a.active {
	background-position: 0 -90px;
}
#navigation.de  li.second a{
	width : 60px;
	background-position: -60px -59px;
}
#navigation.de  li.second a:hover,#navigation.de li.second a.active{
	background-position: -60px -90px;
}
#navigation.de  li.third a{
	width : 77px;
	background-position: -132px -59px;
}
#navigation.de  li.third a:hover, #navigation.de li.third a.active{
	background-position: -132px -90px;
}
#navigation.de  li.fourth a{
	width : 66px;
	background-position: -220px -59px;
}
#navigation.de  li.fourth a:hover, #navigation.de li.fourth a.active{
	background-position: -220px -90px;	
}
#navigation.de  li.last a{
	width : 70px;
	background-position: -297px -59px;
}
#navigation.de  li.last a:hover, #navigation.de li.last a.active{
	background-position: -297px -90px;
}
#navigation.de  li.contact a{
	width : 65px;
	background-position: -380px -59px;
}
#navigation.de  li.contact a:hover,#navigation.de li.contact a.active{
	background-position: -380px -90px;
}

/* Navigation Ende */


#content {
	clear : both;
	float: left;
	padding-bottom: 3em;
	border-top: 6px solid #e5e5e5;
}
#col-left, #col-right {
	float: left;
}

#col-left {
	width : 590px;
	position: relative;
}
#col-right {
	width : 213px;
	margin-left: 7px;
}

#nav-language {
	position: absolute;
	width : 200px;
	top : 8px;
	right : 15px;
}
#nav-language {
	text-align: right;
}
#nav-language li{
	display: inline;
	padding-left: 8px;
}
#nav-language a{
	color : #c0d55e;
}
#nav-language a.active{
	color : #fff;
}
#footer {
	border-top: 9px solid #e5e5e5;
	margin-top: -3em;
	clear : both;
	padding: 12px 220px 4px 0;
}
#footer ul{
	text-align: center;
	padding-bottom: 8px;
}

#footer ul li{
	display: inline;
	padding: 0 3px;
}
#footer ul li a{
 	color : #333;
	text-transform: lowercase;
}
/* Film-Box */

.movie-box {
	position: relative;
	clear : both;
	border-bottom: 20px solid #fff;
}

.movie-box h2{
	color : #666;
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 20px;
	background: #f1f6dc url('i/bg-h2-movie-box.png') no-repeat -6px 1.7em;
	line-height: 2.5em;
}
#content .movie-box a{
	color : #666;
	line-height: 1em;
}
.movies {
	position: relative;
	border-top: 5px solid #fff;
}
#content .movies li {
	margin-bottom: 0;
}
.movies img{
	position: absolute;
	top : 0;
	left : 0;
}
.movies ol{
	margin-left: 314px;
	height : 230px;
}
.movies ol li a span{
	padding: 5px 30px 0 12px;
	display: block;
	line-height: 1.3em;
}	
.movies ol li a{
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;	
	background: #d7dbc5 url('i/movie-box-link.png') no-repeat bottom right;
	height : 216px;
}	
.movies ol li a:hover, .movies ol li a.hover {
	background-color: #c5dd86
}
/* 	216		108	1
	216		72	2 
	216		54	3
	215		43	4
	216		36	5
	216		108	6
 */

.movies .two-ms li a{
	height : 105px;
	margin-bottom: 6px;
}
.movies .three-ms li a{
	height : 68px;	
	margin-bottom: 6px;
}
.movies .four-ms li a{
	height : 51px;
	margin-bottom: 4px;	
}
.movies .five-ms li a{
	height : 40px;	
	margin-bottom: 4px;
}
.movies .six-ms li:last-child a{
		height : 31px;
}
.movies .six-ms li a{
	height : 33px;
	margin-bottom: 4px;	
}

.movies .seven-ms li a{
	height : 29px;
	margin-bottom: 2px;	
	line-height: 1.1em;
}
.movies .seven-ms li:last-child a{
	height : 30px;
}	

.movies .five-ms li a span{
	padding-top: 4px;
	line-height: 1.2em;
}
.movies .six-ms li a span{
	padding-top: 3px;
	line-height: 1.2em;
}

/* Contetn */

#col_left h2 {
	font-size: 16px;
	margin-bottom: 1em;
}
.content-item {
	margin: 20px 30px 20px 20px;
	line-height: 1.5em;
}
.content-item.no-margin {
	margin : 0 0 20px 0;
}
.content-item p{
	margin-bottom: 1em;
}
.content-item a{
	color : #C0D55E;
}
.c-image {
	padding-top: .3em;
	float: right;
	width : 215px;
}
.c-image img{
	float: right;
}
#col-left ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

#col-left li{
	margin-bottom: .7em;
}
h2 {
	font-size: 15px;
	margin-bottom: .8em;
}
#col-left h3 {
	color : #C0D55E;
	font-size: 12px;
	margin-bottom: .6em;
}

#col-left h4 {
	float: left;
	color : #C0D55E;
	font-size: 12px;
	padding-right: .3em;
}
/* rechte spalte */
#col-right h4{
	color : #a5c73f;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: .5em;
}
#col-right h5{
	line-height: 1.5em;
	margin-bottom: .5em;
	font-size: 12px;
}
#col-right p a, .movie-list a{
	color : #a5c73f;
	line-height: 1.5em;
	margin-bottom: .5em;
}
#col-right p.morelink {
	margin-top: .5em;
}
#col-right p.morelink {
	font-weight: bold;
}
#col-right li{
	margin-top: .4em;
}

.news-latest-item {
	margin-bottom: 15px;	
}
.news-container, .news-catmenu {
	padding: 20px 10px 0 10px;
}

#col-right .news-catmenu li{
	margin-bottom: .6em;
	padding-left: 5px;
}
#col-right .news-catmenu li a{
	line-height: 1.2em;
}
.extra-cat {
	padding-left: 15px;
}
/* Single */
#col-left h6{
	font-size: 12px;
	font-weight: bold;
	color : #A5C73F;
	margin-bottom: .3em;
}
#col-left .single-movie h2{
	margin-bottom: .5em;
}
#col-left .single-movie h3{
	color : #666;
	font-weight: normal;
	font-size: 12px;
}

.single-movie .news-single-img {
	width : 80%;
}

.single-movie .news-single-img a{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline;

}
.single-movie .download-hint {
	clear : both;
}

.screenings {
	clear : both;
	width : 100%;
	padding: 10px 0;
}
#content .screenings li {
	margin-bottom: .1em;
}
#content .screenings strong {
	display: inline-block;
	width : 20%;
}
.news-single-additional-info {
	padding: 10px 0 15px 0;
	clear : both;
	width : 100%;
}
.news-single-files {
	line-height: 1.8em;
}
.news-single-files a{
	display: block;
	padding-left: 23px;
	background: url(i/pdf.png) no-repeat left center;
}

.news-single-backlink {
	clear : both;
	margin-top: 2em;
	width : 100%
}
.news-single-backlink a {
		color : #A5C73F;
}
/* Filme  tt_news*/



.movie-list {
	
}
.movie-list h2, h2.small-movie-box{
	padding-left: 20px;
	line-height: 2.6em;
	font-size: 14px;
	background : #C4DC83;
	margin-bottom: 4px;
}
#content .movie-list h3, #content .project-list .pl-info h3{
	color : #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .2em;
}
.movie-list .movie-list-item{
	padding: 5px 0;
	background: #f1f6dc;
	margin-bottom: 4px;
	float: left;
	clear : both;
	width : 100%;
}

.ml-image {
	width : 198px;
	float: left;
	margin-left: 20px;
	display: inline;
}
.ml-image img{
	border: 1px solid #666;
}
.ml-info {
	width : 372px;
	float: left;	
}

/* Single View */


/* Projects */
.news-search-form {
	position: absolute;
	top : 24px;
	right : 10px;
	text-align: right;
}
.news-search-form input{
	width : 100px;
	border: 1px solid #ddd;
}
.news-search-form input[type=submit]{
	width : auto;
}
.project-list, .news-single-item {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -1em;
}
.news-single-item {
	margin-top: 25px;
}
#col-left .news-single-item h3{
	color : #666;
}

.project-list-item {
	width : 100%;
	clear : both;
	margin-bottom: .8em;
}
#content .project-list-item p {
	margin-bottom: .3em;
}
#content .project-list h3{
	margin-bottom: 0;
/* 	text-transform: uppercase; */
}
#content .item-categorie h3{
	color : #A5C73F;
	font-size: 14px;
	margin-bottom: 1.5em;
	padding-top: 2.6em;
	
}


.pl-info a{
	color : #A5C73F;
}
#content .pl-info p{
	margin-bottom: 0;
}
.pl-image {
	width : 198px;
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}
.pl-image img {
	border: 1px solid #666;
}
	
/* News  */ 
.news-single-item {
	margin-top: 25px;
	margin-right: 30px;
}
.news-single-item .news-single-img {
	float: right;
}
/* Page Broeser */
.browseLinksWrap {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	text-align: center;
	color : #ddd;
}
.browseLinksWrap span {
	padding: 0 .5em;
}
.browseLinksWrap a{
	color : #A5C73F;
}
.browseLinksWrap a:hover{
	text-decoration: underline;
}
.browseLinksWrap .activeLinkWrap a {
	font-weight: bold;
	color : #333;
}

#wrap {
	width: 1000px;
	background: transparent url('i/bg-wrap-1000.png') repeat-y top left
}
#col-left {
	width: 750px;
}	
#col-right {
	width: 243px;
}

