/*
* Css fuer LigtBox von RagFotos
* 
*  Created on : 06.05.2016, 09:35:16
*  Author     : eefe
*/

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.3;
	filter: alpha(opacity=30);
}

#box 
{
	display: none;
        position:absolute;        
        float:left;	
	left: 25%;
	width: 544px;
	height: 574px;
	padding: 0 0 0 0;
	margin:0;		
        border: 1px solid black;
        background-color: white;
	z-index:101;
	overflow: none;
        text-align: center;
        cursor: pointer;
}

#box  h5
{
	margin: 5px 5px;
}

#boxinhalt{
    width:100%;
    height:100%;        

}
#boximage
{  
    float:right;
    position:absolute;
    float:right;    
    width:100%;
    height:100%;        
    top:30px;
    font-size:12px;
    font-weight:normal;
    padding:auto;
    z-index:102;
    overflow: none;    
}
.boxtitle
{
    position:absolute;
    float:right;
    top:0;
    width:534px;
    height:24px;
    margin:0 ;
    border-bottom:1px solid #d9d9d9;
    background-color:#f0f0f0;
    color:#666;
    text-align:left;
    font-size:16px;
    font-weight:bold;   
    padding:3px 5px;	
    z-index:103;
}

#boxtitlefooter .link
{
	float:left;
}

#boxtitlefooter .recht
{
	float:right;
}

.infoinhalt p {
  margin:0;
}

