/* Ohne Sidebar - Shop */

#content {
 	float: left; 
	position: relative; 
	width: 541px; 
	min-height: 500px;
	padding-left: 24px;
	padding-right: 23px;
}

.teaserpicture img {
	width: 200px !important;
}

.teaserpicture2 img {
	width: 110px !important;
}

.teaserpicture3 img {
	width: 166px !important;
}

.table_normal  table {
	margin: 0px;	
	width: 539px !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; 
	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 */  