 
/********************************************************************************
 * Absätze
 ********************************************************************************/
 

 
 
.text_content,
.link_back,
.style_small,
.style_width,
.content_image,
.teaser_link {
 	clear:both;
    width: 390px; 
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
    text-align: justify;
}


.download {
	clear:both;
    width: 390px; 
	margin-bottom: 0px;
    background-color: ffffff;
	padding-top: 6px;
	margin-bottom: 20px;
	width: 100%;
	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	border-color: #999999;
	margin:0px;
	background-image:url("/images/elements/dotted.png");
	background-position:left bottom;
	background-repeat:repeat-x;
}


.einzug{
padding-left:25px;
}

.smaller{
   	font-size: 8pt;
   }

.bigger{
   	font-size: 12pt;
   }
  
 .topic{
 	margin-top: 0px;
 }
 
/********************************************************************************
 * Diverse Styles Definitionen
 ********************************************************************************/
 .float-right {
	float: right;
}

.float-left {
	float: left;
	padding-right: 10px;
}

.float-centered {
    text-align:center;
}

