/************************************************************
IE8 und IE6 zeigen ohne diesen Style teilweise leere Seiten an
************************************************************/

* {
 unicode-bidi:normal;
 }

/* DEFINITIONS: TEXT -> START */

body, div, p, h1, h2, h3, h4, ul, ol, li, a:link, a:hover, a:active, a:visited {
	color:				#3e5059;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	line-height:			135%;
}

p, h1, h2, h3, h4, ul, ol, li {
	margin:				0 0 20px;
}

h1 {
	color:				#36454d;
	font-size:			18px;
	font-weight:			normal;
	line-height:			110%;
	margin:				0 0 15px;
}

h2 {
	font-size:			16px;
	line-height:			110%;
	margin:				0 0 4px;
}

h3 {
	font-size:			14px;
	font-weight:			bold;
	line-height:			110%;
	margin:				0 0 5px;
}

h4 {
	line-height:			110%;
	margin:				0;
}

ul, ol {
	margin-left:			14px;
	padding:			0;
}

li {
	margin:				0;
}

/* Original-ADFC
a:link, a:hover, a:active, a:visited {
	color:				#ee7f00;
}
*/

a:link, a:hover, a:active, a:visited {
	color:				#ee5e00;
}

a:hover, a:active{
	text-decoration:		none;
}

/* DEFINITIONS: TEXT -> END */

/* DEFINITIONS: FLEX-ELEMENTS -> START */

input {
	padding: 1px;
}

hr {
	background:			#e6edf3;
	border:				0;
	clear:				both;
	color:				#e6edf3;
	height:				1px;
	margin:				0 0 15px;
}

a.blackLink:link, a.blackLink:hover, a.blackLink:active, a.blackLink:visited {
	color:				#3e5059;
}

a.arrowLeft:link, a.arrowLeft:hover, a.arrowLeft:active, a.arrowLeft:visited, a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited, a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background:			url(/images/arrow_left.gif) left center no-repeat;
	color:				#3e5059;
	padding:			0 0 0 14px;
	text-decoration:		none;
}

a.arrowLeft:hover, a.arrowLeft:active, a.arrowTop:hover, a.arrowTop:active, a.iconPrint:hover, a.iconPrint:active {
	text-decoration:		underline;
}

a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited {
	background-image:		url(/images/arrow_top.gif);
	padding-left:			17px;
}

a.blockLink:link, a.blockLink:hover, a.blockLink:active, a.blockLink:visited, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active, a.blockLinkActive:visited {
	background-position:		2px center;
	background-repeat:		no-repeat;
	border-bottom:			#e6edf3 solid 1px;
	color:				#3e5059;
	display:			block;
	margin:				0 0 1px;
	padding:			5px 5px 5px 14px;
	text-decoration:		none;
}

a.blockLink:hover, a.blockLink:active, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active,a.blockLinkActive:visited {
	background-color:		#edf4fa;
}

a.singleArrow:link, a.singleArrow:hover, a.singleArrow:active, a.singleArrow:visited, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(/images/arrow_right_normal.gif);
}

a.singleArrow:hover, a.singleArrow:active, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(/images/arrow_right_active.gif);
}

a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background-image:		url(/images/icon_print.gif);
}

.alignCenter {
	text-align:			center;
}

.alignRight {
	text-align:			right;
}

.contentSpacer {
	margin:				0 0 20px;
}

.clearer {
	clear:				both;
	visibility:			hidden;
}

.leftCol, .middleCol, .rightCol {
	float:				left;
}

.noMargin {
	margin:				0;
}

.noPadding {
	padding:			0;
}

.printFooter {
	display:			none;
}

.printLogo {
	display:			none;
}

/* DEFINITIONS: FLEX-ELEMENTS -> END */

/* DEFINITIONS: BASE-LAYOUT -> START */

html {
	height:				100%;
}

body {
	background:			red;
	background-color:		white;
	height:				100%;
	margin:				10px;
}

