.left,.bildlinks {
	float: left;
	}

.right, .bildrechts {
	float: right;
	}
	
.text_rechts {
	text-align: right;
	}	
	
.bildmitte {
	text-align: center;
	}	
	
.bildmitte img, .bildrechts img, .bildlinks img {
	margin: 0.5em;
	}	
	
.floatbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*:first-child+html .floatbox {overflow : hidden; _height : 1%; } 
/* Hides from IE-mac \*/
* html .floatbox {height: 1%;}
/* End hide from IE-mac */

.newsBlock input {
	font-size: 0.9em;
	margin-right: 50px;
	display: block;
	float: right;
	background: #EFEFEF;
	}	
