/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {overflow-y:scroll;
        background: #000;
        font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: black;
        text-align: center;
}

/* links */
a, a:visited {
        color: #BAA4E5;
        background: inherit;
        text-decoration: none;
}
a:hover {
        color: #6922ef;
        background: inherit;
        
}

/* headers */
h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-weight: Bold;
        color: #981A1F;
}
h1 {
        font-size: 2.5em;
		padding: 16px 10px 4px 0px;
}
h2 {
        font-size: 2.0em;
		padding: 16px 10px 4px 0px;
}
h3 {
        font-size: 1.6em;
        font-weight: normal;
        padding: 16px 10px 4px 0px;
}

/* Paragraph */
p { padding: 12px 10px;        }

/* Lists */
#liste {margin: 0px 0px 0px 30px;}

/* Bilder */
img {
    background: #FAFAFA;
    border: 0px solid #E4E4E4;

}
img.float-right {
          margin: 5px 0px 10px 10px;
}
img.float-left {
          margin: 5px 10px 10px 0px;
}



/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrap {
        position: relative;
        width: 850px;
        background: #000;
        margin: 40px auto 0px auto;
        text-align: left;
}
#content {
        clear: both;
        background: #000 url(../img/content.jpg);
        float: left;
        width: 850px;
		height: 550px;
       
		
}
#header {
        position: relative;
        width: 850px;
        height: 150px;
        background: #FFFFFF url(../img/header.jpg) no-repeat;
        color: #fff;
        padding: 0;
        margin: 0;
}




/* Navigation*/
		#navi, #navi ul { list-style-type:none; margin:0; padding:0; } /* Style-Reset */
		
		#navcontainer { font-family: 'Courier New', Courier, monospace, serif;
		font-size: 24px; width: 850px;  height: 32px;}
		
		#navi { position:absolute; }
		
		#navi > li { width:relative; float:left; padding: 0 21px 0 0; } /* Horizontale Anordnung */
		
		#navi > li { height:32px; overflow:hidden; } /* Normalzustand eingeklappt */
		#navi > li:hover { height:auto; overflow:visible; } /* Ausgeklappt */
		
		
		#navi a { font-weight:bold; text-align:left; display:block; height:24px; width:relative; padding:2px; }
		#navi a:link, #navi a:visited { color:grey; background:#000;}
		#navi a:active, #navi a:hover { color:#97FFFF; background:#000;}

/* Main Column */
#main   {
        float: left;
        width: 750px;
        padding: 25px 50px 25px 50px; 
        display: inline;
		
}

#zentriert {
			
			text-align: center;
			}
/*Light Box*/

#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* footer */
#footer {
        clear: both;
        width: 850px;
        height: 20px;
		background: #062005 url(../img/footer.jpg) no-repeat;
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-size: 10px;
        color: #000;
        text-align: center;
        letter-spacing: .2px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {        display:inline-block; }
.clear:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content: ".";
}

