html {
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background: url(images/elements/bg_body.jpg) no-repeat;
	background-position: 220px 0px;

}
body, td, div, p{
	color: #444444;
	font: 11px Trebuchet MS, Helvetica, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.2pt
}
p{
	margin-bottom: 10px;
}
a{
       font-family: Trebuchet MS, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
       color: #C80000;
       text-decoration: none;
}

a:hover {
       color: #C80000;
       text-decoration: underline;
}
a.internal:link, a.internal:visited{
	/*padding-left: 15px;
	background: url(images/elements/internal.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;*/
}
a.external:link, a.external:visited{
	/*padding-left: 15px;
	background: url(images/elements/external.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;*/
}
blockquote{
	padding: 0px;
	margin: 0px 10px 0px 10px;
	line-height: 2em;
}
blockquote p{
	line-height: 2em;
}
h1{
	margin: 0px 0px 8px 0px;
	color: #333333;
	font: bold 13px Trebuchet MS, Helvetica, sans-serif;
}
h2, h3{
	margin: 0px 0px 8px 0px;
	color: #333333;
	font: bold 11px Trebuchet MS, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1.h1_main, h1#h1_main{
	padding: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2.h2_main, h2#h2_main{
	padding: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
hr{
	width: 100%;
    height: 1px;
	color: #CCCCCC;
    background-color: #CCCCCC;
    border: none;
}

sub{

}
sup{
	font-size: 90%;
	color: #999999;
	line-height: 5px;
	margin-left: 3px;
	border-bottom: 1px solid #993333;
}
ul{
margin: 10px 30px;
    padding: 0;
	list-style-type: square;
}

ul li, ol li{
	margin-bottom: 5px;
}
ol{
	list-style-position: outside;
	margin: 10px 30px;
}

ul.categories, ul.category{
	margin: 10px 0px;
    padding: 0;
	list-style-type: none;
}
ul.related-links, ul.documents{
	margin: 10px 15px;
    padding: 0;
}
ul.categories li, ul.category li{

	float: left;
	background: url(images/elements/dot.gif) no-repeat;
	background-position: 0px 7px;
    margin: 0 7px 0 0;
    padding-left: 7px;
}
a:link sup, a:visited sup, sup a:link , sup a:visited {
	color: #993333;
	text-decoration: none;
}

div#container {
	position: relative;
	width: 900px;
	text-align: left;
}


div#lang_select{
	position: absolute;
	width: 50px;
	top: 10px;
	left: 500px;
}

a#logo{
	position: absolute;
	display: block;
	top: 50px;
	left: 30px;
	height: 80px;
	width: 190px;
	background: url(images/elements/logo.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
div#extra_nav{
	position: absolute;
	top: 10px;
	left: 560px;
	width: 150px;
	height: 20px;
	line-height: 20px;
}
div#extra_nav li sub{
	color: #CCCCCC;
	padding: 0px 2px 0px 0px;
}
div#extra_nav ul{
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#extra_nav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}
div#search_area{
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	top: 0px;
	left: 680px;
	width: 210px;
	height: 160px;
	color: #CCCCCC;
	background: url(images/elements/bg_find.jpg) no-repeat;
}

div#teaser_area{
	position: absolute;
	left: 680px;
	width: 210px;
	top: 147px;
	/*padding-left: 10px;*/
}
div#nav01_area{
	position: absolute;
	width: 420px;
	left: 240px;
	top: 105px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
div#nav01_area li sub{
	color: #CCCCCC;
	padding: 0px 2px 0px 0px;
}
ul#nav01{
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#nav01 li{
	float: left;
	margin: 0px;
	padding: 0px;
}
/* menu level 1 */
a.menu01, a.menu01_act{
	text-decoration: none;
}
a.menu01:link, a.menu01:visited{

}
a.menu01_act:link, a.menu01_act:visited{

}
a.menu01:hover, a.menu01_act:hover{

}

/* nav 02 */
ul#nav02_area{
	position: absolute;
	top: 155px;
	left: 40px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* menu level 2 */
ul#nav02_area li{
	display: block;
	text-align: right;
}

a.menu02, a.menu02_act{
	display: block;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	height: 17px;

}

a.menu02:link, a.menu02:visited{
	color: #CCCCCC;
}
a.menu02:hover, a.menu02_act:hover{
	color: #76B2CA;
}
a.menu02_act:link, a.menu02_act:visited{
	color: #76B2CA;
}
a.menu02_act{

}
a.menu02 img, a.menu02_act img{
float: right;
}
/* main content */
div#content_area{
	position: absolute;
	width: 420px;
	left: 240px;
	top: 190px;
}

div#content_area div.spacer{
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(images/elements/h_line.jpg) no-repeat;
	clear: both;
}
div#content_area p.spacer{
	height: 1px;
	clear: both;
}
div#path_area{
	position: absolute;
	width: 420px;
	left: 240px;
	top: 155px;
	height: 20px;
	line-height: 20px;
}

