@CHARSET "ISO-8859-1";

/* ++++++++++++++++++++++++++++++++++++++++++ 
		STARTSEITE
		ist speziell
+++++++++++++++++++++++++++++++++++++++++++++ */
#head_start
{
	position: relative; 
	left: 0px; 
	top: 0px; 
	/*height: 299px; */
	height: 30px;
	width: 900px;
}
#plan
{
	position: relative; 
	top: 10px;
	background: url(../img/map/plan_900x530px.gif) no-repeat;
	width: 900px; 
	height: 530px;
	margin: 0px;
}

#plan #ticker {
	position: absolute;
	top: 500px;
	left: 10px;
	width: 880px;
	height: 18px;
	overflow: hidden;
}



#navi_start {
	position: relative;
	top: 10px;
	height: 60px;
	margin-bottom: 20px;
}

#navi_start #topnav {
	width: 670px;
	float: left;
	top: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++ 
		TOOLTIP
+++++++++++++++++++++++++++++++++++++++++++++ */
.tooltip {
	/*background-color:#FFFFFF;*/
	position: relative;
	visibility: hidden;
	display: none;
	width: 260px;
	_width: 300px;
	height: auto;
	z-index: 40;
}

.tooltipTop {
	background:transparent url(../img/map/tooltip_top.png) left bottom no-repeat;
	height: 5px;
	width: 260px;
}

.tooltipText {
	padding: 0px 5px 0 5px;
	background:transparent url(../img/map/tooltip_textBG.png) repeat-y;
	height: auto;
	width: 250px;
	overflow: hidden;
	line-height: 14px;
}

.tooltipText h1 {
	color: #58585a;
	font-size: 13px; 
	font-weight: bold;
	width: 100%;
	padding-top: 3px;
	margin: 5px 0 0 0;
}

.tooltipText p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tooltipBottom {
	width: 260px;
	height: 5px;
	background:transparent url(../img/map/tooltip_bottom.png) left bottom no-repeat;
	line-height: 5px; /*fuer den IE 6 */
}

.tooltipAnchor {
	position: absolute;
	width: 28px;
	margin-top: 45%;
	float: left;
	left: 0px;
}
