﻿/**
 * dRS4 CSS für Content Unterdatensätze
 * wird von /content/css.css aufgerufen
 */
div#content_children_box {
	margin: 0px 0px 0px 0px;
		padding-top: 20px;
		max-width:700px;
	
	
}



div#content_children_box div.content_child{
	
}
/**
 * Darstellung in mehr als einer Spalte
 */
div#content_children_box div.content_child_columns {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	width: 550px;
	min-height: 115px;
}
div#content_children_box div.content_child_columns:hover {
	
}
div#content_children_box div.content_child_columns div.content_child {
	display: inline-block;
	margin: 0px 0px 0px 100px;
	border: 0px solid #00f;
	padding: 0px 0px 0px 0px;
	width: 173px;
		vertical-align: text-top;

}
div#content_children_box div.content_child_columns div.edit {
	display: inline-block;
}

/**
 * umhüllt den Content
 */
div#content_children_box div.content_child_content{

	/*border-top:thin #000000 solid;*/
	
	margin-bottom:70px;
	min-height:80px;
}
/**
 * Leser Name
 */
div.content_readers_entry_name {
	color:#ffffff;
	margin-right:5px;
	background-color:#336699;
	float:right;
	
	}
/**
 * Leser eMail
 */
div.content_readers_entry_email {
	color:#ffffff;
	background-color:#336699;
	float:right;
}
/**
 * Leser Homepage
 */
div.content_readers_entry_homepage {
	color:#333333;
}
/**
 * Laufnummer
 */
div.content_sequence {
	
}

/**
 * Titel
 */
div#content_children_box h2.content_title {
margin-bottom:2px;
margin-top:-23px;
color:black;
font-family:Verdana;
font-size:18px;




}
div#content_children_box h2.content_title {
		background-color:#000;
		line-height:24px;
}
div#content_children_box h2.content_title a {
	color:yellow;
	text-decoration:none;
		
		padding:4px;
}
div#content_children_box h2.content_title a:hover {

	text-decoration:none;


}
/**
 * Titel Vorsilbe
 */
div#content_children_box span.content_children_pretitle {
	position: absolute;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	display:none;
}

/**
 * Titel bei mehreren Spalten
 */
div#content_children_box div.content_child_columns h2 {

}
div#content_children_box div.content_child_columns h2 a {
	
}
div#content_children_box div.content_child_columns h2 a:hover {
	
}
/**
 * Titelbild
 */
div#content_children_box div.content_child_image {
	float:left;
	padding:5px;

}
div#content_children_box div.content_child_image img {

}
/**
 * Titelbild bei mehreren Spalten
 */
div#content_children_box div.content_child_columns div.content_child_image {
	position: absolute;
	margin: 20px 0px 0px -102px;
	border: 1px solid #ccc;

}
div#content_children_box div.content_child_columns div.content_child_image div#title_landscape{
	
}
div#content_children_box div.content_child_columns div.content_child_image div#title_portrait{
	
}
div#content_children_box div.content_child_columns div.content_child_image img {
	width: 95px;
	
}
div#content_children_box div.content_child_columns div.content_child_image div#title_portrait div.overlay{

}

div#content_children_box div.content_child_columns div.content_child_image div#title_landscape div.overlay{

}

div#content_children_box div.content_child_columns div.content_child_image:hover div#title_portrait div.overlay{
	
}
div#content_children_box div.content_child_columns div.content_child_image:hover div#title_landscape div.overlay{
	
}
/**
 * Titelbild Beschreibung
 */
div#content_children_box div.content_child_image div.content_child_image_title_portrait_title {
	
}
div#content_children_box div.content_child_image div.content_child_image_title_landscape_title {
	
}
/**
 * Titelbild Beschreibung
 */
div#content_children_box div.content_child_image div.content_child_image_title_portrait_description {
	
}
div#content_children_box div.content_child_image div.content_child_image_title_landscape_description {
	
}
/**
 * Datum Zeit
 */
div#content_children_box h2 a:active {
}
div.content_child div.content_date {
font-size:11px;
color:yellow;
float:right;
margin-right:6px;
margin-top:-17px;
font-family:Verdana;
}
div.content_child div.content_time {
font-style:italic;
font-size:8px;
color:#333333;
float:right;
margin-top:-31px;
margin-right:55px;
}
/**
 * Einleitung
 */
div#content_children_box blockquote.content_teaser {
	color:#000000;
	font-family:Verdana;
	font-size:16px;

	
	/*padding:2px;*/
	
}
div#content_children_box blockquote.content_teaser p {

}
/**
 * Text
 */
div.content_child span.content_description {
padding:2px;
color:#000000;
font-family:Verdana;
	font-size:14px;
	line-height:17px;
	
}

div.content_child span.content_description a{
	
}
/**
 * Lesen Sie mehr Button
 */
div#content_children_box span.more a {
color:#000000;
font-family:Verdana;
padding:2px;
text-decoration:none;
border:thin black solid;
/*macht den button rechts*/
float:right;
margin-right:5px;
	
}
div#content_children_box span.more a:hover {

}