/* Ohne Sidebar */
#wrapper {
	background: url(../images/pwrapback.gif); 
}

#content{
 	float: left; 
	position: relative; 
	width: 541px; 
	min-height: 500px;
	padding-left: 24px;
	padding-right: 23px;
	background-color: #E9EBE8; 
	border-right: 0px;
}

.teaserpicture img{
	width: 200px !important;
}

.teaserpicture2 img{
	width: 130px !important;
}

.teaserpicture3 img{
	width: 80px !important;
}

#content table{
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content table img {
	width: auto !important;
	height: auto !important;
}

#table_normal  {
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin: 0px !important;
	padding: 0px !important;
	float: left;
}

#table_normal  table {
	margin: 0px !important;	
}

.teaserelementbig {
	width:533px !important;
}

.teaserelement {
	width:255px !important;
}
* html .teaserelement { width:259px !important; }


.teaserelementsmall {
	width:166px !important;
}
* html .teaserelementsmall { width: 169px !important; }

#output {
	width: 541px !important;
}

iframe {
	width: 541px;
}

#rechts {
	width: 196px; 
 	float:right; 
 	position:relative; 
	background-color: black; 
	padding-left: 0px; 
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	display: block;
	text-align: left;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0px; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  