div#functions{
	position:absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	line-height: 20px;
}
body.search div#functions{
	position: relative;
}
div#footer div.functions{
	position:absolute;
	float: right;
	top: 0px;
	right: 0px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
span.parameter{
	/*color: #999999;
	border: 1px solid red;*/
}
div.parameter, div#parameter{
	height: 20px;
	line-height: 20px;
}


div#txt_main, div.txt_main{
	margin-top: 10px;
}

div#content_area a.download:link, div#content_area a.download:visited{
	padding-left: 15px;
	background: url(images/elements/icon10_download.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
div.parameter, div#parameter{
	position:relative;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}
div.parameter, div#parameter,
div.parameter a, div#parameter a{
	font-size: 11px;
}
div.parameter a.read_more:link, div.parameter a.read_more:visited, div#parameter a.read_more{
	background-image: none;
	position:absolute;
	top: 0px;
	right: 0px;
}

div#footer {
	position: relative;
	width: 420px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
}
div#footer a:link, div#footer a:visited{
	font: 11px Trebuchet MS, Helvetica, sans-serif;
	/*color: #666666;*/
}
div#footer a:hover{
	/*color: #993333;*/
}
div#footer img#top_link{
	position: absolute;
	left: 10px;
}

a.extra_nav, a.extra_nav_act{
	/*display: block;*/
	/*padding: 11px 0px 5px 10px;*/
	font: normal 11px Trebuchet MS, Helvetica, sans-serif;
}
a.extra_nav:link, a.extra_nav:visited{
	color: #666666;
}
a.extra_nav_act:link, a.extra_nav_act:visited{
	color: #993333;
}
a.extra_nav:hover, a.extra_nav_act:hover{
	color: #993333;
}

div.teaser, div#related, div#appendix{
	clear: both;
	margin: 10px 0px 0px 0px;
}
div.teaser{
	margin-left: 10px;
	width: 210px;
	margin-bottom: 20px;
}
div#related, div#appendix, #article-categories, #article-documents{
	background: url(images/elements/h_line.jpg);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.teaser h2{
	background: url(images/elements/h_line_190.jpg);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.film-preview{
	margin-bottom: 15px;
}
.body .film-preview h3{
	text-transform: uppercase;
  	margin-bottom: 3px;
}
div#related h2, #article-documents h3, #article-categories h3{
	background: url(images/elements/related.gif);
	background-position: 2px 0px;
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-bottom: 15px;
}
div#appendix div.header_appendix{
	background: url(images/elements/icon14_category.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	text-indent: 20px;
}
div.content_teaser, div.content_related, div.content_appendix{
	font: 11px Trebuchet MS, Helvetica, sans-serif;
	padding: 3px;

}
div.content_teaser a, div.content_related a{
	font-size: 11px;
}
div.content_related{
line-height: 1.5em;
}
/* forms */
form{
	margin: 0;
	padding: 0;
}

div#search_area #search_string{
	position: absolute;
	top: 10px;
	left: 60px;
	width: 120px;
	border: 1px solid #CCCCCC;
    padding: 1px;
}

div#search_area #find{
   left: 190px;
    position: absolute;
    width: 17px;
}
div#search_area label{
	position: absolute;
	top: 12px;
}

label{
	margin-right: 5px;
        text-transform: uppercase;
}
select{
	border: 1px solid #CCCCCC;
	height: 15px;
	font-size: 10px;
}

select#select_category{
	width: 70px;
}
select#select_category_value{
	width: 240px;
}
select.loading{
	border: 1px dashed #C80000;
	background-color: #CCCCCC;
}
/* sitemap */
div.sitemap_level_01{
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
}

a.sitemap_item_level_01:link, a.sitemap_item_level_01:visited{
	display: block;
	float: left;
	width: 80px;
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
div.sitemap_description_level_01{
	margin-left: 20px;
	padding: 0px 0px 10px 10px;
	border-left: 1px dashed #999999;
	float: left;
}
div.sitemap_level_02{
	margin-left: 100px;
}

div.sitemap_item_level_02{
	margin: 5px 0px 0px 0px;
	color: #999999;
	border-left: 1px dashed #999999;
}
a.sitemap_item_level_02:link, a.sitemap_item_level_02:visited{
	display: block;
	float: left;
	width: 100px;
	color: #CC0000;
	font-weight: bold;
	margin-left: 10px;
}
div.sitemap_description_level_02{
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px dashed #999999;
	float: left;
	width: 165px;
}

a.sitemap_item_level_03:link, a.sitemap_item_level_03:visited{
	color: #6F0F0F;
}
div.sitemap_level_03{
	margin: 0px 0px 5px 20px;
	border-left: 1px dashed #999999;
}
div.sitemap_item_level_03{
	border-left: 1px dashed #999999;
	margin: 0px 0px 5px 20px;
	color: #999999;
}
div#content_area a.sitemap_item_level_01:link,
div#content_area a.sitemap_item_level_01:visited,
div#content_area a.sitemap_item_level_02:link,
div#content_area a.sitemap_item_level_02:visited,
div#content_area a.sitemap_item_level_03:link,
div#content_area a.sitemap_item_level_03:visited{
	background-image: none;
	padding-left: 0px;
}
p.clear{
	clear: both;
	height: 1px;
}

