html, body{
	height:0px;
}

body {
	background-color: rgb(0, 151, 169); 
	color: rgb(85, 85, 85); 
	text-align: center; 
	font-size:9pt;
	font-family:  Arial,sans-serif;
	line-height: 19px;
	background-image: url("../img/ct-baum.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

a, a:visited {
	color: rgb(85, 85, 85); 
}
 
 h1{
	padding-top:15px;
	padding-bottom:15px;
	font-size: 60px;
	text-align: center;
	text-shadow: 0px -1px 1px rgb(102, 102, 102), 0px 1px 1px rgb(255, 255, 255);
	color: rgb(204, 204, 204);
 }
 
#main{
	box-shadow: 0px 0px 5px rgb(68, 68, 68);
	background-color:rgb(255, 255, 255);
	width:940px;
	margin:auto;
	margin-top:150px;
	padding:20px;
}

#footer{
	box-shadow: 0px 0px 5px rgb(68, 68, 68);
	background-color:rgb(255, 255, 255);
	width:940px;
	margin:auto;
	margin-top:25px;
	padding:20px;
}

#headline{
	height:100px;
	padding-left:6%;
}

#headline h1{
	width: 50%;
	text-align: right;
	float:left;
	font-size: 34px;
}
#headline div{
	padding-top: 11px;
	width: 50%;
	text-align: left;
	float:right;
}
#headline div img{
	padding-left: 6px;
}