@charset "utf-8";
/* CSS Document */
#page{
	width:850px;
	height:620px;
	margin:auto;
	font-family:Futura, Verdana, Geneva, sans-serif;
	font-weight:lighter;
	background:url(../Bilder/logo.png) bottom left no-repeat #FFF;
}

#header{
		color:#c3d2da;
		min-height:70px;
		height:70px;
		max-height:70px;
		width:100%;
		font-size:50pt;		
		text-align:center;
		padding-top:70px;
		padding-bottom:70px;
}

#leer{
	min-height:75px;
	height:75px;
}
#content{
	padding-bottom:50px;
	min-height:285px;
	height:285px;
}
#footer{}