/******************************************/
/* screen css for DLoG                    */
/******************************************/

/******************************************/
/* imports                                */
/******************************************/
/*@import url(screen_home.css);
@import url(screen_sub.css);*/

/******************************************/
/* general definitions                    */
/******************************************/
html, body, p, h1, h2, h3, h4, span, a, ul, ol, table, td, tr, th, tbody, thead, form, hr, div {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
a:link, a:visited { 
	color: #0067ba;  
	text-decoration: underline;
}  
a:active, a:hover {  
	color: #0067ba;  
	text-decoration: underline;  
}
img {  
     border: 0px;  
}
th {
	background: #C2C3C3;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}
td {
	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}
tr.grey, tr.grey td{
	background-color: #F2F3F3;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
th p {
	margin: 0 !important;
}
/* End hide from IE-mac */
/******************************************/
/* wrapper box                            */
/******************************************/
#shadow_top{	
	background: #fff url(../img/shadow_top.png) top center no-repeat;
	padding-top: 29px;
}

#wrapper{
	background: #fff url(../img/shadow_middle.png) center repeat-y;
	width: 1070px;
	margin: 0px auto;
	position: relative;
}
#wrapper_box {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	min-height: 100%;
	padding-left: 0px;
}
* html #wrapper_box {
	height: 100%;
}

/******************************************/
/* header box                             */
/******************************************/
#red_stripe_box{
	float:left;
	width:220px;
	height:111px;
	background-color: #D9000B;
}
#blue_stripe_box{
	float:right;
	width:15px;
	height:111px;
	background-color: #014983;
}
#logo_box	{
/*	width: 1000px; */
	margin-left: 220px !important;
	width: 765px;
	height: 81px;
}
#logo_box img {
	margin: 20px 0px 0px 562px;/*578px+65px(logogroesse-75%)+163px(verbreiterungAuf1000px)-pixelabstand rechts*/
}

/******************************************/
/* menu box                               */
/******************************************/
#main_menu_box {
	float:right;
	width: 765px; 
	height: 34px;
	padding-top: 3px;
}
#main_menu {
	padding-top: 3px;
	float: left;
	height: 34px;
	list-style-type: none;
}
#main_menu ul {
	top: -999em;
	position: absolute; 
	left: 0;
	width: 150px;
	border-top: none;
	list-style-type: none;
}
.main_menu_sub2{
	top: 0;
	margin-left: 131px;
}
.main_menu_sub2 ul{
	position:absolute;
	margin-left: 131px;
}
.main_menu_sub1 li.subMenuArrow a:after{
	content: " >";
}
.main_menu_sub1 li.subMenuArrow ul a:after{
	content: "";
}
#main_menu ul li {
	width: 150px;
}
#main_menu ul a {
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	width: 110px;
	background-color: #eeeeee;
	padding: 0 13px 0 8px;
	z-index: 200;	
}
#main_menu ul ul a{
	background-color: #ffffff;
}
#main_menu ul a:hover {
	background: #fff;
}
#main_menu ul a.active {
	background: #fff;
}
#main_menu li {
	position: relative;
	float: left;
	z-index: 100;
}
#main_menu li:hover ul li:hover ul{
	top: 3px;
}
#main_menu li:hover ul, /* pure CSS hover is removed below */
#main_menu li.sfHover ul {
	top: 31px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul {
	top: -999em;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/superfish_shadow.png') no-repeat bottom right;
/*	padding: 2px 2px 12px 2px;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#main_menu a {
	color: #737574;
	font: 13px/24px Arial,Helvetica,sans-serif;
	padding: 0 8px;
	background: #fff;
	text-decoration: none;		
	display: block;
	outline: none;
}
#main_menu a:hover {
/*	background: #b2cdda;*/
	background: #eeeeee;
}
#main_menu a.active {
/*	background: #b2cdda;*/
	background: #eeeeee;
}
#main_menu_box #search {
	float: right;
	width: 182px;
	height: 27px;
	margin: 0;
}
#main_menu_box #search input	{
	font: 11px/13px Arial, Helvetica, sans-serif;
	width: 140px;
	height: 13px;
	margin: 5px 0 0 6px;
	border: 1px solid #c4c4c4;
	padding: 2px;
	color: #666;
}
#main_menu_box #search .submit {
	padding: 0;
	width: 16px;
	height: 17px;
	margin: 0 0 0 2px;
	vertical-align: bottom;
}

/******************************************/
/* language box                           */
/******************************************/
#footer_language_box ul {
	clear:both;
	float: right;
	list-style-type: none;
}
#footer_language_box ul li {
	float: left;
	padding: 5px 0 0 0;
}
#footer_language_box ul li img {
	vertical-align: top;
}
#footer_language_box li a:hover{
	background-color: transparent !important;
}

/******************************************/
/* content box                            */
/******************************************/
#content_box {
	width: 1000px;
/*	padding: 0 0 99px 0; */
	margin-top: 3px;
}

table.contenttable td,
table.contenttable th {
	padding: 5px;
}

table.contenttable th {
        color: #444;
}

/******************************************/
/* footer box                             */
/******************************************/
#footer_box	{
	clear: both;
/*	margin: -99px auto 0 auto;*/
	width: 1000px;
	position: relative;
	padding: 23px 0 0 35px;
}
#footer_box ul {
/*	width: 1000px; */
	background: #f2f3f3;
	border-bottom: 1px solid #fd1b23;
	height: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1px 0;
}
#footer_box li {
	font: 10px/20px Arial, Helvetica, sans-serif;
	float: left;
}
#footer_box li a {
	font: 10px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;		
	padding: 0px 13px;	
	display: block;
	outline: none;
	background: #f2f3f3;
	color: #4F4F4F;
}
#footer_language_box li a {
	padding:0;
}
#footer_language_box li img{
	padding: 0 13px;
}
#footer_box li a:hover {
/*	background: #b2cdda; */
	background: white;
}
#footer_box li a.active {
	background: #b2cdda;
}
#footer_box p, #footer_copyright p {
	width: 1000px;
	height: 44px;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	color: #a9a9a9;
}
#footer_box p a, #footer_copyright p a {
	font: 10px/15px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	text-decoration: underline;		
}
#footer_copyright{
	background: #fff url(../img/shadow_bottom.png) bottom center no-repeat;	
	height: 68px;
	padding-left: 49px;
}
/******************************************/
/* col 1        		                  */
/******************************************/
#col_1 {
	width: 220px;
	float: left;
}
.col_1_leftHeader h1 {
	display: block;
	padding-left: 4px;
	float: left;
}
#col_1 .col_1_rightContent {
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 20px;
	float: left;
	display:block;
	width: 15.0em;
}
#col_2_boxes .col_1_rightContent {
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 7px;
	float: left;
	display:block;
}
.col_1_rightContent ul{
	list-style-type: none;
}
.col_1_image {
	margin-bottom: 14px;
}
/******************************************/
/* jwMovies	    		                  */
/******************************************/
.jwMovies{
	width:14.8em;
	float:left;
	margin-left: 0.4em;
}
.jwMovies div{
	width:7.4em;
	padding-bottom: 10px;
}
.teaser_small_movies .jwMovies div{
	float: left;
}
.jwMovies img{
	max-width: 85px;
	max-height: 100px;
}






/******************************************/
/* special paragraphs	                  */
/******************************************/
#c4840 ul, #c4819 ul{
	list-style-type: none;
	padding-top: 12px;
}
#c4840 ul li h1 strong, #c4819 ul li h1 strong{
    border-bottom: 1px dotted gray;
    display: block;
    padding-top: 20px;
    width: 460px;
}
