/* General */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

tr {
   vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
	font-size: 12px;
	color: #505050;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

/* Links */

a:link, a:active { color: #505050; text-decoration:none; }
a:hover { color: #f6a800; text-decoration:none; }
a:visited { color: #505050; text-decoration:none; }

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
   width: 100%;
   height: 100%;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 400px;
	height: 266px;
	padding: 2px;
}

ul.thumb li img.image {
	/* width: 400px; */
	height: 266px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0;
	position: absolute;
	left: 0; top: 0;
	border: 1px solid #dddddd;
}

span.image_select_area, span.image_select_area_sb {
	width: 32px;
	height: 32px;
	visibility: visible;;
  	position: absolute;
	left: 5px;
	top: 5px;
}

span.image_enlarge_area {
	width: 32px;
	height: 32px;
	visibility: visible;;
  	position: absolute;
	left: 5px;
	top: 85%;
}

div.clear {
   clear: both;
}

div#main {
   border: 0;
   padding: 0;
	margin: 40px auto 10px auto;
   width: 935px;
}

div#main_inside {
	width: 935px;
   margin: 0px auto;
   position: relative;
}

div#header {
   position: relative;
   height: 80px;
   width: 100%;
   border: 0;
   clear: left;
}

div#header_logo {
   position: absolute;
   left: 0px;
   bottom: 15px;
}

div#header_content {
   position: absolute;
   right: 0px;
   bottom: 10px;
   width: 466px;
}

div#header_line {
   position: absolute;
   right: 0;
   bottom: 0;
   width: 700px;
   height: 1px;
   background: #e3e3e3;
}

div#footer {
   position: relative;
   width: 100%;
   height: 40px;
   border: 0;
}

div#footer_content {
   font-size: 9px;
   position: absolute;
   right: 0px;
   bottom: 4px;
}

div#footer_line {
   position: absolute;
   left: 0;
   bottom: 7px;
   width: 700px;
   height: 1px;
   background: #dcdcdc;
}

div#mainlinks {
   margin: 51px 0 0 0;
   float: left;
}

a.mainlink {
   font-size: 14px;
   padding-right: 20px;
}

a.mainlink.end {
   padding-right: 0px;
}

a.mainlink.active {
   color: #f6a800;
}

div#access_block {
   position: relative;
   float: right;
   height: 67px;
}

div#login_block {
   position: relative;
   float: left;
   height: 67px;
}

div#logged_in_block {
   position: relative;
   float: left;
   height: 67px;
}

div#input_login {
   float: left;
   border: 0;
   margin: 50px 0 0 0;
   position: relative;
}

div#input_pwd {
   float: left;
   border: 0;
   margin: 50px 0 0 7px;
   position: relative;
}

input.text {
   font-size: 11px;
   width: 110px;
   height: 13px;
   border-left: 1px solid #505050;
}

input.text.form {
   width: 165px;
}

input#submit {
   position: absolute;
   right: 0;
}

div#msg {
   position: absolute;
   bottom: 25px;
   right: 0;
   color: #f6a800;
   display: none;
}

div#mainlinks_logged_in {
   margin: 51px 0 0 0;
   float: left;
}

div#div_logged_in_as {
   position: absolute;
   top: 0;
   right: 0;
   color: #f6a800;
}

span.loading {
   display: none;
   margin-left: 8px;
}

div.fix {
	clear: both;
}

table.content {
   width: 936px;
   height: 468px;
	padding: 0;
	margin: 30px 0 0 0;
	background-color: #000;
   border-spacing: 0;
}

tr {
	padding: 0;
	margin: 0;
}

td.content {
	padding: 0;
	margin: 0;
	width: 234px;
	height: 156px;
	overflow: hidden;
	background-color: #191919;
	text-align: left;
   cursor: crosshair;
}

div.block_container {
	width: 234px;
	text-align:left;
	height: 156px;
	overflow: hidden;
	position: relative;
	background-color: #191919;
}

div.block {
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
	position: absolute;
	white-space: normal;
	text-align: center;
	width: 100%;
}

div.text {
   color: #D1D1D1;
   cursor: default;
}

img.content {
	width: 234px;
	text-align:center;
	height: 156px;
	background-color: #000;
}

div.person_start {
	height: 100px;
	vertical-align: middle;
	padding-top: 66px;
}

div.person {
	vertical-align: middle;
}

li.list_item {
	min-width: 140px;
}

div#link_block {
   float: left;
   padding-left: 270px;
}

div#impresssum_unten {
   font-size: 9px;
}

div.person li
{
   list-style: none;
   padding: 6px 4px;
}

div.content {
   position: relative;
   width: 700px;
   height: 468px;
	padding: 0;
	margin: 30px 0 0 236px;
}

div.kontakt {
   margin: 0 0 20px 0;
}

div.label {
   width: 60px;
   float: left;
}

div.label.small {
   width: 45px;
}

div.label.form {
   height: 24px;
}

div.labelled {
   float: left;
}

div.kontakt_numbers {
   position: relative;
   clear: both;
   height: 140px;
}

div#kontakt_conf {
   position: absolute;
   top: 210px;
   right: 255px;
   display: none;
}

textarea {
   width: 225px;
   height: 80px;
}

input.submit {
   width: 100px;
   margin: 2px 0 0 128px;
   background-color: #fff;
   font-size: 11px;
}

div#accordion {
   position: relative;
   height: 100%;
   width: 100%;
   margin-top: 6px;
}

h2.accordion {
   margin: 0;
   padding-bottom: 5px;
}

div.year_content
{
   position: relative;
   padding: 13px 0;

}

div.year_line {
   position: absolute;
   left: 0;
   top: 6px;
   width: 230px;
   height: 1px;
   background: #dcdcdc;
}

div.pdf_icon {
   position: absolute;
   left: 200px;
   top: -23px;
}

li.film {
   list-style: none;
   margin-left: 40px;
   padding: 2px 0;
}

div.start {
   margin-top: 45px;
}

div.impressum {
   margin: 0 0 20px 0;
   font-size: 10px;
}

div.end {
   margin-bottom: 10px;
}

ol li {
   margin-left: 17px;
   padding: 7px 0;
   font-size: 10px;
}

div#kontakt_msg {
   position: absolute;
   bottom: 10px;

}