/* CSS Document */

#start_logo{
	position: absolute;
	left:262px;
	top:84px;
	width:499px;
	height:110px;
	z-index:1;
}
#german {
	position:absolute;
	left:255px;
	top:447px;
	width:405px;
	height:72px;
	z-index:2;
}
#image {
	position:absolute;
	left:696px;
	top:233px;
	width:219px;
	height:304px;
	z-index:3;
	
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: auto;
height: 50px;
border:2px inset #D7FFFF;
padding-left: 18%;
font-size:20px;
background-color:#FFFFFF;
padding-top:10px;

}
#pscroller1 a:hover{
color: #F00;
}

#pscroller2{
width: 350px;
height: 10px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#news {
	position:absolute;
	left:314px;
	top:574px;
	width:286px;
	height:70px;
	z-index:4;
}
