/* NEBENAN
   Anfahrt - local sheet
   language independend
*/

/* additional declarations in global sheet, margins the bottom, about 50 pixels above div#master */
div#masterMarginizer { height: 1114px; }

/* defines the site-specific background-image for the bottom, as we use a transition, additional declarations in 
   global sheet */
div#horizontalShadow {
	background-image: url('./../-img/shadow_bottom.jpg');
}

div#contentLeft h2 {
	font-size: 14px;
	font-family: verdana, sans, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div#contentLeft h2 span {
	font-size: 11px;
	font-weight: normal;
}

div#contentLeft p {
	margin-top: 0px !important;
	margin-bottom: 20px !important; 
}

div#contentLeft span.popupLink {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

div#contentLeft div#pdf {
	position: relative;
	width: 160px;
	height: 18px;
}

div#contentLeft div#pdf a p {
	color: #000000;
	text-decoration: underline;
}

div#contentLeft div#pdf img { /* pdf-logo, dimensions defined locally in class img.pdfLogo */
	top: 0px;
	right: 0px;
}

div#contentLeft div#pdf p {
	position: absolute;
	top: 2px;
}

div#contentRight img#map {
	position: relative;
	width: 188px;
	height: 201px;
	cursor: pointer;
	cursor: hand;
}

div#contentRight div#magnify {
	margin-top: 2px;
	position: relative;
	height: 20px;
	width: 100%;
	text-align: right;
}

div#contentRight div#magnify img { /* this is the magnify-glass-icon */
	position: relative;
	display: inline;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

div#contentRight div#magnify p {
	position: relative;
	top: -5px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	display: inline;
}

