#loc-nav {
    position: absolute; 
    width: 400px;
    height: 260px;
    background: transparent url(/images/content/produktion/karte.jpg) 10px 40px no-repeat;
    z-index: 4;
}
#loc-nav h2 {
    left: 10px;
    top: 15px;
}

#loc-nav ul#loc-nav-items {
    list-style: none;
    margin: 0;
    padding: 0;

}
#loc-nav ul#loc-nav-items li{
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
    text-align: center;
    background-color: #FBFFBF;
    border: 1px solid gray;    
    display: block;
    color: gray;         
    padding: 2px;
    font-size: 12px;
    z-index: 5;
}
#loc-nav ul#loc-nav-items li span {
	position:absolute;
	top: 30px;
	left: 10px;
	display: block;
	width: 100px;
	height: 14px;
	background: transparent url(/images/content/produktion/marker.gif) 50% 0% no-repeat;
}    




h2 {
    position: absolute; 
    top: 15px; 
    left: 290px;
}


#loc-stage {
    position: absolute; 
    top: 10px; 
    left: 270px;
    width: 456px;
    height: 240px;
    background-color: #75C4F0;
}

#loc-stage #loc-stagephoto {
	background-color: gray;
    width: 300px;
    height: 100%;
    float: left;
    overflow: hidden;
    text-align: right;
}

#loc-stage #loc-stagetext {
    background-color: #6392d0;
    width: 135px;
    height: 220px;
    float: left;
    overflow: auto;
    border-left: 1px solid white;
    padding: 10px 10px;
    letter-spacing: -1px;

    scrollbar-base-color: #15486D;
    scrollbar-3d-light-color: #fff;
    scrollbar-arrow-color: #15486D;
    scrollbar-darkshadow-color: #15486D;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: #15486D; 
}
#loc-stage #loc-stagetext p {
    color: white;
    text-align: left;
}

#photonav {
    position: absolute; 
    bottom: 0px; 
    left: 0px;
    width: 738px;
    height: 90px;
    padding: 5px 0px 0px 0px;
    margin:0px;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden:
    overflow:-moz-scrollbars-horizontal;
    background-color: #CFCFCF;
    border-top: 1px solid gray;
    
    scrollbar-base-color: #fff;
    scrollbar-3d-light-color: #fff;
    scrollbar-arrow-color: gray;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-track-color: gray; 
}

#photonav #tn-container {
	width: 1580px;
	list-style: none;
	margin: 0;
	padding:0;
	
}

#photonav .tn {
	display:block;
    float: left;
    border: 1px solid #666;
    width: 65px;
    height: 65px;
    margin-left: 10px;
    background-color: #FFF;
}

#photonav .tn a {
    color: black;
    font-size: 0.8em;
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-opacity: 0.50;       
    filter:alpha(opacity=50);
}
#photonav .tn a span {
    display: none;
}
#photonav .tn a:hover, #photonav .tn a.tnlink-on {
    text-decoration: none;
    -moz-opacity: 1;       
    filter:alpha(opacity=100);
}   



#loc-photo-switch {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position: absolute;
	z-index:10;
	left: 270px;
	top:10px;
}
#loc-photo-switch ul {
	margin: 0px;
	padding: 0px;
}
#loc-photo-switch ul li {
	display: block;
	float: left;
	height:10px;
	width:30px;
}
#loc-photo-switch ul li a {
	display: block;
	width: 30px;
	height: 10px;
}
#loc-photo-switch ul li a span {
	display:none;
}
#loc-photo-switch ul li.prev a {
	background: transparent url(/styles/basic/image-switch/prevbtn.gif) 0px -10px no-repeat;
}
#loc-photo-switch ul li.next a {
	background: transparent url(/styles/basic/image-switch/nextbtn.gif) 0px -10px no-repeat;
}
#loc-photo-switch ul li.prev a:hover, #loc-photo-switch ul li.next a:hover {
	background-position: 0px 0px;
}