/* Menu Oben */

.divNavMainStart {
	float:left;
	width:40px;
	height:30px;
	outline:0px;
	background-image: url('/img/Menu/MenuStart.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divNavMainLeft {
	float:left;
	width:3px;
	height:30px;
	background-image: url('/img/Menu/MenuLeft.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divNavMainLeftOn {
	float:left;
	width:3px;
	height:30px;
	background-image: url('/img/Menu/MenuLeftOn.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divNavMainMiddle {
	height:30px;
	float:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	background-image: url('/img/Menu/MenuMiddle.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.divNavMainMiddleOn {
	height:30px;
	float:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	background-image: url('/img/Menu/MenuMiddleOn.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.divNavMainMiddle span {
	float:left;
	padding-top:7px;
	cursor:pointer;
}

.divNavMainMiddle a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration:none;
	font-weight:lighter;
	white-space:nowrap;
}

.divNavMainMiddle a :hover{
	color: #ffffff;
	cursor:pointer;
}

.divNavMainMiddleOn span {
	float:left;
	padding-top:7px;
}

.divNavMainMiddleOn a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration:none;
	font-weight:lighter;
	white-space:nowrap;
}

.divNavMainRight {
	width:3px;
	height:30px;
	float:left;
	background-image: url('/img/Menu/MenuRight.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divNavMainRightOn {
	width:3px;
	height:30px;
	float:left;
	background-image: url('/img/Menu/MenuRightOn.gif');
	background-position: top;
	background-repeat: no-repeat;
}

/* Sub Menu */
.divNavSubLeft {
	float:left;
	width:11px;
	height:31px;
	background-image: url('/img/Menu/SubMenuLeft.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divNavSubMiddle {
	height:31px;
	float:left;
	padding-top:0px;
	background-image: url('/img/Menu/SubMenuMiddle.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.divNavSubMiddle span {
	float:left;
	padding-top:7px;
	padding-right:10px;
}

.divNavSubMiddle a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #60b6e1;
	font-size: 10px;
	text-decoration:none;
	font-weight:lighter;
	white-space:nowrap;
}

.divNavSubMiddle a :hover{
	color: #60b6e1;
	cursor:pointer;
}

.divNavSubMiddle a .on {
	font-weight:bold;
}

.divNavSubRight {
	width:2px;
	height:31px;
	float:left;
	background-image: url('/img/Menu/SubMenuRight.gif');
	background-position: top;
	background-repeat: no-repeat;
}

/* Menu Unten */

.divFooter {
	padding-left:10px;
	padding-top:2px;
	width:155px;
	font-weight:bold;
	margin:0px;
	float:right;
}

.divFooter ul {
	margin:0px;
	padding:0px;
	padding-top:5px;
	list-style: none;
	float:left;
}

.divFooter li {
	list-style: none;
}

.divFooter a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	font-size: 10px;
	text-decoration:none;
	line-height:180%;
	font-weight:lighter;
}

.divFooter a :hover{
	font-weight:bold;
}

.divFooterHead{
	font-family: Verdana;
	line-height:24px;
	border-top:1px solid #e4e5e7;
	border-bottom:1px solid #e4e5e7;
	color:#00abd7;
	font-size:11px;
	width:155px;
}


/* Menu Rsb Rechts */

.divRsbMenuRechts {
	color:#ffffff;
	padding-top:15px;
	width:155px;
	font-weight:bold;
	margin:0px;
	padding-left:3px;
	float:left;
}

.divRsbMenuRechts ul {
	margin:0px;
	padding:0px;
	padding-left:10px;
	list-style: none;
	float:left;
}

.divRsbMenuRechts li {
	list-style: none;
	padding-bottom:5px;
	width:154px;
	background-image:url('/Img/Menu/RsbMenuRechts.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.divRsbMenuRechts a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
	text-decoration:none;
	line-height:180%;
	font-weight:lighter;
	white-space:nowrap;
}

.divRsbMenuRechts a :hover{
	font-weight:bold;
}

.divRsbMenuRechtsHead{
	float:left;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	background-image:url('/Img/Menu/RsbMenuTop.gif');
	background-position: top;
	background-repeat: repeat-x;
	height:30px;
	width:164px;
}
