/* Grundlagen */

body { 
	background-image: url(../img/hg_streifen.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
hr {
	border:double 1px;
	height:3px;
	width:681px;
	color:#FFFFFF;
	}
	
a:link { 
	text-decoration: underline; 
	color: #990000;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}

a:visited { 
	text-decoration: overline; 
	color: #CCCCCC;
	}

input.button1 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
	
table {
	border-top:3px double #FFFFFF;
	border-bottom:3px double #FFFFFF;
	border-right:3px double #FFFFFF;
	border-left:3px double #FFFFFF;
	}

.box {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	}

/* Spezielle Divs */

#muster {
	position:absolute;
	top:25px; height:40px; width:100%;
	background-image: url(../img/muster.png);
	}
	
#menu {
	position:absolute;
	top:65px; height:45px; width:100%; min-width:660px;
	background-image: url(../img/hg_menu.png);
	text-align: center;
    }

#oben {
	height:120px;
	}
	
#titel {
	color:#FFFFFF;
	background-image: url(../img/hg.png);
	font-family:verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:15px;
	}

#titel2 {
	color:#333333;
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	}

#titel3 {
	color:#333333;
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
		padding-left:10px;
	}
	
#text {
	color:#333333;
	font-family:verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:10px;
	}

#text2 {
	color:#CCCCCC;
	font-family:verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-right:20px;
	padding-bottom:10px;
	}

#bild {
	padding-right:20px;
	}

#klick {
	color:#990000;
	font-family:verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	}
	
#unten {
	color:#CCCCCC;
	font-family:verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:5px;
	}

#top {
	padding-right:20px;
	}

#warn {
	color:#990000;
	font-family:verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-left:10px;
	}
	

/* Transmenu */

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000x;
	top:-1000px;
	}

.transMenu .content {
	position:absolute;
	}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

.transMenu .item img {
	margin-left:10px;
	}
	
	
/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	