/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	right:10px;
/*	border: 0px solid #37444f;
	background-image: url(ausseerland_klein.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
*/
}

#logo a {
	display:block;
	height:80px;
	width:165px;
	text-indent:-750em;
}

/* ### Header ############################################################### */

#header {
	background:#b8c8e0;
	background-image: url(bg_header_winter.gif);
	background-repeat: no-repeat; 
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:210px;
	bottom:8px;
}

/* ---------------- Golf ------------------------------------ */

#golf {
	width:120px;
	min-height: 100px;
	margin: 25px 0 0 40px;
}

/* ---------------- Wetter ------------------------------------ */

#wetter {
	width:120px;
	min-height: 100px;
	margin: 25px 0 0 40px;
}

/* ---------------- Altaussee ------------------------------------ */

#altaussee {
	width:120px;
	min-height: 100px;
	margin: 20px 0 0 30px;
}
/* ### Teaser ############################################################### */

#main-teaser  { background:url(main_teaser.jpg) no-repeat; }
#main-teaser8 { background:url(main_teaser_sommer.jpg) no-repeat; }
#main-teaser9 { background:url(main_teaser.jpg) no-repeat; }
#main-teaser10 { background:url(main_teaser_golf.jpg) no-repeat; }

/* ### Main-block Background ################################################# */

#main-block {
	padding-bottom: 40px;
}

