﻿/* www.smartgraphix.de*/

	
body
    {
	margin: 0;
    	padding: 0;
    	color: #fff;
    	font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    	text-align: center;
	background: #666666;
	
	
    }
#container
    {
	margin: 0 auto;
    	width: 850px;
    	position: relative;
    	text-align: left;
	

	

    }
#container1
    {
            
            left:150px;
	width: 700px;
      
	position: relative;
	text-align: left;
        background: #000;
    }
   #spacer
    {
	position:relative;
	
	
	height: 20px;
	background: #666666;
    width: 700px;}
#head
    {
	position:absolute;
	top:32px;
	
	height: 48px;
	background: url(images/smartlogo.gif) #f0efef center no-repeat;
	margin: 0;
	width: 700px;
	
    }
.headbild
    {
	position:absolute;
	
	top:80px;
	height: 180px;
	margin-bottom: 10px;
	width: 700px;
	color: #fff;
	
	
    }

#headmenu
    { 
	
	position: absolute;
	padding: 0;
	top:80px;
	left:0px;
	margin: 0;
	width: 150px;
	color: #fff;
	
   }
    
#maintext
{
	position:absolute;
        padding-bottom:20px;
        padding-left:70px;
        padding-right:70px;
	top:283px;
	font-size: 12px;
	width: 560px;
        height:auto;
	color: #666666;
        background: url(images/spacer.gif) no-repeat bottom #fff;
        
	
    }
#maintexts
{
	position:absolute;
	top:310px;
	left:10px;
	font-size: 12px;
	height: auto;
	width: 400px;
	color: #666666;
    }
   

.ueberschrift{
	margin-top: 10px;
	font-size: 18px;
	color:#FF8C00;
}
.unterueberschrift{
	margin-top: -15px;
	font-size: 13px;
	font-weight: bold;
	color:#666666;
}
#maintext a 
{
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color:#FF8C00;
}
#maintext a:hover
{
	font-size: 14px;
	text-decoration: none;
	color:#666666;
}
#maintext a:visited
{
	font-size: 14px;
	text-decoration: none;
	color:#FFC57F;
}
#maintext ul{
	list-style-type:none;
}
#bilder{
	
	height:auto;
	width:560px;
	padding-bottom:20px;
}

#menu{
		position:absolute;
		top:80px;
                left:15px;
		width:135px;
		height:300px;
                white-space:nowrap;
		

    }
    
#menu ul{	
		list-style-type:none;
		margin:0;                
		padding:0;
}
#menu li {	
		
		border-bottom: 1px solid #ffffff;
		
		
		
		
		
    }
#menu a 
{		
		display:block;
                padding:5px 5px 5px 20px;
                width:110px;
		font-size: 12px;
		text-decoration: none;
		color:#ffffff;           
                font-weight:bold;
                
         background:#FEAE4D;
		color:#ffffff;
		
}
#menu a:hover
{               display:block;
                padding:5px 5px 5px 20px;
                 width:110px;
		font-size: 12px;
		text-decoration: none;
                background:#FF8C00;
		color:#ffffff;
}
.linkaktiv{
display:block;
                padding:5px 5px 5px 20px;
                 width:110px;
		font-size: 12px;
		text-decoration: none;
                background:#FF8C00;
		color:#ffffff;
                 font-weight:bold;


}

.filmcontainer{
        margin-top:10px;
height:150px;
width:550px;
border:1px solid #FF8C00;}

.filmbild{
        position:relative;
height:150px;
width:200px;
float:left;
}
.filmtext{
        margin-top:10px;
        left:285px;
        line-height:15px;
        position:absolute;
height:150px;
width:300px;
}
p {
margin-top:0px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
    
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

