// @import "images.css";

.image-wrapper { float: left; }
.image-wrapper  > image-thumb { padding: 15; }
.first  { clear: left; }
.imgtable-right { float: right; }

.imagelistimg	{ 	
-webkit-border-radius: 20px;
 	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior:url(../../border-radius.htc);
}
 
.imagelisttd
{ 
padding-bottom:5px;
padding-left:5px;
}

.first  { clear: left; }
.image-wrapper  > image-thumb { padding: 15; }

.imgtable-right { float: right; }
.imgtable-left { float: left; }
 
.imagelisttd { padding-bottom:5px; }

.imagelistimg	{ 	
-webkit-border-radius: 20px;
 	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.image-thumb {width:100%; height:auto;display:block; border-radius: 2.5% 2.5% 2.5% 2.5%; }
 
#LOGO  img{    
width:100% !important;
height:auto !important;
display:block;
 
} 
 
 
 
 
 
 
 
#sliderjsmodule {
    height: 110%;
	max-height: 350px;
	z-index: 2;
	margin: 0 auto;
	padding: 15;
}
#sliderjsmodule img{
	width : 98%;
	height: auto;
	max-height: 350px;
	z-index: 2;
	margin: 0 auto;
	padding: 15;
}
 
.fbild  {max-width:100%; height:auto; display:block;}

div.image-wrapper{float:left;margin:5px;}
div.image-wrapper > img.image-thumb{width:100%;height:auto;display:block;}
.image-wrapper {   display: block; /* width=100% */}
.image-wrapper img.image-thumb, .imagelisttd, .imagelistimg, .image-responsive {
    display: block;
    width: 100%;
    max-width: 98%; /* nie breiter als Elternelement */
    height: auto;
	-webkit-border-radius: 20px;
 	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior:url(../../border-radius.htc);
	}
