@charset "iso-8859-1";
/* CSS Document */

#wideKwick { padding:36px 0 36px 1px; background-repeat:no-repeat; background-position:1px top; }
#wideKwick.de { background-image:url(/el/leistungen-liste/hg-leistungen.gif); }
#wideKwick.en { background-image:url(/el/leistungen-liste/hg-services.gif); }

#wideKwick ul { margin:0 !important; padding:0 !important; }

.kwicks { list-style: none; position: relative; margin: 0; padding: 0; } /* recommended styles for kwicks ul container */

/* these are required, but the values are up to you (must be pixel) */
.kwicks li { width: 87px; height: 254px; display: block; overflow: hidden; padding: 0; cursor:pointer; } /* if you need padding, do so with an inner div (or implement your own box-model hack) */
.kwicks li a { display:block; width:100%; height:100%; text-indent:-9999px; background-image:none !important; }
.kwicks li a:hover { background:none; }

/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
.kwicks.horizontal li { float: left; } /*Set to same as spacing option. */

/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
.kwicks.vertical li { margin-bottom: 4px; } /*Set to same as spacing option. */	

#kwickDE1 { background-image: url(/el/leistungen-liste/entwicklung.jpg); }
#kwickDE2 { background-image: url(/el/leistungen-liste/werkzeugbau.jpg); }
#kwickDE3 { background-image: url(/el/leistungen-liste/spritzgussfertigung.jpg); }
#kwickDE4 { background-image: url(/el/leistungen-liste/schaumstoffverarbeitung.jpg); }
#kwickDE5 { background-image: url(/el/leistungen-liste/siebdruckerei.jpg); }
#kwickDE6 { background-image: url(/el/leistungen-liste/service.jpg); }

#kwickEN1 { background-image: url(/el/leistungen-liste/development.jpg); }
#kwickEN2 { background-image: url(/el/leistungen-liste/manufacturing.jpg); }
#kwickEN3 { background-image: url(/el/leistungen-liste/production.jpg); }
#kwickEN4 { background-image: url(/el/leistungen-liste/foam.jpg); }
#kwickEN5 { background-image: url(/el/leistungen-liste/print.jpg); }
#kwickEN6 { background-image: url(/el/leistungen-liste/service.jpg); }

.kwicks.horizontal #kwickDE6,
.kwicks.horizontal #kwickEN6 { margin-right: none; } /* cancel margin on last kiwck (if you set a margin above) */
