/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */


ul {
	
}

li {
	
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	
	float: left;
	width: 115px;
	height: 100px;
	margin-right: 5px;
}

.kwicks a {
	
	width: 205px;
	height: 100px;
	position:absolute;
}

#kwick1 { 
	background-color: #53b388;
	background-image: url('../img/wohnideen/element1.jpg');
}
#kwick2 {
	background-color: #5a69a9;
	background-image: url('../img/wohnideen/element2.jpg');
}
#kwick3 {
	background-color: #c26468;
	background-image: url('../img/wohnideen/element3.jpg');
}
#kwick4 { 
	background-color: #bf7cc7;
	background-image: url('../img/wohnideen/element4.jpg');
	margin-right: 0px;
}
#kwick5 { 
	background-color: #53b388;
	background-image: url('../img/wohnideen/element5.jpg');
}
#kwick6 {
	background-color: #5a69a9;
	background-image: url('../img/wohnideen/element6.jpg');
}
#kwick7 {
	background-color: #c26468;
	background-image: url('../img/wohnideen/element7.jpg');
}
  #kwick8 { 
	background-color: #bf7cc7;
	background-image: url('../img/wohnideen/element8.jpg');
	margin-right: 0px;
}