.nonFooter {
	background:			url(/images/nonfooter_bg.gif) repeat-y;
	min-height:			97%;
	position:			relative;
	width:				980px;
}

.adsTop {
	background:			white;
	text-align:			right;
	width:				812px;
}

.adsTop img {
	margin:				0 0 10px;
}

.master {
	float:				left;
	width:				auto;
}

.head {
	border-bottom:			white solid 1px;
	width:				auto;
}

.headStripe {
	background:			#ee7f00 url(/images/head_stripe.gif) no-repeat;
	float:				left;
	height:				126px;
	width:				33px;
}

.cLogo {
	background:			#004b7c;
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				185px;
}

.cLogo img {
	border:				0;
}

.cLogoSubline {
	border-top:			white solid 1px;
	margin:				0 15px;
	padding:			5px 0 0;
	text-align:			center;
}

.cLogoSubline p {
	color:				white;
	font-size:			12px;
	line-height:			110%;
	margin:				0;
}

.headPic {
	/*background:			aqua;*/ /* geändert durch ADFC Hessen */
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				590px;
}

.funcRow {
	border-bottom:			white solid 1px;
	width:				810px;
}

.searchBox {
	float:				left;
	margin:				0 1px 0 0;
	width:				219px;
}

.searchBox .searchSubmit {
	border:				0;
	background:			#e69900;
	height:				35px;
	margin:				0;
	padding:			0;
	width:				33px;
}

.searchBox .searchInput {
	background:			white url(/images/search_input_bg.gif) repeat-x;
	border:				0;
	color:				#475c66;
	font-size:			12px;
	font-style:			italic;
	height:				25px;
	margin:				0 0 0 1px;
	padding:			10px 10px 0;
	position:			absolute;
	width:				165px;
}

.main .leftCol {
	width:				219px;
}

.navigation {
	border-right:			#edf4fa solid 1px;
}

.main .rightCol {
	margin:				0 0 0 1px;
	width:				590px;
}

.metaNav {
	background:			#004b7c;
	border-bottom:			white solid 1px;
	min-height:			25px;
	padding:			10px 15px 0;
}

.breadcrumb {
	border-bottom:			#e6eef2 solid 1px;
	min-height:			25px;
	padding:			10px 13px 0;
}

.breadcrumb p {
	line-height:			101%;
}

.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited {
	color:				#475c66;
}

.content {
/*	padding:			20px 14px 60px;*/
	padding:			50px 14px 60px; /*ADFC Hessen*/
}

.content .contentPic {
	border:				#cfdce6 solid 1px;
	margin:				0 0 7px;
}

.content .leftCol {
	width:				350px;
}

.content .rightCol {
	margin:				0 0 0 35px;
	padding:			0;
/*	width:				175px;*/
	width:				230px;
}

.teaserBox {
	margin:				0 0 25px;
}

.teaserBox img {
	border:				0;
}

.content .leftCol .teaserBox h2 {
	color:				#3e5059;
}

.content .rightCol .teaserBox div,
.content .rightCol .teaserBox p,
.content .rightCol .teaserBox h2,
.content .rightCol .teaserBox ul,
.content .rightCol .teaserBox ol,
.content .rightCol .teaserBox li,
.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	font-size:			11px;
}

.content .rightCol .teaserBox p {
	margin:				0 0 5px;
}

.content .rightCol .teaserBox h2 {
	background:			#edf4fa url(/images/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color:				#475c66;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	color:				#3e5059;
}

.teaserBox .content {
	margin:				5px 0 0;
	padding:			0;
}

.teaserBox .noMargin {
	margin:				0;
}

.teaserBoxGrey h2 {
	background:			#edf4fa url(/images/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.teaserBoxOffer a:link,
.teaserBoxOffer a:hover,
.teaserBoxOffer a:active,
.teaserBoxOffer a:visited {
	color:				#3e5059;
}

.teaserBoxOffer .content {
	background:			#edf4fa;
	border-left:			#dae3eb solid 6px;
	padding:			13px 13px 13px 8px;
	margin-top:			0;
}

.content .bottomLinks .leftCol,
.content .bottomLinks .middleCol,
.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	margin:				0 0 20px;
	width:				187px;
}

