div.slideshow
{
position: absolute;
top:0px;
left:0px;
}
.slideshow img 
{
height: 100%;
z-index: -1;
left: 0px;
float: left;
}


/*********************************************************************************

 * Background Images

 *********************************************************************************/

div.slideshow
{
top: 0;
left: 0;
position: absolute;
z-index: -1;
width:100%;
overflow: hidden;
}

div.bg_box
{
top: 0;
left: 0;
position: absolute;
z-index: -1;
overflow: hidden;
}

div.slideshow img 
{
width: 100%;
/* min-width: 900px; */
height: auto;
z-index: -1;
}



/*
* html div.slideshow img 
{
min-width: 900px;
position: fixed;
width: expression(document.body.clientWidth < 1300 ? "1300px" :   "100%" );
}


* html div.bg_box img 
{
min-width: 900px;
position: fixed;
width: expression(document.body.clientWidth < 1300 ? "1300px" :   "100%" );
}
*/

/* IE6 fixed position fix for the background */

/*
* html div.slideshow {
left: auto; top: auto;
left: expression( ( 0 - bg_box.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - bg_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

* html div.bg_box {
left: auto; top: auto;
left: expression( ( 0 - bg_box.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - bg_box.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

*/


.embox
{
display: none;
}

.nav-controls
{
font-size:15px;
left:850px;
position:absolute;
}

.divider
{
border-bottom: 1px dotted #fff;
}

#current_projekt .divider
{

}

