/* The containing box for the gallery. */
#container {
    position:relative; 
    width:700px; 
    height:500px; 
    margin:15px auto 0 auto; 
    border:1px solid #fff; 
    float:left;
	}

#container ul {
    width:680px; 
    height:386px;
	margin:427px auto 0px auto;
	float:center;
	}

#container li {
    float:left;
    }

	
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none;  
    margin:1px 2px 1px 2px;  
    cursor:default;
    }

/* set the size of the unordered list to neatly house the thumbnails */

/* change the thumbnail border color */
#container a.gallery:hover {
    
    }	
	
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:500px; 
    height:380px; 
	top:7px; 
    left:105px; 
    color:#000; 
    background:#fff;
    }

/* styling the :hover span */ 
/*#container a.gallery:active span {
    position:absolute; 
    width:500px; 
    height:380px; 
	top:7px; 
    left:135px; 
    color:#000; 
    background:#fff;
    }	*/


#container a.gallery:focus span {
/*    
  	position:absolute; 
    width:500px; 
    height:380px; 
	top:7px; 
    left:135px; 
    color:#000; 
    background:#fff;
*/
    }	
	
	
#container a.gallery:hover img {
    ; 
    /*float:left; */
    margin-right:5px;
    }


/**************/
/**Hochformat**/
/**************/

/* Remove the images and text from sight */
#container a.gallery_hoch span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery_hoch, #container a.gallery_hoch:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    ; 
    margin:1px 2px 1px 2px;  
    cursor:default;
    }

/* set the size of the unordered list to neatly house the thumbnails */

/* change the thumbnail border color */
#container a.gallery_hoch:hover {
    ; 
    }	
	
/* styling the :hover span */
#container a.gallery_hoch:hover span {
    position:absolute; 
    width:380px; 
    height:380px; 
	top:7px; 
    left:205px; 
    color:#000; 
    background:#fff;
    }

/* styling the :hover span */
/*#container a.gallery_hoch:active span {
    position:absolute; 
    width:380px; 
    height:380px; 
	top:7px; 
    left:240px; 
    color:#000; 
    background:#fff;
    }*/	


#container a.gallery_hoch:focus span {
/*
    position:absolute; 
    width:380px; 
    height:380px; 
	top:7px; 
    left:240px; 
    color:#000; 
    background:#fff;
   
*/    
    }	
	
	
#container a.gallery_hoch:hover img {
     
    /*float:left; */
    margin-right:5px;
    }

#Text{
	height:20px;
	width:230px;
	margin: 210px auto -230px auto;
	text-align:center;
	

	font-size:12pt;
	line-height:1.5;
	font-family:Tahoma,verdana;

	
}

* html #Text{
		height:20px;
	width:270px;
	margin: 0 auto 0 auto;
	text-align:center;
}
