/* ############# KWICKS Menü  ################# */
/* defaults */
div.slidemenu {
position:relative;
width:940px;
height:180px;
background: #a94f2c;
}

ul.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
  height:180px;
 cursor: crosshair !important;
}
#container ul.kwicks p {
	font-size: 0.77em;
}
.kwicks .active {
width:660px;
}
.kwicks li {
  position:relative;
  float: left;
	width: 156px;
	height: 180px;
	margin-right: 0px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
  list-style: none;
}
.kwicks li a {
  display:block;
  width:100%;
  height:100%;
  color: #fff;
  background:transparent;
  pposition:relative;
}
.kwicks li a:hover {
background:transparent !important;
}

.kwicks li a span {
position:relative;
float:right;
padding: 10px 60px 10px 50px;
margin-top:5px;
width:300px;
height: 120px;
color: #fff;
}
*+html .kwicks li a span {
  width: 280px;
  margin-left: 20px;
}
* html .kwicks li a span {
  width: 280px;
  margin-left: 20px;
}
.kwicks li a span li {
background: url(../img/li2.png) no-repeat 0 5px;
font-size: 75%;
padding-left: 10px;
width: 98%;
margin-top: 7px;

}
#kwick1 {
	background: #6e6ea2 url(../img/kwicks/wir.jpg) 0 0 no-repeat;
}
#kwick1 .active {

}
#kwick2 {
	background: #5789ba url(../img/kwicks/bibellese.jpg) 0 0 no-repeat;
}
#kwick2 .active {

}
#kwick3 {
	background: #cac81b url(../img/kwicks/bibel_im_gespraech.jpg) 0 0 no-repeat;
}
#kwick3 .active {

}
#kwick4 {
	background: #029c68 url(../img/kwicks/kimat.jpg) 0 0 no-repeat;

}
#kwick4 .active {

}
#kwick5 {
	background: #d09d28 url(../img/kwicks/gnadau_aktuell.jpg) 0 0 no-repeat;

}
#kwick5 .active {

}
#kwick6 {
	background: #a94f2c url(../img/kwicks/sonstiges.jpg) 0 0 no-repeat;

}
#kwick6 .active {

}

