 
/********************************************************************************
 * Absätze
 ********************************************************************************/
 
.text_content {
 	clear:both;
    width: 710px; 
	margin-bottom:  0px;
    text-align: left;
  	line-height: 170%;
	padding-top: 10px;
	padding-bottom: 10px;
}



.content_image {
 	clear:both;
    width: 100%; 
	margin-bottom: 5px;
    text-align: left;
  	line-height: 170%;
	
}


.download {
	clear:both;
    width: 690px;
	margin-top: 20px;
	margin-bottom: 20px;
    background-color: #ffffff;
	padding-bottom: 0px;
  	padding:8px 12px;
	margin-bottom: 20px;
	border-width: 0px;
	border-top-color: #633028;
	border-top-width:1px;
	border-bottom-color: #633028;
	border-bottom-width:1px;
	border-style:solid;
}



.einzug{
padding-left:15px;
}

.smaller{
   	font-size: 14px;
   }

.bigger{
   	font-size: 16px;
   }
  
 .topic{
 	margin-top: 0px;
 }
 
 
/********************************************************************************
 * Diverse Styles Definitionen
 ********************************************************************************/
 .float-right {
	float: right;
}

.float-left {
	float: left;
	padding-right: 10px;
}

.float-centered {
    text-align:center;
}

