@CHARSET "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 0.7em;
	color: white;
	height: 100%;
	background-color: #646464;
}

a {
	color: white;
}

a:hover {
	color: #ccc;
}

a img {
	border: none;
}

a.pdf {
	background-image: url("../../../simplyflex/modules/mediaadmin/img/icons/small/pdf.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 30px;
	display: block;
	float: left;
	line-height: 25px;
	font-weight: bold;
}

hr {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: dotted 1px white;
	color: black;
	margin-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 8px;
}

h2 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	clear: both;
}

h3 {
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

h5 {
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	color: black;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}

h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited {
	color: black;
	text-decoration: none;
}

p {
	line-height: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

label.required, label.optional {
	font-weight: bold;
}

ul {
	padding-left: 40px;
}

li {
	line-height: 22px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both !important;
}

.small {
	font-size: 8pt !important;
}

.grey {
	color: #666 !important;
}

img#logo {
	float: right;
	margin-bottom: 5px;
}

div.right_content input.text, div.right_content textarea, div.right_content select {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: 1px solid #AAA;
	width: 99%;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

textarea {
	display: block;
}

div.right_content input.formbutton {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 5px;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

input.checkbox {
	margin-right: 2px;
}

table.list {
	width: 100%;
}

table.list td {
	padding-top: 3px;
	border-bottom: solid 1px #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

table.list td.first {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/******************** LAYOUT ********************/

table#container {
	width: 100%;
	height: 100%;
}

td.center {
	text-align: center;
	vertical-align: middle;
}

div#main {
	width: 953px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #8c8c8c;
	padding: 1px;
}

div#main_inner {
	border: solid 1px #646464;
	height: 582px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

div#header {
	position: relative;
	height: 51px;
	background-color:  #646464;
}

img#logo {
	position: absolute;
	bottom: 0px;
	right: 2px;
	width: 477px;
	height: 28px;
	display:block;
	margin: 0px;
}

div#footer {
	color: #333333;
	height: 30px;
}

div#footer p {
	line-height: 30px;
}

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

div#footer a:hover {
	text-decoration: underline;
}

/********************** NAVIGATION *************************/
div#nav {
	margin-top: 12px;
	height: 19px;
	background-color:  #646464;
}

div#nav a {
	display: block;
	height: 19px;
	float: left;
	font-size: 0;
	margin-left: 10px;
	margin-right: 23px;
}

/********************** CONTENT *************************/
div#contentarea {
	height: 452px;
	margin-top: 16px;
}

div#contentcolumns {
	height: 357px;
	margin-bottom: 16px;
}

div#contenttext {
	width: 242px;
	height: 349px;
	float: left;
	overflow: auto;
	background-color: #646464;
	padding: 4px;
}

div#contenttext p {
	line-height: 15px;
	width: 220px;
}

div#contentimage {
	width: 646px;
	height: 357px;
	float: right;
	overflow: hidden;
}

div.imagegallery {
	width: 646px;
	height: 357px;
}

div.controls {
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 2000;
}
a.playpause {
	color: white;
	font-size: 0.9em;
	cursor: pointer;
}

a.prev, a.next {
	color: white;
	font-size: 1.2em;
	cursor: pointer;
}

div#contentteaser {
	width: 646px;
	height: 357px;
	float: right;
	overflow: auto;
}

div#filmstrip {
	height: 69px;
	background-color:  #646464;
	padding: 5px;
}


/********************* CONTENT ELEMENTS ******************/
div#filmstrip_scroll {
	height: 69px;
	width: 909px;
	position: relative;
	overflow: hidden;
}

div#filmstrip_scroll_content {
	position: absolute;
	left: 0px;
}

div.filmstrip_image {
	width: 101px;
	height: 69px;
	overflow: hidden;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	backgrounc-position: center center;
	cursor: pointer;	
}

div.filmstrip_image:hover div.filmstrip_overlay {
	display: block;
}

div.filmstrip_overlay {
	display: block;
	position: absolute;
	width: 101px;
	height: 16px;
	bottom: 0px;
	left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: black;
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	KhtmlOpacity: .5;
	opacity: .5;
	overflow: hidden;
	display: none;
}

div.filmstrip_overlay a {
	display: block;
	width: 101px;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	color: white;
}

div#filmstrip_left_nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 69px;
	background-image: url("../img/arrow_left.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
	z-index: 100;	
}

div#filmstrip_left_nav:hover {
	background-image: url("../img/arrow_left_hover.jpg");
}

div#filmstrip_right_nav {
	position: absolute;
	left: 896px;
	top: 0px;
	width: 14px;
	height: 69px;
	background-image: url("../img/arrow_right.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#filmstrip_right_nav:hover {
	background-image: url("../img/arrow_right_hover.jpg");
}

div.teaser {
	width: 610px;
	height: 69px;
	background-color: #717171;
	border: solid 1px #535353;
	margin-bottom: 14px;
}

div.teaser:hover {
	background-color: #7e7e7e;
}

div.teaser a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	width: 499px;
	height: 69px;
	line-height: 69px;
	padding-left: 111px;
	font-size: 2.6em;
	color: white;
	text-decoration: none;
}

/********************** FORM ****************************/
input.text, textarea, select {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	border: 1px solid #AAA;
	padding: 2px;
	width: 99%;
	margin-top: 4px;
	margin-bottom: 4px;
}

input.formbutton {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 4px;
	padding: 2px;
}

table.form {
	width: 100%;
}

table.form th {
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 1px solid #BBBBBB;
	padding: 3px;
	text-align: left;
}

table.form tr.separator_before, table.form tr.separator_after {
	height: 4px;
}

table.form td.labels {
	width: 170px;
}

table.form td.fields {
	font-size: 8pt;
}

label.required {
	font-size: 8pt;
	font-weight: bold;
}

label.optional {
	font-size: 8pt;
	color: #666;
}

table.form_errordata {
	color: #AE0000;
}

div.form_success {
	color: rgb(98, 183, 60);
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
