body {
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet ms, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4d5052;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#wrapper{
	position:absolute;
    left:50%;
	width: 1040px; 
	margin-left:-520px; /* hälfte der breite*/
}

#logo{
	position:absolute;
	width:204px;
	height:176px;
	top:0px;
	right:0px;
	padding: 0px 45px 0px 0px;
	z-index:2000;
}


#content-wrapper{
	float:right;
	padding:0px;
	width:895px;
}

#navigation {
	position:relative;
	float: right;
	padding-right:317px;
	width:550px;
	height:30px;
	z-index:1000;
	margin-top:133px;
	z-index:4000;
}

#slide{
	float:left;
	width:100%;
	padding-top:0px;
	height:150px;
}



#viardi-sld{
	position:absolute;
	top: 0px;
	left: -240px;
	width: 785px;
	height:835px;
	background:url(../images/sld_perspektive.png) no-repeat left -15px;
	z-index:1000;
}	


#automat{
	position:absolute;
	top: 45px;
	left: -280px;
	width: 785px;
	height:835px;
	background-image:url(../images/3e.png);
	background-repeat: no-repeat;
	z-index:1000;
}	

#automat-silhuette{
	position:absolute;
	top: 45px;
	left: -280px;
	width: 785px;
	height:835px;
	background-image:url(../images/3e-silhuette.png);
	background-repeat: no-repeat;
	z-index:1000;
}	

#automat-silhuette-aktiv{
	position:absolute;
	top: 45px;
	left: -280px;
	width: 785px;
	height:835px;
	background-image:url(../images/3e-silhuette-aktiv.png);
	background-repeat: no-repeat;
	z-index:1000;
}	

#automat-links{
	position:absolute;
	top: 270px;
	right: -130px;
	width: 500px;
	height:619px;
	background-image:url(../images/automat-rund.png);
	background-repeat: no-repeat;
	z-index:1000;
}	

#traggestell-links{
	position:absolute;
	top: 320px;
	right: -230px;
	width: 600px;
	height:619px;
	background-image:url(../images/traggestell.png);
	background-repeat: no-repeat;
	z-index:1000;
}	

#automat-rechts{
	position:absolute;
	top: -25px;
	left: -460px;
	width: 785px;
	height:935px;
	background:url(../images/automat_lcd_vorn.png) no-repeat left 80px;
	/*
	background-image:url(../images/automat-rechteck.png);
	background-repeat: no-repeat;
	*/
	z-index:1000;
}

#headline{
	position:relative;
	float:left;
	width:485px;
	height:30px;
	padding: 40px 55px 0px;
	font-size:18px;
	color:#000000;
	z-index:2000;
}

#content{
	position:relative;
	float:left;
	width:485px;
	padding: 40px 55px 0px;
	text-align:justify;
	color:#686868;
	z-index:3000;
}

#image{
	float:right;
	width:299px;
	height:625px;
	padding-top: 8px;
	background-image:url(../images/image-bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	
}

#image img{
	border:1px solid #cccccc;
}

#footer{
	position:absolute;
	left:50%;
	margin-left:-420px; /* hälfte der breite*/
	padding-left:100px;
	width:550px;
	height:30px;
	z-index:1000;
	bottom:5px;
	z-index:4000;
}

#impress{
	
}

#impress a{
	color:#ffffff;
	text-decoration:none;
	background: none;
}

#copyright{
	float:left;
	width:450px;
	height:15px;
	text-align:right;
	color:#ffffff;
}


h1{
	font-size:18px;
	font-weight:normal;
	color:#000000;
}

h2{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.text{
	background-image:url(../images/point-grey.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#content a:link, #content a:visited{
	color:#921b1b;
	text-decoration:none;
}

#content a:hover, #content a:active{
	color:#ff0000;
}

#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	color:#ff0000;
}


/*Start Navigation*/ 

.menu { 
	height: 22px;
	display: block;
}

.menu>ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 8px;
}

.menu>ul>li {
	/* width and height of the menu items */  
	float: left;
	/*overflow: hidden;*/
	position: relative;
	text-align: center;
	line-height: 22px;
}

.menu>ul>li>a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	padding: 0px 25px 0px 20px;
}

.menu>ul>li>a>span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width:100%;
}


a.current{
	top: 0px;
	background: #3d4143;
	color: #ffffff;
	height: 20px;
	padding:0;
	position: relative;
}

span.over{
	display:none;
	top: 0px;
	background: #3d4143;
	color: #ffffff;
}
/*End Navigation*/ 

/*  up slider */


ul.slide  {
	bottom: 24px ;
	display: none ;
	left: -20px;
	position: absolute;
    z-index:200;
	list-style-position: inside
}

ul.slide>li{
    display: block ;
	text-align:left;
}
 
ul.slide>li>a {
	display: block ;
	color:#3d4143;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
}


