
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
}

#kwick .kwicks {
	display: block;
	height: 199px;
	margin: 0px;
}

#kwick ul {
      list-style-type:none;
	  list-style:none;
	  margin: 0px; padding:0px;

}

#kwick li {
      list-style-type:none;
	  list-style:none;
	float: left;
}

ul .kwicks {
list-style-type:none;
	  list-style:none;
	  margin: 0px; padding:0px;
}


#kwick .kwick {
	display: block;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	overflow: hidden;
	height: 199px;
	width: 97px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 3px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #000 url(images/startseite.jpg) ;
}

#kwick .opt2 {
	background: #000 url(images/dasrevier.jpg);
}

#kwick .opt3 {
	background: #000 url(images/angebote.jpg);
}

#kwick .opt4 {
	background: #000 url(images/galerie.jpg);
}

#kwick .opt5 {
	background: #000 url(images/kontakt.jpg);
	border-right: 0;
}

