@charset "UTF-8";
/* CSS Document */

/* ++++++++++++Reset, based on Eric Meyer's reset.css++++++++++++ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	font-family: Helvetica, sans-serif; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
}

a.no_marker {
        background-color: transparent;
        padding:0px;
        }	
	
/* ++++++++++++Main div elements++++++++++++ */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Meta Navigation */
#meta_navigation {
	position:relative;
	width: 960px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	font-size: 9px;
	color: #808080;
}

#meta_navigation a {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	margin-left: 10px;
	padding:0;
	background-color: transparent;
}

#top_banner {
	position: relative;
	margin-top: 20px;
	margin-left: 0;
	height: 76px;
	width: 960px;
	border-top: 1px solid black;
	border-bottom: 3px solid black;

}

#top_banner .logo {
	
	position: absolute;
	top: 30px;
	left: 10px;

}

#top_banner .theatermedien {

	position: absolute;
	top: 40px;
	right: 0;
	
}

#main_menu {

	position: relative;
	width: 100%;
	margin-left:10px;
	margin-top: 15px;

}

#main_menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main_menu a {
	float:left;
	margin-right: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding:0;
	background-color:transparent;
	display: inline;
}

#main_menu a.main_menu_item_no {
	color: #999999;
}

#main_menu a.main_menu_item_act {
	color: black;
}

#main_feature {

	position:relative;
	margin-left: 10px;
	width: 940px;
}

#feature_story {

	width: 700px;
	float:left;

}

#feature_story div.main_img {

	width: 696px;
	height: 236px;
	border: 2px solid #bdbebe;
	margin-top: 15px;
	
}

#feature_text {

	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #808080;

}

#feature_text p {

	margin-bottom: 10px;
}

#feature_text h3 {
	margin-bottom:15px;
}
	

div.spacer {
	clear:both;
	line-height:0;
	height:0;

}

#news {
	
	float: right;
	width: 220px;
	text-align:left;
	margin-top:15px;
	margin-bottom:20px;

}

#news_container {margin-top: 15px;}

#news_headline {

	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;

}

#news div.headline {

	float: left;
	font-family: Helvetica, sans-serif;
	color: #999999;
	font-size: 18px;
	font-weight: normal;

}

#news div.marker {

	float: right;
	margin-top:5px;

}

#rss_feed {

	padding-top: 10px;
	padding-bottom: 10px;
	line-height:9px;
	display:none;
	height:0;
	width:0;

}

#rss_feed span.image {

	display:block;
  	float:left;
  	width:23px;
  	height:23px;
  	margin-right:5px;
  	background-image:url("img/rss.gif");
  	background-repeat:no-repeat;
	
}


#news_subheadline {

	padding-bottom: 7px;
	background-image: url(img/news_item_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;

}

#news_subheadline div.subheadline {

	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height:15px;

}

#news_subheadline span.zeigen {

	display:block;
  	float:right;
  	margin-left: 5px;
	
}

#news_teaser {
	margin-top:10px;
	font-family: Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#999999;
	line-height: 15px;
}

#news_references table {

	width: 220px;
	line-height:10px;
	
}

#news_references td.first_column {

	width:70px;
	font-size:10px;
	color: #999999;
	
}

#news_references td.second_column {

	font-size:10px;
	font-weight:bold;
	color:#999999;
	}
	
#news_references td.second_column a {

	color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
	text-decoration:none;
	}
	
#news_references td.spacer_column {width: 10px;}

#news_references tr.spacer_row {

	height: 5px;
	line-height:0.2;
	font-size:0.2px;
	
	}
	
#subfeatures {
        position:relative;
        margin-left:-20px;
        width:720px;
}

#subfeatures #wrapper {
	height:0;
	line-height:0;
	font-size:0;
}
	

#subfeature_item {

	float: left;
	margin-top:20px;
	margin-left:20px;
	width:220px;
	padding-bottom: 7px;
	display: inline;

}

#subfeature_headline {
	position:relative;
	width:220px;
	padding-bottom: 7px;
	background-image: url(img/news_item_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:30px;
}

#subfeature_headline div.headline {

	position:absolute;
	left:0;
	bottom:0px;
	padding-bottom:7px;
	text-align:left;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	width:80%;
	line-height:15px;

}

#subfeature_headline div.sub_link {

	position:absolute;
	bottom:10px;
	right:0;
	text-align:right;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	width:20%;
	padding:1px;
	
}

#subfeature_text {

	width:220px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-align:left;

}

#subfeature_text a {

	color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
	text-decoration:none;
	
}



#line {

	width:700px;
	
}

#footer {
	width:100%;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid black;
	font-family: Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	text-align: left;
	line-height:normal;
}

/* ++++++++++++classes++++++++++++ */

.marker {

	font-family: Helvetica, sans-serif;
	color: #185461;
	font-size: 9px;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;

}

.marker a {
	color: #185461;
	text-decoration: none;
}

h3.big_headline {
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 28px;
	font-weight: bold;
	line-height:28px;
}
