/* Global Styles */

body {
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	background-color: #006699;
	}

td {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	}
	
a {
	color: #FFFFFF;

	}
	
/* Calendar Styles */

	
#linkleiste_unten td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	}
.bodyText_links_zent {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.td_Text_zent {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	
	}

.exLinkText_11_normal {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	}
	
.exLinkText_10_bold {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	}

.exLinkText_10_normal {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	}	
	
.exLinkText_10_normal_rot {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #FF0000;
	}		
	
	
.linktext_links {
	color: #FFFFFF;
	line-height:18px;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;

	}
	
.linktext_no_underline {
	text-decoration:none;
	}
	
.linkleiste_anreise {
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
}

.text_blinkend {
	color: #FFF;
	font-weight: bold;
	background-color: #6699CC;
	text-decoration: blink;
	}
	
h1 {
	color: #FFFFFF;
	letter-spacing:.3em;
	line-height:26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
h2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 15px;
}

h3 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 15px;
}

h4 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: line-through;
}
/* CSS Document */

#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 {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#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; }
