/*Generelle Formatierungen******************************************************/
/*Abstandsmargins elemenieren, Browser spezifisch*******************************/
*{
        margin: 0;
        padding: 0;
}
/*Standart Body-formatierung*/

/*Formatierung des Bodies*******************************************************/
body{
        font: 95% Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        background: #fff;
}

/*Formatierung der links********************************************************/
a{
       color: #000;
       text-decoration: none;
}
a:hover{
        color: #EF3F23;
        text-decoration:none;
}
a:active, a:focus{
        color: #EF3F23;
        text-decoration: none;
}
a img{
        border: 0 none;
}

/*Formatierung der Schriften****************************************************/
h1, h2, h3{
        font-family: Arial, Geneva, sans-serif;
        color: #000;
        background: transparent;
}
h1{
        font-size: 1.6em;
}
h2{
        font-size: 1.4em;
}
h3{
        font-size: 1.2em;
}

/*DIV Formatierungen & Address**************************************************/
/*diverse Containers************************************************************/
#wraper{
        min-width: 900px !important;
        color: #000;
        background: transparent;
        /*backgroundbilder bsp.: background: transparent url(../img/mako-eye.jpg) top right no-repeat;*/
        margin: 10px 1px 10px 1px;
        width: auto;
}
#head{
        width:auto;
        padding: 50px 0px 0px 10px;
        float: none;
        height: 70px;
        /*border-bottom: 1px solid #000;*/
}
#wraperBody{
        height: 450px;
        /*customer correction for 600px picture instead of 450px*/
        /*width:115%;*/
        min-width:1244px;
        /*customer correction for 600px picture instead of 450px*/
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        background: #D7D7CF;
}
#menu{
        float: left;
        height: 450px;
        background: #D7D7CF;
        width: 245px;
}
#menuReal{
        padding: 6px 10px 10px 10px;
        overflow: hidden;
        /*width: 200px;*/
}
#contentContainer1{
        /*padding: 10px 10px 10px 30px;*/
        padding: 10px 10px 10px 20px;
        font-size: 76%;
        float: left;
        overflow: auto;
        /*width: 300px;*/
        width: 365px;
        height: 430px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        background: #fff;
}
div#contentContainer1 a {
        color: #f00;
}
#contentContainer2{
        float: left;
        /*overflow: auto;*/
        height: 450px;
        /*width: 35%;*/
        /*customer correction for 600px picture instead of 450px*/
        width:600px;
        /*customer correction for 600px picture instead of 450px*/
}
#bildContainer{
        /*padding: 10px;*/
        position:absolute;
        /*width: 450px;*/
}
#footer{
        /*margin-top:450px;*/
        padding: 10px 10px 10px 10px;
        /*border-top: 1px solid #000;*/
        /*position: absolute;*/
        float:left;
        width:95%;
}

/*Formatierung der Adresse******************************************************/
address, #footer p, #footer div{
        height:auto;
        /*width: 150px;*/
        float:left;
        font-size: 0.8em;
        font-style: normal;
        margin-right:141px
}

/*MENU Liste Formatierung*******************************************************/
/*Formatierung der Liste********************************************************/
ul{
        list-style-type: square;
}
#menuReal li{
        font-size: 0.8em;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 5px;
}
#menuReal li:hover{
        color:red;
}
#menuReal li:hover li{
        color:black;
}
#menuReal li li:hover{
        color:red;
}
#menuReal li ul{
        display: none;
        padding-left: 20px;
}
#menuReal li ul li{
        font-weight: normal;
        font-size: 0.9em;
        line-height:1.2em;
        margin-top:1px;
}
#menuReal li ul li ul li{
        font-size: 1em;
        line-height:1.2em;
}
#menuReal li.active {
        color:red !important;
}
#menuReal li.active li {
        color:black;
}
#menuReal li.active ul ul{
        display: none;
}
#menuReal li.active ul li.active ul ul{
        display: none;
}
#menuReal li.active ul li.active ul li.active ul ul{
        display: none;
}
#menuReal li.active ul{
        display: block;
}
#menuReal li.active ul li.active ul{
        display: block;
}
#menuReal li.active ul li.active ul li.active ul{
        display: block;
}
a:focus {
        outline:0;
}
/* Lightbox Implimentation */

#lightbox{
	position: absolute;
	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(../pics/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(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, 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;	}
#imageData #bottomNavPrint{ width: 25px; float: right;  padding-bottom: 0.7em;	}
#imageData #bottomNavSave{ width: 25px; float: right;  padding-bottom: 0.7em; }
#bottomNavPrint img { margin-top: 3px; }
#bottomNavSave img { margin-top: 3px; }
#imageDataContainer { overflow: hidden; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

