ul#menu {
	width: 300px;
	margin: 20px 0 0 695px !important;
	margin: 20px 0 0 675px !important;
	position: fixed !important;
	position: absolute;
	padding: 0;
	list-style: none;
	z-index: 1;
}

#menu li.mittag {
	background: url(../../../images/menu_small.png) center right no-repeat;
	color: #666;
	width: 150px;
	padding-left: 150px;
	text-align: right;
	font-size:11px;
	font-weight:bold;
}

#menu li.photo {
	background: url(../../../images/menu_small.png) center right no-repeat;
	color: #666;
	width: 150px;
	padding-left: 150px;
	text-align: right;
	font-size:11px;
	font-weight:bold;
}

#menu li.big {
	font-size: 11px;
	text-align: left;
	width: 160px;
}

#menu li a {
	padding: 6px 10px;
	width: 130px;
	color:#4d4d4d;
}

#menu li a:hover {
	padding: 6px 10px;
	width: 130px;
	font-weight:bold;
	color:#4d4d4d;
}


#menu li.big a:link, #menu li.big a:visited {
	color: #fff;
	padding: 10px 10px 10px 35px;
	width: 115px;
}
#menu li.big a:hover, #menu li.big a:active {
	color: #fff;
	font-weight:bold;
	padding: 10px 10px 10px 35px;
	width: 115px;
}


#menu a:link, #menu a:visited {
	display: block;
	color: #666;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #e65551;
}

#menu li.menu1 {
	background: url(../../../images/menu_big_orange.png) center right no-repeat;
}

#menu li.menu2 {
	background: url(../../../images/menu_big_red.png) center right no-repeat;
}

#menu li.menu3 {
	background: url(../../../images/menu_big_purple.png) center right no-repeat;
}

#menu li.menu4 {
	background: url(../../../images/menu_big_blue.png) center right no-repeat;
}

#menu li.menu5 {
	background: url(../../../images/menu_big_green.png) center right no-repeat;
}

#menu li.menu6 {
	background: url(../../../images/menu_big_orange.png) center right no-repeat;
}

#menu li.menu7 {
	background: url(../../../images/menu_big_red.png) center right no-repeat;
}
#menu li.menu8 {
	background: url(../../../images/menu_big_purple.png) center right no-repeat;
}


#menu li a span {
	display: none;
}

ul.credits {
	font-size: 10px;
	color: #666;
}



/*javascript*/

.tooltip {
	color: #fff;
	width:172px;
	z-index: 13000;
}

.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../../../images/bubble.png) top left;
}

.tooltip p {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../../images/bubble.png) bottom right;
}

.box {
	left: 0;
	position: absolute;
	background: #000000;
	z-index: 10000;
	visibility: hidden;
}

.repo {
	background: url(../../../images/report.png) no-repeat !important;
	background: url(../../../images/report.gif) no-repeat;
	position: absolute;
	z-index: 11000;
	height: 89px;
	width: 315px;
	visibility: hidden;
}

.repotitle {
	margin: 10px 10px 5px 10px;
	padding: 0 0 5px 0;
	color: #555;
}

.textrepo {
	padding: 2px;
	width: 292px;
	height: 14px;
	margin: 5px 10px 5px;
	border: 1px solid #ccc;
	font: 11px/1.5em "Lucida Grande", Arial, sans-serif;
}

.reposubmit {
	display: block;
	height: 20px;
	width: 56px;
	float: right;
	cursor: pointer;
}

.repoclose {
	width: 9px;
	height: 9px;
	background: url(../../../images/x.png) no-repeat;
	float: right;
	margin: 8px !important;
	margin: 8px 4px;
	cursor: pointer;
}

