body {
    margin:0;
    background-color:#dae0e4;
    font-family:Tahoma,Verdana,Arial;
    color:#dae0e4;/*#ACB9C4;*/
    font-size:12pt;
    line-height:130%;
    text-align:center;
}
a:link {
    color:#A7732B;
    text-decoration:underline;
}
a:visited {
    color:#A7732B;
    text-decoration:underline;
}
a:hover {
    color:#D3A25D;
    text-decoration:underline;
}
a:visited:hover {
    color:#D3A25D;
    text-decoration:underline;
}
#centeringframe {
	margin: auto;
	width: 800px;
	z-index: 0;
}
#navi {
    background-color:#0b2b46;
    position:fixed;
    width:800px;
   	top:20px;
    background-image:url(./bilder/steuerhaus.jpg);
    background-repeat:no-repeat;
    background-position:right;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
    border-top:1px solid #777777;
    border-left:1px solid #777777;
    border-right:1px solid #777777;
    padding-top:1ex;
    padding-bottom:1.5ex;
    z-index:2;
}
#main {
    position:absolute;
    top:130px;
    width:70%;
    z-index:1;
}
#content {
    border-left:1px solid #777777;
    border-right:1px solid #777777;
    border-bottom:1px solid #777777;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
    background-color:#214A6C;
    width:800px;
    z-index:1;
	text-align:left;
    
}
#lcontent {
    border-left:1px solid #777777;
    border-right:1px solid #777777;
    border-bottom:1px solid #777777;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
    background-color:#214A6C;
    width:800px;
    z-index:1;
	text-align:left;    
}
#lcontent a:link {
    color:#CCCCCC
    text-decoration:none;
}
#lcontent a:visited {
    color:#CCCCCC
    text-decoration:none;
}
#lcontent a:hover {
    color:#D3A25D;
    text-decoration:underline;
}
#lcontent a:visited:hover {
    color:#D3A25D;
    text-decoration:underline;
}
#bottom {
    width:800px;
    color:#0b2b46;
    font-size:8pt;
    text-align:right;
    z-index:1;
}
#oben {
    position:fixed;
    background-color:#dae0e4;
    margin-top:-1.85ex;
    min-width:100%;
    z-index:2;
    line-height:300%;
}

.fake { }

#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(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; 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; }


.invertedshiftdown{
padding: 0;
width: 100%;
/*border-top: 2px solid #990000; Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 90px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown a{
float: left;
display: block;
font: normal 16px Tahoma,Verdana,Arial;
color: #A7732B; 
text-decoration: none;
margin: 0 45px 0 0; /*Margin between each menu item*/
padding: 3px 3px 3px 3px; /*Padding within each menu item*/
background-color: #0b2b46; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
}

.invertedshiftdown a:hover{
background-color: #214A6C; /*Red color theme*/
padding-top: 3px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 3px; /*Flip default padding-bottom value with padding-top*/
color: #D3A25D;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #214A6C; /*Red color theme*/
padding-top: 3px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 3px; /*Flip default padding-bottom value with padding-top*/
color: #D3A25D;
