@charset "utf-8";
#linkAreaPositionElement {
	position: relative;
}

#indexTopSpace {							/* 31 Pixel Abstand zu siteContainer, da Index-Seite kleiner */
	width: 700px;
	height: 31px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#indexContentBG {							/* hellgrauer Hintergrund um orangen Rahmen */
	background-color: #484848;
	padding: 30px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#indexContentFrameOrange {				/* oranger Rahmen um Inhalt */
	border: 2px solid #ff6600;
	padding: 25px;
	margin: 0px;
}
#textLeft {									/* linke Spalte für Text */
	margin: 0px;
	padding: 0px;
	width: 310px;
}
#textLeft  #oben {
	display: block;
}
#textLeft  #mitte   {					/* Abstand zwischen Überschriften und Text links */
	height: 19px;
	display: block;
}
#textLeft #unten {
	display: block;
}

#textLeft #unten .inhaltText {
	color: #bbbbbb;
}
#textRight {								/* rechte Spalte für Bild */
	margin: 0px;
	padding: 0px;
	float: right;
	width: 245px;
	text-align: right;
	display: block;
}
#textRight #startPic {					/* Bild rechts */
	width: 240px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.h2 {											/* große Überschrift "Porträtfotografie ..." */
	color: #bbbbbb;
	text-align: left;
	padding: 0px;
	font-size: 24px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.h3 {											/* mittlere Überschrift "Radebeul ..." */
	color: #bbbbbb;
	text-align: left;
	padding: 0px;
	font-size: 18px;
	margin: 0px;
	display: block;
}

#textRight .picTitle {					/* Bildunterschrift rechts */
	font-size: 10px;
	color: #bbbbbb;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexContentBG  #linkArea   {
	display: block;
	height: 419px;
	width: 696px;
	top: 63px;
	left: 117px;
	position: absolute;
	z-index: 5;
}
