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

#leftKwick,
#rightKwick { float:left; width:254px; position:relative; }

#leftKwick { padding-right:22px; }

#leftKwick ul,
#rightKwick 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: 254px; height: 98px; display: block; overflow: hidden; margin:0; 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: 1px; } /*Set to same as spacing option. */	

#kwickDE1 { background-image: url(/el/loesungen-liste/messtechnik.jpg); }
#kwickDE2 { background-image: url(/el/loesungen-liste/werkzeuge.jpg); }
#kwickDE3 { background-image: url(/el/loesungen-liste/handwerker.jpg); }
#kwickDE4 { background-image: url(/el/loesungen-liste/medizin.jpg); }
#kwickDE5 { background-image: url(/el/loesungen-liste/werbung.jpg); }
#kwickDE6 { background-image: url(/el/loesungen-liste/lager.jpg); }

#kwickEN1 { background-image: url(/el/loesungen-liste/instrumentation.jpg); }
#kwickEN2 { background-image: url(/el/loesungen-liste/tools.jpg); }
#kwickEN3 { background-image: url(/el/loesungen-liste/craftsmen.jpg); }
#kwickEN4 { background-image: url(/el/loesungen-liste/medical.jpg); }
#kwickEN5 { background-image: url(/el/loesungen-liste/advertisement.jpg); }
#kwickEN6 { background-image: url(/el/loesungen-liste/transport.jpg); }

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