/**
 * www.altlussheim.de
 * Ortsplan
 * Entworfen von eDynamic Internet Solutions
 *
 * @author René Kubach, www.eDynamic.de
 */

#ortsplan {
	width: 460px;
	margin: 0 0 1.5em;
}

/* ==========================================================================
   Ladebalken
   ========================================================================== */

#ortsplan-laden {
	padding: 5px 10px;
	margin: 0 0 1em;
	border: 1px solid #999;
	font-weight: bold;
}

#ortsplan-laden img {
	float: left;
	margin-right: 10px;
}

/* ==========================================================================
   Übersicht
   ========================================================================== */

#uebersichtskarte {
	float: left;
}

/* ==========================================================================
   Details
   ========================================================================== */

/* ===== Werkzeug =====*/

#detail-werkzeug a {
	display: block;
	float: left;
	position: relative;
	left: 0;
	top: 1px;
	z-index: 30;
	margin-right: -1px;
	padding: 2px 8px;
	text-decoration: none;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
	background: #f0f0f0 url(images/bg-bildunterschrift.gif) 0 0 repeat-x;
}

#detail-werkzeug a:hover, #detail-werkzeug a:focus {
	text-decoration: underline;
}

/* ===== Karte ===== */

#detail-karte {
	position: relative;
}

#detail-karte #ausschnitt {
	padding: 28px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}

#detail-karte #ausschnitt div {
	border: 1px solid #999;
	min-width: 400px;
	min-height: 432px;
}

#detail-karte #ausschnitt img {
	width: 200px;
	height: 216px;
}

	/* Links */

#ortsplan-detail a.navigation {
	display: block;
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#ortsplan-detail a.navigation:hover, #ortsplan-detail a.navigation:focus {
	background-color: #7b9f53;
}

#nach-oben, #nach-unten {
	width: 402px;
	height: 24px;
	left: 29px;
}

#nach-links, #nach-rechts {
	width: 24px;
	height: 434px;
	top: 29px;
}

#nach-oben {
	top: 5px;
	background-image: url("images/nach-oben.gif");
}

#nach-unten {
	top: 463px;
	background-image: url("images/nach-unten.gif");
}

#nach-links {
	left: 5px;
	background-image: url("images/nach-links.gif");
}

#nach-rechts {
	right: 5px;
	background-image: url("images/nach-rechts.gif");
}

/* ==========================================================================
   Navigation in der rechten Spalte
   ========================================================================== */

#ortsplan-navigation label {
	display: block;
	padding: 5px 0 3px;
}

#ortsplan-navigation select {
	width: 205px;
}

#ortsplan-navigation .aktion {
	padding: 0.75em 0 0;
}

#legende {
	margin: auto;
}

