.container {
	position:relative;
	top:0px;
	width:840px;
	min-height:526px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.container_content {
	position:relative;
	top:83px;
	left:0px;
	width:840px;
	min-height:398px !important; 
	
	background-color:#0396e2;
	z-index:1;
	padding-bottom:15px;
	
}
* html .container_content{
        height:398px
} 

.content_left {
	position:absolute;
	left:20px;
	top:20px;
	height:378px;
	width:470px;
	overflow:hidden;
}

.content_right {
	position:absolute;
	left:520px;
	top:20px;
	height:350px;
	width:300px;
	overflow:visible;
}

.footer {
	
	position:relative;
	top:98px;
	left:0px;
	width:840px;
	height:30px;
	background-color:#0396e2;
	z-index:100;
	
	
}
.container_teaser{
	height:125px;
	width:302px;
}

.container_bild {
       width:140px;
       	float:left;
}

.container_bild img{
       border:1px solid white; 
}


.container_text {
        margin-left:5px;
	float:left;
	width:155px;
	
}

.container_text .bodytext{
        height:62px;
	
}

h3{
	line-height:14px;
	margin-top:-1px;
	margin-bottom:3px;
}

hr{
padding-top:10px;
padding-bottom:5px;
height:5px;
}


