a:link { text-decoration: none; color: #0000FF; }
a:visited { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline; color: #0000FF; }

a img {
  text-decoration:none;
  color:none;
  border:none;
  margin-left:30px;
}

body, p, ul, ol, td, th, blockquote {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1, h2, h3 {
	font-family: Georgia,Arial,sans-serif;
}

body {
	padding: 0;
	font-size: 90%;
}

h1 {
	font-size:1.8em;
	font-weight: normal;
	color: #e20000;
	margin-top: 0;
	margin-bottom: 1em;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
	color: #CC3333;
}

h3 {
	font-size:1.0em;
	font-weight: bold;
	color: #CC3333;
}

table {
	margin: 10px 0;
/*	border: 1px solid #cdcdcd;*/
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	font-size: 100%;
}

th {
	text-align: center;
	font-weight: bold;
	background-color: #e5e5e5;
}

th, td {
	padding: 4px 6px;
	border: 1px solid #cdcdcd;
}

td.leer {
	/*border:1px solid red;*/
	border:none;
}

.titel {
	background-color: gray;
	color: white;
	font-size: 1.1em;
}

.untertitel {
	background-color: blue;
	color: white;
	font-size: 1.0em;
}

table li {
	font-size: 90%;
	list-style-type: square;
}

p, li {
    text-align:justify;
}

.block { text-align: justify;
}

.fett { font-weight: bold; }

.rahmen {
	border: 1px solid grey;
	padding: 8px;
}

.center {
	text-align:center;
}

.hervor {
	text-align:left;
	font-weight:bold;
	font-style:italic;
}

img.rechts {
	float: right;
	padding-left: 10px;
}

img.links {
	float: left;
	padding-right: 10px;
}

.spalte {
    width:200px;
    float:left;
    margin: 0 25px 20px 0;
}

.beschreibung {
    width:95px;
    float:left;
    margin: 0 20px 20px 0;
}

.clear {
    clear:both;
}

#content {
  margin: 40px 40px 40px 40px;
	background-color:#ededed;
	padding:20px;
}

#content li {
	margin-bottom:1em;
}

#container {
  margin: 1em auto;
  background-color: white;
  border: 1px solid #993333;
  width: 777px;
}

#header{
  height: 110px;
  color: red;
  background-image: url(../grafik/kopf.png);
  background-repeat:no-repeat;
  font-size: 1.2em;
  text-align: center;
}

#footer {
  padding: 3px;
  background-color: #993333;
  clear: both;
  color: #ffffff;
  text-align: center;
}

#footer a:link {
    text-decoration: none; color: #ffffff;
}

#footer a:hover {
    text-decoration: underline;
    color: #ffffff;
    background-color: #993333;
}

/* common styling */
/* set up the overall width of the#menu div, the font and the margins */

#menu {
  font-family: arial, sans-serif; 
/*  width:683px; */
  width:777px; 
  margin:0;
/*  margin-left: 40px;*/
  margin-left: 0px;
  background:#993333; 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
#menu ul {
  padding:0; 
  margin:0;
  list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
#menu ul li {
  float:left; 
  position:relative;
}
#menu ul li:first-child {
	/*border-left:1px solid #FF0000;*/
	border-left:none;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu ul li a, .menu ul li a:visited {
  display:block; 
  text-align:center; 
  text-decoration:none; 
  font-weight:bold;
  width:110px; 
  height:21px; 
  color:#cccccc; 
  border:2px solid #993333;
  border-width:1px 1px 1px 0px;
  background:#993333; 
  line-height:20px; 
  font-size:12px;
}

/* make the dropdown ul invisible */
#menu ul li ul {
  display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main#menu li on hover */
#menu ul li:hover a {
  color:#FFFFFF; 
  background:#FF6666;
}
/* make the sub#menu ul visible and position it beneath the main menu list item */
#menu ul li:hover ul {
  display:block; 
  position:absolute; 
  top:22px; 
  left:0; 
  width:139px;
}
#menu ul li:hover li:first-child {
	border-left:none;
}
/* style the background and foreground color of the su#menu links */
#menu ul li:hover ul li a {
  display:block; 
  background:#FF6666; 
  color:#FFFFFF;
  width:150px;
  font-size:11px;
  border:none;
}
/* style the background and forground colors of the links on hover */
#menu ul li:hover ul li a:hover {
  background:#FFCCCC; 
  color:#000;
}

#impressum h1 {
	background: transparent url(../grafik/impressum.png) repeat scroll 0 0;
	height: 60px;
	width: 300px;
}
#impressum h1 span {
	display: none;
}
#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: url(./js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./js/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: 115px; 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; }


