/* *******************************************************
** main
** ******************************************************* */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	clip: auto;
	height: auto;
	width: auto;
	text-align: center;
	text-indent: 0;
	/* scrollbars (safari, firefox) so the layout doesnt jump around (centered layouts) */
	min-height: 101%;
	/* opera cant calculate right, rounding is wrong */
	font-size: 100.01%;
	/* move fixed pos elements on window resize */
}
/* no borders anywhere */
fieldset, img {
	border: 0;
}
/* Safari: font-size: 100% is too large for forms */ 
select, input, textarea { 
	font-size: 99%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: auto;
	clear: none;
	clip: auto;
	display: block;
	color: #000000;
	text-align: left;
}
strong, b { 
	font-weight: bold;
}
em,i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	color: #C0C0C0; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #eee solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
/* css floating regulation */
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfloating:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari: needs clearfloating as a block-element */
.clearfloating { 
	display: block; 
} 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatingbox { 
	overflow: hidden; 
}
.holdfloats {
	
}
/* IE-Clearing: needed for IE, real stuff found in ie_hacks.css */
#ie_clearing { 
	display: none;
}

/* *******************************************************
** layout 
** ******************************************************* */
#fixiert {
	position: fixed;
	top: 0px;
	width: 250px;
	height: 500px;
	z-index: 2;
	left: 64%;
	float: left;
}
#main {
/*	position: static;*/
	margin-left: 10%;
	background-color: #E00;
	width: 55%;
	max-width: 820px;
	/*overflow: auto;*/
	text-align: left;
}
#header {
	background-color: #555;
	height: 90px;
	/*width: 590px;*/
	margin-bottom: 5px;
}

#header #headerContent {
	padding: 0px;
	text-align: left;
}
#servicenavi_neu {
	background-color: #E6E6DB;
	height: 15px;
	/*width: 590px;*/
	margin-bottom: 5px;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#servicenavi_neuContent{
	float:right;
	margin-right: 18px;
	
}

#servicenavi_neuContent a:link, #servicenavi_neuContent a:visited {
	color:#C42C0C;
	font-weight:normal;
	text-decoration:none;
	padding-right: 5px;
}

#servicenavi_neuContent a:hover {
	color: #000000;
	text-decoration:underline;
}

#servicenavi_neu .container { display: inline }
#servicenavi_neu .container p { display: inline; margin: 0; padding: 0; }
#servicenavi_neu .container img { vertical-align: middle; }



#body {
	clear: both; 
	width: auto; 
	z-index: 10; 
}
#content {
	background-color: #AAA;
	/*width: 590px; /* for 3-col layout should be auto */
	text-align: left; 
	min-height: 400px;
	clear: both;
}
#content #contentContent {
}
#content #contentContent #startbild {
}
#content #contentContent #startbild img {
}
#content #contentContent #realcontent {
	width: 90%;
	padding: 0px 20px 40px 20px;
}
#content .container {
	
}
#servicenavi {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 180px;
}
#servicenavi #servicenaviContent {
	padding: 10px 40px;
}
#servicenavi #servicenaviSearch {
	
	padding: 500px 0 10px 22px;
}
#servicenavi #servicenaviIcons {
	padding: 0px 0 10px 35px;
}
#servicenavi #servicenaviIcons img {
	margin: 0 5px 0 0;
}
#mainnavi {
	background-color: #EEE;
	width: 220px;
	height: auto; /* auto; */
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 3;
}
#mainnavi #mainnaviContent {
	padding: 10px 15px 25px 15px;
}
#subnavi {
	position: absolute;
	top: 250px;
	left: 90px;
	z-index: 4;
}
#subnavi #subnaviContent {
	padding: 10px;
}
#footer {
	background-color: #777;
	text-align: left;
	clear: both;
	/*width: 650px;*/
}
#footer #footerContent {
	padding: 5px 0px 5px 20px;
}
ul {
	margin-left: 20px;
	margin-bottom: 1.2em;
}
ul li {
	
}
fieldset {

	border: 0;

	margin: 0;

	padding: 0;

	text-indent: 0;

	overflow: auto;
}

