


body{
	background-color: #000;
	margin-top: 150px;
	opacity: 0;
}


a {
	color: #6c0;
	text-decoration: none;
}

p {
	font-family: Arial, sans-serif;
	font-weight: lighter;
	text-align: right;
	font-size: 12px;
	color: #7d7d7d;
	padding: 10px 15px;
}

.email{
	color: #36d000;
	text-decoration: none;
}

.visualise {
	padding-top:85px ;
	color: #fff;
}

#container{
	width: 850px;
	height: 500px;
	margin: auto;
	xx-overflow: hidden;
}


.toggler { 

width: 850px; 
height: 400px; 

}

li {
	font-family: Arial;
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 10px;
	width: 80px;
}

.togglerb {
	opacity: 0;
	height: 20px;
	background-color: #000 ;
	color: #333;
	margin-right: 30px;
	}


.togglerb p{
	color: #333;
	padding: 2px;	
	text-align: left;
	margin: 0px;
	}


#footer{
	
	background-color: #000;
	clear: both;
	height: 180px;
	padding-top: 10px;
	margin-left: 130px;
	width: 600px;
	
}


#imprint{
	display: none;
	margin-left: 30px;
	height:150px;
	width: 570px;
	z-index: -2;
	background-color: #000;
}

#imprint p{
	color: #444;
	margin: 0px;
	text-align: left;
	font-weight: lighter;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

.tax {
	float: left;
	width: 150px;
	
}

.address{
	float: left;
	width: 150px;
}


#slide {

	width: 400px; 
	height: 400px;  
	position: relative;
	left: 100px;
	background: url(../images/logo.png) no-repeat;
	background-position: top right;
	background-color: #000;
}

.engine{
	position: absolute;
	display: none;
	left: -10000;
}

#content{
	padding-top: 300px;
	width: 290px;
	height: 50px;
	text-align: right;
	float: right;
}


#viewer{
	opacity: 0;
	width: 300px;
	height: 400px;
	background-color: #000;
	float: left;
    position: relative;
	left: 200px;
	top: -590px;
	z-index: -1;
	x-background-image: url(../images/data1.png);
}


