@charset "utf-8";
/* CSS Document */

#ausgabe_eintrag{
	width:600px;
	height:142px;
	padding:5px;
	border:1px solid #000;
	text-align:left;
	
	}
#ausgabe_pic{
	width:100px;
	height:42px;
	float:left;
	
		}

#ausgabe_title{
	width:400px;
	height:42px;
	padding-left:5px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
	
#details_eintrag{
	width:600px;
	padding:5px;
	text-align:left;
	border:1px solid #000;
	float:left;


	
	}
#details_pic{
		float:left;

	
	
		}

#details_beschreibung{
	width:300px;
	margin-left:20px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;


}
	
