
ul.mouseover {
	list-style: none;
	padding:0;
	margin:0;
}

ul.mouseover li {
	float: left;
}
/* Home */

ul.mouseover li.homeactive {
	position: relative;
	overflow: hidden;
	width: 81px;
}

ul.mouseover li.homeactive a img {
	position: relative;
	width: 162px;
	height: 35px;
	border: 0;
	left: -81px;
}

ul.mouseover li.home {
	position: relative;
	overflow: hidden;
	width: 81px;
}

ul.mouseover li.home a img {
	position: relative;
	width: 162px;
	height: 35px;
	border: 0;
}

ul.mouseover li.home a:hover {
	position: relative;
	left: -81px;
}

/* Campingplatz */

ul.mouseover li.campingactive {
position: relative;
overflow: hidden; 		
width: 130px;
}

ul.mouseover li.campingactive a img {
	position: relative;
	width: 260px;
	height: 35px;
	border: 0;
	left: -130px;
}

ul.mouseover li.camping {
	position: relative;
	overflow: hidden;
	width: 130px;
}

ul.mouseover li.camping a img {
	position: relative;
	width: 260px;
	height: 35px;
	border: 0;
}

ul.mouseover li.camping a:hover {
	position: relative;
	left: -130px;
}

/* Caravanhendler */

ul.mouseover li.haendleractive {
position: relative;
overflow: hidden; 		
width: 140px;
}

ul.mouseover li.haendleractive a img {
	position: relative;
	width: 280px;
	height: 35px;
	border: 0;
	left: -140px;
}

ul.mouseover li.haendler {
	position: relative;
	overflow: hidden;
	width: 140px;
}

ul.mouseover li.haendler a img {
	position: relative;
	width: 280px;
	height: 35px;
	border: 0;
}

ul.mouseover li.haendler a:hover {
	position: relative;
	left: -140px;
}

/* Stellplatz */

ul.mouseover li.stellplatzactive {
position: relative;
overflow: hidden; 		
width: 105px;
}

ul.mouseover li.stellplatzactive a img {
	position: relative;
	width: 210px;
	height: 35px;
	border: 0;
	left: -105px;
}

ul.mouseover li.stellplatz {
	position: relative;
	overflow: hidden;
	width: 105px;
}

ul.mouseover li.stellplatz a img {
	position: relative;
	width: 210px;
	height: 35px;
	border: 0;
}

ul.mouseover li.stellplatz a:hover {
	position: relative;
	left: -105px;
}

/* Womo / Caravan */

ul.mouseover li.womo-caravanactive {
position: relative;
overflow: hidden; 		
width: 148px;
}

ul.mouseover li.womo-caravanactive a img {
	position: relative;
	width: 296px;
	height: 35px;
	border: 0;
	left: -148px;
}

ul.mouseover li.womo-caravan {
	position: relative;
	overflow: hidden;
	width: 148px;
}

ul.mouseover li.womo-caravan a img {
	position: relative;
	width: 296px;
	height: 35px;
	border: 0;
}

ul.mouseover li.womo-caravan a:hover {
	position: relative;
	left: -148px;
}

/* Zugfahrzeuge */

ul.mouseover li.zugactive {
position: relative;
overflow: hidden; 		
width: 129px;
}

ul.mouseover li.zugactive a img {
	position: relative;
	width: 258px;
	height: 35px;
	border: 0;
	left: -129px;
}

ul.mouseover li.zug {
	position: relative;
	overflow: hidden;
	width: 129px;
}

ul.mouseover li.zug a img {
	position: relative;
	width: 258px;
	height: 35px;
	border: 0;
}

ul.mouseover li.zug a:hover {
	position: relative;
	left: -129px;
}

/* Dropdown */

div.menu1 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

div.menu1a {
	position: absolute;
	visibility: hidden;
	background-color: white;
	z-index: 2;
	margin-top: 35px;
	border: 1px solid silver;
}

div.menu1:hover div.menu1a {
	visibility: visible;
}

div.menu1a a:link {
	border: 1px;
	color: black;
}
div.menu1a a:visited {
	border: 1px;
	color: black;
}

div.menu1a a:hover {
	border: 1px;
	color: blue;
	text-decoration: none;
}

div.menu1a td {
	background: url(bt_grey3.png) repeat-x;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

div.menu1a td:hover {
	background: url(bt_blue2.png) repeat-x;
}

div.menu1a td:hover a {
	color: white;
}

