
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin: 0px;
}

#kwick .kwicks {
	display: block;
	height: 480px;
	margin: 0px;
}

#kwick li {
	float: left;
}

#kwick li:hover {
	float: left;
}

#kwick li a{
	display: block;
	overflow: hidden;
	height: 480px;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 480px;
	width: 293px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .kw {
	background: url(images/landschaft_neu.jpg) no-repeat;
	background-position: 0px 0px;
}

#kwick .ft {
	background: url(images/landschaft_neu.jpg) no-repeat;
	background-position: -293px 0px;

}

#kwick .ws {
	background: url(images/landschaft_neu.jpg) no-repeat;
	background-position: -586px 0px;
}

#kwick .last {
	border-right: 2px solid #eee;
}


#kwick .kw a{
background: url(images/menu_kw.gif) 5px 20px no-repeat;
}

#kwick .ft a{
background: url(images/menu_ft.gif) 5px 20px no-repeat;
}

#kwick .ws a{
background: url(images/menu_ws.gif) 5px 20px no-repeat;
}

#kwick a:hover{
	width: 400px;
}

#body_25 #zusatz {
position: absolute;
left: -2310px;
top: 600px;
}


#body_4477 #kwick li a, #body_25 #kwick li a{
display: block;
height: 220px;
}

#body_4477 #kwick li div a, #body_4477 #kwick li div h3, #body_25 #kwick li div a, #body_25 #kwick li div h3{
height: auto !important;
color: #FFF;
font-size: 13px;
text-decoration: none;
font-weight: bold;
margin-left: 10px;
margin-bottom: 5px;
width: 270px;
}

#body_4477 #kwick li div h3, #body_25 #kwick li div h3{
font-weight: normal;
margin-bottom: 10px;
}
#body_4477 #kwick a:hover, #body_25 #kwick a:hover{
color: #ACBC12;
}

