BODY {
	margin: 0px 0px 0px 0px;
	background-color : #CCCCCC;
}

.headline {
	font-size: 16px;
	font-family: Arial;
	font-weight: condensed;
	color: #000000;
}

.subheadline {
	font-size: 12px;
	font-family: Arial;
	font-weight: condensed;
	color: #999999;
}

a:link { color:#000000; text-decoration:underline }
a:visited { color:#000000; text-decoration:underline }
a:active { color:#000000; text-decoration:underline }
a:hover { color:#666666; text-decoration:underline }

.content {font-family: Arial, Helvetica, sans-serif;text-decoration:none; color:#000000; font-size: 0.8em;}
.content:active {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
.content:visited {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
.content:link {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
a.content:hover {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#666666; font-size: 0.8em;}

.backlink {font-family: Arial, Helvetica, sans-serif;text-decoration:none; color:#000000; font-size: 0.8em;}
.backlink:active {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
.backlink:visited {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
.backlink:link {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: 0.8em;}
a.backlink:hover {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#666666; font-size: 0.8em;}

.new {text-decoration:none; color:#ffffff;}
.new:active {text-decoration:none; color:#ffffff;}
.new:visited {text-decoration:none; color:#ffffff;}
.new:link {text-decoration:none; color:#ffffff;}
a.new:hover {text-decoration:none; color:#999999;}

.newset {text-decoration:none; color:#ff0000;}
.newset:active {text-decoration:none; color:#ff0000;}
.newset:visited {text-decoration:none; color:#ff0000;}
.newset:link {text-decoration:none; color:#ff0000;}
a.newset:hover {text-decoration:none; color:#999999;}

.headline {font-family: Arial, Helvetica, sans-serif;text-decoration:none; color:#000000; font-size: medium;}
.headline:active {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: medium;}
.headline:visited {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: medium;}
.headline:link {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000; font-size: medium;}
a.headline:hover {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#666666; font-size: medium;}

.veranstaltung {font-family: Arial, Helvetica, sans-serif;text-decoration:none; color:#000000;}
.veranstaltung:active {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000;}
.veranstaltung:visited {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000;}
.veranstaltung:link {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#000000;}
a.veranstaltung:hover {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#666666;}

.fruehling {font-family: Arial, Helvetica, sans-serif;text-decoration:none; color:#FFFFFF; font-size: 0.8em;}
.fruehling:active {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#FFFFFF; font-size: 0.8em;}
.fruehling:visited {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#FFFFFF; font-size: 0.8em;}
.fruehling:link {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#FFFFFF; font-size: 0.8em;}
a.fruehling:hover {font-family: Arial, Helvetica, sans-serif;text-decoration:underline; color:#CC0000; font-size: 0.8em;}

.border {
   padding:1px;
   border:1px solid #021a40;
}

.footer {
	font-family: Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	color: #ffffff;
}

#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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.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;
	}
