@charset "utf-8";
/* CSS Document */

img.hintergrundbild {
min-height: 100%;        /*  Diese zwei Zeilen setzen die Regeln um den Hintergrund zu füllen  */
min-width: 1024px;
width: 100%;             /*  Die Regeln, welche für die Skalierung sorgen  */
height: auto;
position: fixed;         /*  Die Positionierung  */
top: 0;
left: 0;
}

@media screen and (max-width: 1024px) {
img.hintergrundbild {
left: 50%;                /*  Ohne diese Angaben funktioniert es nicht  */
margin-left: -512px; }
}

div#inhalt {
position: relative;       /*  Diese Angabe ist extrem wichtig, da ansonsten der Inhalt nicht angezeigt wird!  */
}


/* Automatic scaling Background via CSS */ 

* { margin: 0; padding: 0; }  

html, body, #bw-scaling-background, #bw-scaling-background table, #bw-scaling-background td { height:100%; width:100%; overflow:hidden; }  

#bw-scaling-background { z-index: 0; }  

#bw-scaling-background div { height:200%; left:-50%; position:absolute; top:-50%; width:200%; }  

#bw-scaling-background td { text-align:center; vertical-align:middle; }  

#bw-scaling-background img { margin:0 auto; min-height:50%; min-width:50%; }  

#bw-wrapper {
	position:absolute;
	z-index:70;
	overflow:auto;
	width:100%;
	height:100%;
	left: 0px;

} 

td {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		text-align:justify;
		color:#333333;
		line-height: 1.6em;
}

.content {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		text-align:justify;
		color:#605f5f;
		line-height: 2.4em;
}

.head {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 20px; 
		color:#631010;
}

.rootline {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color:#989694;
		}
		
		
.box_content {
		color: #3c2517;
		}

.box_rootline {
		font-size: 10px; 
		color: #3c2517;
		}

.rootline {
		font-size: 11px; 
		font-weight: bold;
		color: #FFFFFF;
		}
				
a:link{  
        text-decoration:none; 
		color:#631010;

		}


a:visited{
        text-decoration:none;
		color:#631010;
		}


a:hover{
        text-decoration:none;      
		color:#631010;
		}
		
.shop_preis {
		font-size:14px;
		font-weight:bold;
		color:#631010;
}

.shop_content {
		color:#605f5f;
}

.shop_discript {
		color:#631010;
}


.head_shop {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		color:#631010;
}

.link_shop {
		color:#631010;
}

.artikel_nr {
		color:#999999;
		font-size: 11px;
}
		
#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:http://www.holzschnitzerei-titisee.de/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(http://www.holzschnitzerei-titisee.de/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.holzschnitzerei-titisee.de/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px Arial, 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; }
