@charset "UTF-8";
/* CSS Document */

#header {
	width:950px;
	position:relative;
	padding-left:10px;
	padding-top:20px;
	text-align:left;
	background-image:url(img/linie_autor_werk.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
/*für alle guten Browser, also nicht IE, folgendes:*/
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.ueberschrift {
	float:left;
	width:700px;
	padding-bottom:5px;
	overflow:hidden;
	
}

.kleine_ueberschrift {
	position:absolute;
	width:220px;
	right:10px;
	bottom:5px;
	color:#999999;
	font-family:Helvetica,sans-serif;
	font-size:18px;
}

#container_content {
	float:left;
	margin-top:5px;
	margin-left:10px;
	width:700px;
	display: inline;
}

#container_metacontent {
	float:right;
	margin-top:20px;
	margin-right:10px;
	width:220px;
	display: inline;	
}

#container_metacontent b {
	color:black;
}

#container_metacontent a {
	color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
	text-decoration:none;
}	

#container_metacontent a.no_marker {
	background-color: transparent;
	height:0;
	font-size:0;
	line-height:0;
	padding:0;
}	

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#kategorien {
	width:100%;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-align:left;
}

#autorenbild {
	float:left;
	width:454px;
	height:260px;
	margin-top:20px;
	border: 2px solid #bdbebe;
}

#werkbild {
	float:left;
	width:536px;
	height:306px;
	margin-top:20px;
	border: 2px solid #bdbebe;
}

#foto_copyright {
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	padding-top: 5px;
}

#container_einzelfotos {
	float:right;
	margin-top:20px;
	width:160px;
	height:310px;
	overflow:hidden;
	background-image:url(img/background_einzelbilder.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#container_einzelfotos a{
	background-color: transparent;
	margin:0;
	padding:0;
	border:0;
	}
	
#container_einzelfotos a img {
	float:left;
	width:66px;
	height:66px;
	margin-left:10px;
	margin-bottom:10px;
	border: 2px solid #bdbebe;
	
}

#zitate {
	float:right;
	width: 220px;
	margin-top:20px;
	text-align:left;
}

#zitate h5 {
	display:block;
	font-family:Helvetica,sans-serif;
	font-size:14px;
	color:black;
	font-weight:normal;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

#zitate_container {
	margin-top:5px;
}

#zitate_container span {
	display:block;
	font-family: Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	line-height:20px;
	color:#999999;
	margin-bottom:1em;
}

#content_texte {
	margin-top:20px;
	width:100%;
	clear:left;
}

#content_texte div.content_texte_headline {
	font-family:Helvetica,sans-serif;
	font-size:14px;
	color:black;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

#content_texte div.content_texte_text {
	margin-top:5px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-align:left;
	margin-bottom:20px;
}

#content_texte div.content_texte_text p {
	margin-bottom:10px;
}

#metacontent_item {
	margin-bottom:15px;
}

#metacontent_item div.headline {
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height:15px;
	text-align:left;
	padding-bottom: 5px;
	background-image: url(img/news_item_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#metacontent_item span.zeigen {
	float:right;
  	margin-left: 5px;
}

#metacontent_item div.text {
	margin-top:5px;
	font-family: Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#999999;
	text-align:left;
	line-height:15px;
}

#container_metacontent div.headline_werke {
	font-family: Helvetica, sans-serif;
	color:#999999;
	font-size:18px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:10px;
	background-image: url(img/news_item_line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
}
	