body {
	background-color: #FFFFFF;
	font-family:"Century Gothic", "Verdana", "Helvetica", Arial, sans-serif;
	font-size: 6.5pt;
	color: #555555;
}

#box {
	/*border: 1px solid #000000;*/
	width: 900px;
	height: 450px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -450px;
	line-height: 1.4em;
	margin-top: -225px;
	box-shadow: 0px 0px 10px 4px #CCCCCC;
}

#lower {
	position: absolute;
	bottom: 0px;
	height: 52px;
	width: 880px; 
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(247, 250, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(247, 250, 255, 0.8);
	z-index: 30;
	padding: 10px;
}

a:link,  a:visited, a:hover  {
	color: #DDDDDD;
	text-decoration: none;
}


#logo_left {

float: left; 
}

#text {
float: left;
width: 300px;
margin-left: 30px;
margin-top: 1px;
}
#vimeolink {
margin-left: 25px;
margin-top: 15px;
float:left;
}
#adress {
float: right;
}
#impressum {
position: absolute;
right: 0px;
bottom: -12px;

}

/* Background slides */
#slideshow {
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}