p, div, td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}

p { text-align: justify ; margin-top: 0px;}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; letter-spacing: 10px; color: #003366; font-weight: bold}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; letter-spacing: 4px; margin-top: 0px; margin-bottom: 2px; font-weight: normal}
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: 2px; margin-top: 0px; margin-bottom: 0px; font-weight: normal ; color: #003366}
a:link {  color: #003366}
a:visited {  color: #003366}
a:hover {  color: #CC0033}
a:active {  color: #CC0033}
img {
	border: none;
}
td  { vertical-align: top}
td.agenda { border-color: #000000; border-style: solid; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-size: 12px}

/* Aus Formatvorlage fuer Tabelle im internen Bereich*/

			/*** COLORS ***/
	
			table.snif {
				border: 1px solid #444444;       /* main table border style */
			}
			td.snDir {
				color: #ffffff; /* table header text color */
				background-color: #003366; /* table header background color */
			}
			td.snDir a {
				color: #ffffff;                     /* link text color within table header */
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				color: #dddddd; /* column headings text color */
				background-color: #004D97; /* column headings background color */
			}
			tr.snHeaderline, td.snHeaderline, td.snHeaderline a {
				color: #ffffff; /* column headings text color */
				background-color: #004D97; /* column headings background color */
			}	
			tr.snF td a {
				color: #000000;                  /* file listing link text color (filename)*/
			}
			tr.snF td a:hover, a.snif:hover {
			   background-color: #FFFFF0; /* file listing link hover background color */
			}
			tr.snEven {
				background-color: #eeeeee;       /* file listing background color for even numbered rows */
			}
			tr.snOdd {
				background-color: #dddddd;       /* file listing background color for odd numbered rows */
			}
			tr.snF td {
				color: #444444;                  /* file listing text color */
			}
			.snCopyright * {
				color: #bbbbbb;                  /* copyright notice text color */
			}
			.snWhite {
				color: white;                    /* active page in paging header */
			}
			
			/*** FONTS ***/
			.snif * {
				font-family: Tahoma, Sans-Serif;
				font-size: 10pt;
			}
			.snif a, a.snif {
				text-decoration: none;
			}
			.snif a:hover, a.snif:hover {
				text-decoration: underline;
			}
			.snCopyright * {
				font-size: 8pt;
			}
			.headerline {
				color: #ffffff;                     /* link text color within table header */
			}	
			.snifSmaller {
				font-weight: normal;
				font-size: 8pt;
				color: #ffffff
			}
			td.snDir {
				font-weight: bold;
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				font-weight: bold;
				color: #fffff;
			}


			/*** MARGINS AND POSITIONS ***/
			table.snif {
				width:100%;			}
			table.snif td {
				padding-left: 10px;
				padding-right: 10px;
			}
			table.snif td.littlepadding {
				padding-left: 4px;
				padding-right: 0px;
			}
			td.snDir {
				padding-top: 3px;
				padding-bottom: 3px;
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				padding-top: 3px;
				padding-bottom: 3px;				
			}
			tr.snF td {
				padding-top: 2px;
				padding-bottom: 2px;
				vertical-align: top;
				padding-left: 10px;
				padding-right: 10px;
				white-space: nowrap;
			}
			.snif img {
				border:none;
			}
			.snW {
				white-space: normal;
			}
			
/*** Eintraege fuer Lightbox Bilder ***/
#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(/general/bilder/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(/general/bilder/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/general/bilder/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;
	}