/*******************************************************************************

	Project		:	Haseldorfer Hof
	Copyright	:	

*******************************************************************************/

/* ### Logo ################################################################# */
#logo { 
	position: absolute;
	top: 20px;
	right: 105px;
	background-image: url(haseldorferhof_logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a { 
	display: block;
	height: 150px;
	width: 500px;
}

/* ### Telefonnummer ######################################################### */
#telefon { 
	position: absolute;
	top: 205px;
	right: 10px;
	height: 14px;
	color:#330033;
	text-decoration:bold;
	font-size: 13px;
}

/* ### Header ############################################################### */

#header { 
	color: #ffffcc;
}

#nav-header { 
	position: absolute;
	left: 210px;
	bottom: 18px;
}

/* ### Teaser ############################################################### */

#main-teaser { 
	background: url(main_teaser.jpg) no-repeat;
}

/* ### Main-block Background ################################################# */

#main-block { 
	background-color: #FFFFFF;
	padding-bottom: 0px;
}