/*templates */
div.image_left_text{
	width: 100%;
}
div.image_left_text img{
display:block;
float:left;
margin: 5px 10px 2px 0px;
}

div.image_right_text{
width: 100%;
}
div.image_right_text img{
display:block;
float:right;
margin: 5px 0px 2px 10px;
}

div.image_left{
float: left;
}
div.image_right{
float: right;
}
div.image_container div.legend{
clear: both;
color: #999999;
padding-top: 5px;
}
p.clear{
clear: both;
height: 1px;
line-height: 1px;
margin:0px;
padding: 0px;
}

/* templates */
div#credits blockquote{
	font-style: normal;
	/*color: #000000;*/
}

div#festivals blockquote{
	font-style: normal;
	line-height: 1.2em;
	/*color: #000000;*/
}

/* changes 27.6.2008 */
a img{
border: none;
}

/*cleanup 9.3.2011*/

img.keyvisual{
	border: 1px solid #CCCCCC;
	/*cursor: pointer;*/
}

.abstract img.keyvisual{
	float: left;
	margin: 3px 10px 0px 0;
}
.list-item{
	position: relative;
}
.list-item h2{
font-size: 13px;
margin-bottom: 15px;
}
.list-item.people {
    float: left;
    height: 250px;
    width: 140px;
}
.list-item.people h2 {
font-size: 12px;
}
.list-item.people .abstract {
	position: absolute;
	bottom: 0px;
 	height: 215px;
}
.body h3{
clear: left;
text-transform: none;
}

td{
	vertical-align: top;
	padding: 0px 0px 5px 0px;
}

/* gallery */
#gallery-thumbs{
	margin-bottom: 5px;
}
#gallery-image-area{
	min-height: 240px;
	background-color: #EDEDED;
}
ul.gallery{
	margin: 10px 0px;
    padding: 0;
	list-style-type: none;
}
ul.gallery li{
	float: left;
    margin: 0 7px 0 0;
}
ul.gallery li img{
    cursor: pointer;
}
/** files **/
a.pdf{
	background: url(images/elements/files/pdf.gif) no-repeat;
	padding-left: 20px;
}
a.zip{
	background: url(images/elements/files/archive.png) no-repeat;
	padding-left: 20px;
}

.file-size{
font-style: italic;
color: #666666;
}
/* file icons */

.file{
	padding-left: 22px;
	background: url("images/elements/files/unknown.png") no-repeat;
	line-height: 16px;
}
.file.directory{
	background: url("images/elements/files/folder.png") no-repeat;
}

.file.jpg,
.file.jpeg,
.file.png{
	padding-left: 22px;
	line-height: 16px;
	background: url("images/elements/files/jpg.gif") no-repeat;
}
.file.gif{
	background: url("images/elements/files/gif.gif") no-repeat;
}
.file.txt,
.file.tpl,
.file.css{
	padding-left: 22px;
	line-height: 16px;
	background: url("images/elements/files/text.png") no-repeat;
}
.file.pdf{
	background: url("images/elements/files/pdf.gif") no-repeat;
}

.file.doc{
	background: url("images/elements/files/doc.gif") no-repeat;
}
.file.xls{
	background: url("images/elements/files/xls.gif") no-repeat;
}
.file.zip,
.file.gz,
.file.tar{
	background: url("images/elements/files/archive.png") no-repeat;
}
.file.odt{
	background: url("images/elements/files/odt.png") no-repeat;
}

.file.mp3,
.file.wav{
	background: url("images/elements/files/audio.gif") no-repeat;
}
div.downloads{
position: relative;
	background: url(images/elements/h_line.jpg) no-repeat;
	background-position: bottom;
margin-bottom: 10px;
}
div.downloads ul.documents {
list-style-type: none;
margin-left: 0px;
margin-bottom: 5px;
}
div.downloads div.parameter{
margin-top: 0px;
padding-bottom: 5px;
}
a.feed{
	background: url("images/elements/feed.png") no-repeat;
	padding-left: 20px;
	display: block;
}
.style1{}
body#hide-headline-abstract #abstract{
display: none;
}
body#hide-headline-abstract h1.h1_main{
display: none;
}
body.news{

}
#teaser-2{
/*display: none;*/
}
body.films #teaser-2{
display: block;
}
body.films #teaser-1{
/*display: none;*/
}
body.search #teaser-2{
display: block;
}
body.search #teaser-1{
display: none;
}
body.home div#path_area{
display: none;
}

body.home  div#content_area{
top: 155px;
}
body.links div#path_area{
display: none;
}
body.links div#content_area{
top: 155px;
}
body.links h1{
text-transform: uppercase;
}

body.material div#path_area{
display: none;
}
body.material div#content_area{
top: 155px;
}
body.material h1{
text-transform: uppercase;
}