.content .bottomLinks .middleCol,
.content .leftCol .bottomLinks .middleCol {
	text-align:			center;
	width:				188px;
}

.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .rightCol {
	text-align:			right;
}

.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	width:				117px;
}

.content .leftCol .bottomLinks .middleCol {
	width:				116px;
}

.adsRight {
	float:				left;
	margin:				0 0 0 8px;
}

.adsRight p {
	color:				#262626;
	font-size:			11px;
	margin:				0 0 5px;
}

.adsRight img {
	border:				0;
	display:			block;
	margin:				0 0 10px;
}

.footer {
	background:			white url(/images/footer_bg.gif) no-repeat;
	height:				33px;
	position:			relative;
	margin:				0;
	padding:			9px 2px 0 222px;
	text-align:			center;
	width:				588px;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color:				#464646;
}

/* DEFINITIONS: BASE-LAYOUT -> END */

/* DEFINITIONS: METANAVIGATION -> START */

.metaNav ul {
	border-left:			white solid 1px;
	margin:				0;
	padding:			0;
}

.metaNav ul li {
	border-right:			white solid 1px;
	color:				white;
	display:			inline;
	line-height:			115%;
	list-style-type:		none;
	margin:				0;
	padding:			0 8px 0 10px;
}

.metaNav ul li a:link, .metaNav ul li a:hover, .metaNav ul li a:active, .metaNav ul li a:visited {
	color:				white;
	font-weight:			bold;
	line-height:			115%;
	margin:				0;
	padding:			0;
	text-decoration:		none;
}

.metaNav ul li a:hover, .metaNav ul li a:active {
	text-decoration:		underline;
}

/* DEFINITIONS: METANAVIGATION -> END */

/* DEFINITIONS: NAVIGATION -> START */

.navigation ul {
	margin:				0;
	padding:			0;
}

.navigation ul ul {
	background:			url(/images/subnavigation_spacer.gif) repeat-y;
	border-bottom:			white solid 1px;
	padding:			4px 0;
}

.navigation ul li {
	list-style-type:		none;
	line-height:			115%;
	margin:				0;
	padding:			0;
}

.navigation ul li a:link, .navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a:visited {
	background:			url(/images/navigation_normal_bg.gif) left center no-repeat;
	border-bottom:			white solid 1px;
	color:				#475c66;
	display:			block;
	font-size:			13px;
	font-weight:			bold;
	line-height:			115%;
	min-height:			24px;
	padding:			11px 10px 0 43px;
	text-decoration:		none;
}

.navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a.active:link, .navigation ul li a.active:hover, .navigation ul li a.active:active, .navigation ul li a.active:visited {
	background-image:		url(/images/navigation_hover_bg.gif);
}

.navigation ul li a.active:link, .navigation ul li a.active:hover, .navigation ul li a.active:active, .navigation ul li a.active:visited {
	background-image:		url(/images/navigation_active_bg.gif);
}

.navigation ul ul li a:link, .navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li a:visited, .navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	background:			none;
	border:				0;
	font-size:			11px;
	font-weight:			normal;
	min-height:			1px;
	padding-top:			6px;
	padding-bottom:			5px;
}

.navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	background:			url(/images/subnavigation_hover_bg.gif) 14px center no-repeat;
}

.navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	font-weight:			bold;
}

/* DEFINITIONS: NAVIGATION -> END */

/* DEFINITIONS: NEWS-TEASER -> START */

