/* CSS Document */

body{
	margin				: 0;
	background			: #C4C4A1 url(../img/mdm_hg.gif) repeat-y; /* Hintergrund-Farbe anpassen */
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #6A6A38;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: black;
	font-size: 11px;
}


.contenttitle {
	margin		: 32px 0px 0px 32px;	
	width		: 512px;
	font-size	: 12px;
	color		: #6A6A38; /* Hintergrund-Farbe anpassen */		
	font-weight : bold;
	line-height : 18px;	
}


/*angepasst*/

.infostitle {
	margin		: 10px 0 0 0;	
	width		: 512px;
	font-size	: 11px;
	color		: #6A6A38; /* Hintergrund-Farbe anpassen */		
	font-weight : bold;
	line-height : 18px;	
	border-bottom: 1px solid #aaa;
}
.infostext {
	margin		: 10px 0 0 0;	
	width		: 512px;
	font-size	: 11px;
	color		: #000;		
	font-weight : normal;
	line-height : 18px;	
}

.imgBox{
	float:left;
	width:300px;
	padding:0 10px 10px 0;
}
.txtBox{
	float:left;
	width:195px;
	margin:0 0 0 0;
}

.titel	{
	color		: #6A6A38; 		
	font-size: 11px;
}
.textLegende	{
padding-bottom: 16px;
}