* {margin:0; padding:0;}
body {
		 	background: url(../img/bg.gif);
			color:#444;
			font-size: 62.5%;
			font-family:Tahoma, Verdana, Arial, Sans-Serif;
			padding: 0; 
			margin: 0; 
			text-align: center;
			}
.container {
					 margin:0 auto 0 auto;
					 text-align: left;
					 font-size: 1.1em;
					 line-height: 1.6em;
					 margin: 0 auto 0; 
					 width: 900px; 
					 /*background-color:#fff;*/
					 }
.silberstern {
						  background:url(../img/header_bg.jpg);
							width:900px;
							height:94px;
							text-align:center;
							}
.content {
						 	background: #fff;
							margin: 0 0 10px 0;
							width: 660px;
							padding: 10px;
							float:right;
							}
							
.content p a:link, .content p a:visited, .content p a:active {
				 				 text-decoration: none;
								 background-color: #7c3333;
								 color: #ffffff;
								 padding:0 2px 0 2px;
								 }
.content p a:hover {
				 				 	background-color:#eae8d5;
									color:#333;
									}
							
.subnavigation {
							margin-top:0;
							width:210px;
							float:left;
							padding-right:5px;
							background: url(../img/subnav_bg.jpg);
							}


h1 {
	 	font-family: Georgia, "Times New Roman", serif;
		font-size: 2em;
		font-weight: lighter;
		margin-bottom: 5px;
		padding-bottom:5px;
		color: #7c3333;
		border-bottom: 1px dotted #7c3333;
		}
		
h3 {
		color: #7c3333;
		font-size: 1em;
		}
		
ul {
		padding: 5px 0 10px 10px;
		font-size:0.9em;
		}

li {
			 	margin-left: 5px;
				color:#ffffff;
				list-style-type:none;
				padding: 2px;
				}	

td, tr {
			 	text-align: left;
				font-size: 0.9em;
				line-height: 1.6em;
				padding-left: 3px;
				}

li a:link, li a:active {
	 				 color: #ffffff;
					 text-decoration: none;
					 font-family: Georgia, Serif;
					 font-size: 1.1em;
					 border-bottom: 1px dotted #fff;
					 padding-bottom: 2px;
					 }
					 
li a:visited {
					 color: #ffffff;
					 text-decoration: none;
					 font-family: Georgia, Serif;
					 font-size: 1.1em;
					 border-bottom: 1px dashed #fff;
					 padding-bottom: 2px;
					}
					 
li a:hover {
					 color: #ffffff;
					 text-decoration: none;
					 font-family: Georgia, Serif;
					 font-size: 1.1em;
					 border-bottom: 1px solid #fff;
					 padding-bottom: 2px;
						}
						

				
.content p {
				 	 width:385px;
					 margin-bottom: 10px;
					 text-align: justify;
					 }
.content img, .content img a:link, .content img a:active, .content img a:visited {
				 		 border: 1px solid #ccc;
						 padding: 3px;
						 margin:0 5px 5px 0;
						 }
.content img a:hover {
				 		 border: 1px solid #7c3333;
						 padding: 3px;
						 }
						 
.content img.noborder {
				 							 border:0;
											 }
						 
.eckdaten {
				float:right;
				}
						 
.footer {
				clear:both;
				}
				
#flashcontent {
				width:900px;
				height:250px;
				}
						 
						 
						 
						 
						 
						 
/* !!! LIGHTBOX !!!*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{border:0;}

#outerImageContainer{
	position: relative;
	background-color: #000;
	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(../img/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(../img/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/next.png) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color:#fff;	}
#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;
	}