.newsTeaser {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.newsTeaser p {
	margin-bottom:			12px;
}

.newsTeaser h1 {
	margin-bottom:			8px;
}

.newsTeaser h1 a:link, .newsTeaser h1 a:hover, .newsTeaser h1 a:active, .newsTeaser h1 a:visited {
	color:				#36454d;
	font-size:			18px;
	text-decoration:		none;
}

.newsTeaser h1 a:hover, .newsTeaser h1 a:active {
	text-decoration:		underline;
}

.newsTeaser img {
	border:				#cfdce6 solid 1px;
	margin:				0 12px 0 0;
}

/* DEFINITIONS: NEWS-TEASER -> END */

/* DEFINITIONS: RUBRIC-TEASER -> START */

.rubricTeaser {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	min-width:			277px;
	padding:			0 0 15px;
}

.rubricTeaser p {
	margin:				0;
}

.rubricTeaser h1 {
	font-size:			15px;
	font-weight:			bold;
	margin-bottom:			5px;
}

.rubricTeaser h1 a:link, .rubricTeaser h1 a:hover, .rubricTeaser h1 a:active, .rubricTeaser h1 a:visited {
	color:				#36454d;
	font-size:			15px;
	text-decoration:		none;
}

.rubricTeaser h1 a:hover, .rubricTeaser h1 a:active {
	text-decoration:		underline;
}

.rubricTeaser img {
	border:				#cfdce6 solid 1px;
	margin:				0 8px 0 0;
}

.rubricTeaser .leftCol {
	border-right:			#e6edf3 solid 1px;
	margin:				0;
	padding:			0 8px 0 0;
	width:				269px;
}

.rubricTeaser .rightCol {
	margin:				0 0 0 13px;
	padding:			0;
	width:				269px;
}

/* DEFINITIONS: RUBRIC-TEASER -> END */

/* DEFINITIONS: RUBRIC-LIST -> START */

.rubricList {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.rubricList p {
	margin-bottom:			0;
}

.rubricList h4 a:link, .rubricList h4 a:hover, .rubricList h4 a:active, .rubricList h4 a:visited {
	color:				#36454d;
	text-decoration:		none;
}

.rubricList h4 a:hover, .rubricList h4 a:active {
	text-decoration:		underline;
}

.rubricList img {
	border:				#e6edf3 solid 1px;
	margin:				0 8px 2px 0;
}

/* DEFINITIONS: RUBRIC-LIST -> END */

/************************************************************
Definition für die Einbindung von adfc-tour.de
*************************************************************/




/************************************************************
adfc-hessen-eigene Definitionen
*************************************************************/

/* a.menu:link {font-family:Arial,Helvetica;font-size:11px;font-weight:bold;color:#00319c; text-decoration:none;}
a.menu:visited {font-family:Arial,Helvetica;font-size:11px;font-weight:bold;color:#00319c; text-decoration:none;}
a.menu:hover {font-family:Arial,Helvetica;font-size:11px;font-weight:bold;color:#00319c; text-decoration:underline;}
a.menu:active {font-family:Arial,Helvetica;font-size:11px;font-weight:bold;color:#00319c; text-decoration:none;} */
.nurdruck {display:none;}
.kleiner {font-size:12px;}
.kleiner a {font-size:12px;}
.groesser {font-size:14px;}
.rot {color:#ff0000;}
.blau {color:#0A50A1;}
.u {text-decoration:underline;}
 


 /*--  **** Anfang: Definitionen für Bilder mit/ohne Lupe und mit/ohne Bildunterschrift
				von Ecki Wolf eingefügt am 03. Aug 2011   ***  --*/

.imageRight {
	float:right;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #f5f5f5;
/*	clear:both; */
	display:block;
}

.imageRight a {
position:relative;
display:block;
}

.imageRight img {
	border: 0px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imageRight a .lupe {
	display:block;
	height:22px;
	width:22px;
	position:absolute;
	bottom:0;
	right:0;
	background-attachment: scroll;
	background-image: url(../navigation/nav_pictures/Lupe_klein.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.imageRight .title {
	font-size:11px;
	background-color:#f5f5f5;
	display:block;
	padding-right: 3px;
	padding-left: 3px;
}


.imageLeft {
	float:					left;
	padding:				0px;
	margin-top:				0px;
	margin-right:			10px;
	margin-bottom:			0px;
	margin-left:			0px;
	background-color:		#f5f5f5;
/*	clear:					both; */
	display:				block;
}

.imageLeft a {
	position:				relative;
	display:				block;
}

.imageLeft img {
	border:					0px;
	padding:				0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.imageLeft a .lupe {
	display:				block;
	height:					22px;
	width:					22px;
	position:				absolute;
	bottom:					0px;
	right:					0px;
	background-attachment:	scroll;
	background-image:		url(../navigation/nav_pictures/Lupe_klein.png);
	background-repeat:		no-repeat;
	background-position:	center center;
}

p.imageLeft .title {
	font-size:				11px;
	background-color:		#f5f5f5;
	display:				block;
	padding-right:			3px;
	padding-left:			3px;
}


.imageCenter {

	padding:				0px;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	margin-left:			0px;
	background-color:		#f5f5f5;
/*	clear:					both;   */
	display:				block;
}

.imageCenter a {
	position:				relative;
	display:				block;
	float: none;
	text-align: center;
}

.imageCenter img {
	border:					0px;
	margin:					0px;
	padding:				0px;
}

.imageCenter a .lupe {
	display:				block;
	height:					22px;
	width:					22px;
	position:				absolute;
	bottom:					0px;
	right:					0px;
	background-attachment:	scroll;
	background-image:		url(../navigation/nav_pictures/Lupe_klein.png);
	background-repeat:		no-repeat;
	background-position:	center center;
}

.imageCenter .title {
	font-size:				11px;
	background-color:		#f5f5f5;
	display:				block;
	padding-right:			3px;
	padding-left:			3px;
}

/************************************************************/
/*****      Lightbox-Gallery Extensions - Start          ******/
/************************************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover, #prevLink:link { background: url(../navigation/nav_pictures/Pfeil_links.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover, #nextLink:link { background: url(../navigation/nav_pictures/Pfeil_rechts.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/************************************************************/
/*****      Lightbox-Gallery Extensions - End          ******/
/************************************************************/


/************************************************************/
/*****      Lightbox-Gallery Extensions - Start          ******/
/************************************************************/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../lightbox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent 			url(../lightbox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover, #lbPrev.grey:link { background: url(../navigation/nav_pictures/Pfeil_links.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: 			url(../lightbox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: 		url(../lightbox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: 		url(../lightbox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: 		url(../lightbox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent 			url(../lightbox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover, #lbNext.grey:link { background: url(../navigation/nav_pictures/Pfeil_rechts.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: 			url(../lightbox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: 		url(../lightbox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: 		url(../lightbox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: 		url(../lightbox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: 	url(../lightbox/close_grey.png) no-repeat; }
	#lbClose.red { background: 		url(../lightbox/close_red.png) no-repeat; }
	#lbClose.green { background: 	url(../lightbox/close_green.png) no-repeat; }
	#lbClose.blue { background: 	url(../lightbox/close_blue.png) no-repeat; }
	#lbClose.gold { background: 	url(../lightbox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: 	url(../lightbox/play_grey.png) no-repeat; }
	#lbPlay.red { background: 	url(../lightbox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../lightbox/play_green.png) no-repeat; }
	#lbPlay.blue { background: 	url(../lightbox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: 	url(../lightbox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: 	url(../lightbox/pause_grey.png) no-repeat; }
	#lbPause.red { background: 		url(../lightbox/pause_red.png) no-repeat; }
	#lbPause.green { background: 	url(../lightbox/pause_green.png) no-repeat; }
	#lbPause.blue { background: 	url(../lightbox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: 	url(../lightbox/pause_gold.png) no-repeat; }
/************************************************************/
/*****      Lightbox-Gallery Extensions - End          ******/
/************************************************************/



/*--  **** Ende: Definitionen für Bilder mit/ohne Lupe und mit/ohne Bildunterschrift ***  --*/