fieldset.buttonarea {

	padding: 3px;

	border: 0;

	padding-top: 7px;

	padding-bottom: 7px;

	width: 220px;

	text-align: right;

}

fieldset legend{

	margin: 0;

	padding: 0;

	border: 0;

	color: #8D927D;

	font-weight: bold;

}

fieldset label{

	color: #000;

	text-align: left;

	margin-right: 10px;

	vertical-align: top;
	width: 170px;

}

fieldset input[type='text'] {

	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-size: 100%;

	width: 200px;

	margin: 0;

	margin-bottom: 3px;

	padding: 2px;

	color: #000;

	font-size: 100%;

}
fieldset input[type='checkbox'] {

	margin: 0;

	padding: 0;

	border: 0;

	margin-bottom: 3px;

	vertical-align: bottom;

}

fieldset input[type='radio'] {

	margin: 0;

	padding: 0;

	border: 0;

	margin-bottom: 10px;

	vertical-align: top;

}

fieldset input[type='submit'] {
	width: 150px;

}
input.button {
	width: 150px;

}

fieldset select {

	margin: 0;
	font-size: 100%;

	padding: 1px;

	width: 200px;

	margin-bottom: 3px;

	color: #000;

}

fieldset textarea {

	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-size: 100%;

	margin: 0;

	padding: 2px;

	border: 0;

	width: 200px;

	height: 150px;

	margin-bottom: 3px;

	color: #8D927D;

	border: 1px solid #CAD2AB;	

}
input.textfield {

	font-family: Arial, Helvetica, Verdana, sans-serif;

	font-size: 100%;

	width: 200px;

	margin: 0;

	margin-bottom: 3px;

	padding: 2px;

	color: #000;

	font-size: 100%;

}

input.textfield:focus,

textarea.textarea:focus {

	color: #000;	

}

fieldset dl {

	padding: 1em 0 0 0;

}

fieldset dt {

	float: left;

	text-align: right;

	width: 25%;

	clear: both;

}

