/* CSS Document */
body{
     background-color:#312c28; 
     color:#312c28;
     font-family: Tahoma, Geneva, sans-serif;
     font-size:12px;
	 line-height:1.4;
	 margin:0;
	 padding:0;
	}
	
a:link{color:none; text-decoration:none; border-style: none; background: none; border-width: 0px}
a:visited{color:none; text-decoration:none; border-style: none; background: none; border-width: 0px}		
a:active{color:none; text-decoration:none; border-style: none; background: none; border-width: 0px}
a:hover{color:none; text-decoration:none; border-style: none; background: none; border-width: 0px}
a img{border:none;}

#content{position:absolute;
		 margin-left:-500px;
		 width:1000px;
		 visibility:visible;
		 left:50%;
		 background-color:none;
		 top:75px;
		 height:587px;
		 }	
		 
#titlebar{position:absolute;
		  height:14px;
		  width:555px;
		  left:0px;
		  top:0px;
		  background-color:none;
		  visibility:visible;
		  }
		  
.link{position:relative;
	  float:left;
	  margin-right:22px;
	  outline:none;
	  background-color:none;
	  border-style:none;
	  }		  

		 
#album{position:absolute;
	   margin-left:-500px;
	   width:1000px;
	   visibility:visible;
	   left:50%;
	   background-color:#FFF;
	   top:28px;
	   height:534px;
	   }

#photograph{visibility:visible;
			position:absolute;
			height:500px;
			top:17px;
			width:966px;
			left:17px;
			background-color:none;
			}
#spiel{visibility:visible;
	   position:absolute;
	   background-color:none;
	   width:450px;
	   left:20px;
	   top:20px;
	   height:500px;
	   }			
#pageturns{position:absolute;
		   width:70px;
		   height:11px;
		   bottom:0px;
		   right:0px;
		   visibility:visible;
		   background-color:none;
		   }
		   		 
.turn{position:relative;
	  float:right;
	  margin-left:22px;
	  outline:none;
	  background-color:none;
	  border-style:none;
	  }		  


