@charset "utf-8";
/* CSS Document */

#kwickcontainer {
	position:absolute;
	top: 205px;
	left:230px;

	height:110px;
	width:840px;
	font-size:12px;
	text-align:left;
	margin:0px;

	background-image:url(../gfx/kwickrand.png);
}

* html #kwickcontainer {/* IE Version 6 */
background:none;
}
#kwick {
	/*border-bottom: 3px double #333;*/
	padding-top: 22px;
	margin-top: 3px;
	width: 800px;
	margin-left: -15px;
}
* html #kwick {  /* nur fuer Internet Explorer */
  ma\rgin-left:40px;    /* Version 6 */
}
 *+html #kwick { /*IE7 only*/
  margin-left:40px;    /* Version 7 */
  }
#kwick .kwicks {
	display: block;
	height: 60px;
	margin: 0px;
}
#kwick li {
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}
#kwick .kwick {
	display:block;
	cursor: pointer;
	overflow: hidden;
	height:60px;
	width:100px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 4px solid black;
	

}
#kwick .kwick span {
	display:none;
}
#kwick .opt1 {
	background-image: url(../gfx/kwick/1.png) ;
}
#kwick .opt2 {
	background-image: url(../gfx/kwick/2.png) ;
}
#kwick .opt3 {
	background-image: url(../gfx/kwick/3.png) ;
}
#kwick .opt4 {
	background-image: url(../gfx/kwick/4.png) ;
}
#kwick .opt5 {
	background-image: url(../gfx/kwick/5.png) ;
}
#kwick .opt6 {
	background-image: url(../gfx/kwick/6.png) ;
}
#kwick .opt7 {
	background-image: url(../gfx/kwick/7.png) ;
	border-right: 0;
}
