@charset "UTF-8";
/* CSS Document */

	

#submenu {
	position:relative;
	margin-left: 10px;
	font-family:Helvetica,sans-serif;
	font-size:12px;
}

#submenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#submenu a {
	margin-right:10px;
	margin-top:5px;
	float:left;
	color:#999999;
	text-decoration: none;
}

#container_werke {
	width:960px;
	margin-left:-10px;
	padding-top:30px;
	overflow:auto;
}

#container_werke a.anchorLink {
        background-color: transparent;
        }


.floating_container {
	float: left;
	margin-left:20px;
	padding-bottom:20px;
	width:220px;

}

.floating_container img {
	border: 2px solid #cccccc;
	margin-top:15px;
}

.floating_container a {
        background-color: transparent;
        padding:0;
}
  
#werk_name {
	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;
}

#werk_name div.name {

	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%;

}

#werk_name div.link {

	position:absolute;
	bottom:8px;
	right:0;
	text-align:right;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	width:20%;
	padding:1px;

}

/*#autor_name span.zeigen {

	float:right;
	margin-left: 5px;
	margin-top: 3px;
	
}*/

#werk_daten table {

	width: 220px;
	line-height:10px;
	text-align:left;
	margin-top:15px;
	
}

#werk_daten td.first_column {

	width:70px;
	font-size:10px;
	color: #999999;
	
}

#werk_daten td.second_column {

	font-size:10px;
	font-weight:bold;
	color:#999999;
	}
	
#werk_daten td.second_column a {

	color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
	text-decoration:none;
	}
	
#werk_daten td.spacer_column {width: 10px;}

#werk_daten tr.spacer_row {

	height: 5px;
	line-height:0.2;
	font-size:0.2px;
	
	}

#werk_text {
	margin-top:15px;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
	text-align:left;
}

#werk_text a {
        color: #185461;
	font-weight: normal;
	background-color: #73cee3;
	padding:1px;
	text-decoration:none;
}	

