/* -----------inhalt rechte gondeln-------------- */
#Re {
  position: relative;
  top: 0px;
  right: 0px;
  width: 200px;
  height:100%;
}
#gondelRe {
    background-image: url(img/alpha10.png);
	width: 200px;
	padding: 0px;
	margin-bottom: 5px;
}
#gondelReUp {
	position: relative;
	padding: 10px;
}
#gondelRe:hover {
	background-image: url(img/alpha15.png);
	padding: 0px;
	margin-bottom: 5px;
}
/* -----------Mainnav-------------- */
#mnavLi {
    background-image: url(img/alpha10.png);
	width: 200px;
	padding: 0px;
	margin-top: 1px;
}
#mnavLiUp {
	position: relative;
}
#mnavLi:hover {
	background-image: url(img/alpha15.png);
	padding: 0px;
	margin-top: 1px;
}
.mnavAct {
	background-image: url(img/alpha15.png);
	padding: 0px;
	margin-top: 1px;
}
/* -----------inhalt linke gondeln-------------- */
#Li {
  position: relative;
  top: 0px;
  right: 0px;
  width: 200px;
  height:100%;
}
#gondelLi {
    background-image: url(img/alpha10.png);
	width: 200px;
	padding: 0px;
	margin-top: 5px;
}
#gondelLiUp {
	position: relative;
	padding: 10px;
}
#gondelLi:hover {
	background-image: url(img/alpha15.png);
	padding: 0px;
	margin-top: 5px;
}
/* -----------footer--------------------------- */
#footer {
	background-image: url(img/alpha15.png);
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footerUp {
	position: relative;
	padding: 15px;
}
