#lucassmile {
	position: absolute;
	left: 110px;
	top: 100px;
}

#headline {
	position: absolute;
	left: 470px;
	top: 100px;
	font-size: 24px;
	line-height: 1.3em;
}

#lucaslogo {
	position: absolute;
	left: 470px;
	top: 50px;
}

#klappe {
	position: absolute;
	left: 720px;
	top: 30px;
	cursor:pointer;
}

#spalte1 {
	position: absolute;
	left: 470px;
	top: 140px;
	width: 220px;
	height: 350px;
/*	border-color: grey;
   	border-width:1px;
  	border-style:solid;*/
}

#spalte2 {
	position: absolute;
	left: 720px;
	top: 140px;
	width: 220px;
	height: 230px;
/*	border-color: grey;
   	border-width:1px;
  	border-style:solid;*/
}

#ticker {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #ff9900;
/*	border-color: grey;
   	border-width:1px;
  	border-style:solid;*/
	width: 850px;
	overflow:hidden;
	height: 20px;
}

#tickertext {
	position: absolute;
	font-size:14px;
	font-weight: bold;
	width:2000px;
	right:140px;
}

a {
	color:#ff9900;
}
