body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #76aad4;
}
#logo {
	background-image: url(../images/eeba08_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	width: 141px;
	float: left;
}
#banner {
	background-image: url(../images/eeba08_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 94px;
	width: 790px;
	float: right;
}
#header {
	height: 114px;
	width: 931px;
	padding: 0px;
	margin: 0px;
	z-index: 7;
	position: relative;
}
#content {
	height: auto;
	width: 706px;
	background-image: url(../images/eeba08_line.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	z-index: 10;
	overflow: visible;
	position: relative;
	float: right;
}
#nav {
	float: right;
	height: 20px;
	width: 790px;
	position: relative;
}
#footer {
	height: 42px;
	width: 931px;
	z-index: 5;
}
#rahmen {
	height: auto;
	width: 931px;
	margin-left: -465px;
	position: absolute;
	left: 50%;
	top: 10px;
	background-color: #FFFFFF;
}
#frauenkirche {
	height: 389px;
	width: 328px;
	background-image: url(../images/eeba08_16.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	position: relative;
	margin-top: -347px;
	z-index: 6;
}
#skyline {
	background-image: url(../images/eeba08_18.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 42px;
	width: 603px;
	float: right;
}
#copyright {
	float: left;
	height: 20px;
	width: 931px;
	text-indent: 15px;
	font-size: 9px;
}
#maintxt {
	height: auto;
	width: 600px;
	float: right;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
table.border {
	border: 1px solid #808080;
}
td.border {
	border: 1px solid #808080;
	text-align: center;
}
td {
	text-align: center;
}

.table {
	margin: 0px;
	padding: 0px;
}

/*Lightbox Styles ////////////////////////////////////////////////
////////////////////////////////////////////////////////////////*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.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;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