fieldset dd {

	float: left;

	width: 50%; 

}
.csc-mailform-field {
	margin-bottom: 2px;
}
label {
	display: block;
	float: left; 
}
/* *******************************************************
** style 
** ******************************************************* */

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	word-spacing: normal;
	letter-spacing:	0em;
	text-decoration: none;
	background: url(image/hintergrundbild.jpg) repeat-y fixed;
	background-color: #FFFFFF;
}
strong, b { 
	font-weight: bold;
}
em,i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #888 solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0 0 .5em 0;
}
h1 .csc-firstHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: .5em 0;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 1em;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
p, p.bodytext {
	color: #000000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
#main {
	background: transparent;
}
/* CLASS-definitions, specific items */
/* the image in the header is often a logo */
#header {
	background: #E6E6DB;
}
#servicenavi {
	background-color: #AB311E;
	color: #000000;
	font-size: 10px;
	text-align: left;
	line-height: 10%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#servicenavi #servicenaviContent {
	padding: 10px 40px;
}
#servicenavi a:link,
#servicenavi a:visited {
	color: #000000;
	margin-right: 10px;
	text-decoration: none;
	padding: 0px;
}
#servicenavi a:hover {
	background: #AB311E;
	color: #000000;
	text-decoration: none;
}
#servicenavi a:link.active,
#servicenavi a:visited.active {
}
#mainnavi {
	background: #003248;
	height: auto;
}
#mainnavi #mainnaviContent {
}
#mainnavi a:link,
#mainnavi a:visited {
	color: #000000;
	display: inline;
	text-decoration: none;
	padding: 0px;
}
#mainnavi a:hover {
	color: #000;
}
#mainnavi a:link.active,
#mainnavi a:visited.active {
	color: #000;
	/*	width: 220px;*/
}
#subnavi {
	background-color: #C8BC4B;
	color: #000000;
	text-align: left;
}
#subnavi #subnaviContent {
	padding: 10px;
}
#subnavi a:link,
#subnavi a:visited {
	color: #000000;
	background: url('') no-repeat 0 0;
	text-decoration: none;
	padding: 0;
}
#subnavi a:hover {
	background: #003248 url('') no-repeat 0 0;
	color: #000000;
	text-decoration: none;
}
#subnavi a:link.active,
#subnavi a:visited.active {
	background: url('') no-repeat 2px -64px;
}
#special {
	background-color: #FFF;
	color: #000;
}
/* commun content elements */
#content {
	background-color: #E6E6DB;
	/* colored background for left and right colomn */
	margin: 0;
}
#content .container {
	background: #E6E6DB;
	display: block;
	padding: 20px 0px 0px 25px;
}
#content .container #subsubnavi {
	margin-bottom: 1.2em;
	line-height: 145%;	
}
#content h1 {
	color: #000000;
	font-size: 16px;
	line-height: 130%;
	padding: 0 0;
}
#content h2 {
	color: #000000;
	font-size: 100%;
	line-height: 160%;
}
#content p {
	margin-bottom: 1.2em;
	line-height: 145%;
}
#content a:link,
#content a:visited {
	color: #C42C0C;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;	
}
#content .csc-sitemap {
}
#content .csc-sitemap ul {
	margin: .75em 0 0 20px;
	display: block;
}
#content .csc-sitemap ul li {
	margin-bottom: 1em;
	font-size: 14px;
}
#content .csc-sitemap ul li a:link,
#content .csc-sitemap ul li a:visited {
	color: #000000;
	margin-bottom: 1em;
	text-decoration: none;
}
#content .csc-sitemap ul li a:hover {
	color: #C42C0C;
	margin-bottom: 1em;
	text-decoration: none;
}
#content .csc-sitemap ul li ul {
	margin-left: 20px;
}
#content .csc-sitemap ul li ul li {
	margin-bottom: 1em;
	font-size: 11px;
}
#footer {
	font-size: 100%;
	background-color: #003248;
	color: #959595;
	margin-left: 20px;
	margin-bottom: 50px;
}
#footer a:link,
#footer a:visited {
	color: #959595;
	font-size: 100%;
	text-decoration: none;
	margin: 0 5px 0 0;
}
#footer a:hover {
	color: #000000;
}
.contenttable {
	width: 490px;
	border-spacing: 0;
	line-height: 150%;
}
.contenttable td {
	vertical-align: top;
	padding: 2px;
}
.contenttable thead td {
	border-bottom: 5px solid #DDD;
}
.contenttable tbody td {
	border-bottom: 1px solid #DDD;
}
.contenttable .align-right {
	text-align: right;
}
.contenttable .bodytext {
	margin: 0;
	padding: 0;
}

.tx-psmhighlight-sword-1 {
	background-color: #C42C0C;
	padding-left: 5px;
	padding-right: 5px;
}

.browseBoxWrap{
	margin-top: 20px;

}




/* *******************************************************
** modifications
** ******************************************************* */
#header img {
	margin: 10px 0 0 20px;
}
.important {
	color: #686846;
	font-weight: bold;
}
.csc-textpic-caption {
	font-size: 90%;
}
.csc-textpic {
	overflow: auto;
	height: 1%;
}
/* Darstellung der Suchergebnisse unter Empfehlungsliste und Service für Verlage */
.tabTitleBar {
	cursor: pointer;
	margin-top: 1px;
	padding: 5px;
}
.tabTitleBar .headline {
	font-weight: bold;
}
.tabContent {

	overflow: auto;
}
.legend {
	color: #5E5F4E;
}
#content .filmitem_text p,
#content .filmitem_details p {
	padding: 0px;
}
.tabContent .filmitem_details, .filmitem_details {
	width: 210px;
	float: left;
	overflow: hidden;
	height: auto;
}
.tabContent .filmitem_images_text, .filmitem_images_text {
	margin-left: 210px;
	border-left: 210px;
	width: 540px; /*560px*/
	height: auto;
}
.tabContent .filmitem_images {
	margin-bottom: 15px;
}
.filmitem_images {
	margin-bottom: 8px;
}
.tabContent .filmitem_text, .filmitem_text  {
}

.filmlist_details {
	float: left;
	display: inline;
	margin: 5px 0;
	width: 540px;  /*560px*/
}
.csc-mailform-label {
	margin-bottom: 1em;
}

.to_top{
	float:right;
	color:#C42C0C;
	cursor:pointer;
	background-color: #ff0000;
}
