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

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

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

/* ### Logo ################################################################# */
#logo {
	display: none;
}

/* ### Header ############################################################### */
#header {
	background:#b8c8e0 url(bg_header_winter.gif) 0px 0 no-repeat;
	color: #c4c4c4;
	height:110px;
}

#nav-header {
	position:absolute;
	left:339px;
	top:30px;
}

/* ---------------- 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-image: url(start_teaser_winter.jpg);
	background-repeat: no-repeat;
}

/* ### Start-block Background ################################################# */

#main-block {
	/*background-color: #37444f;*/
	min-height: 580px;
}

* html body #main-block { height: 580px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:150px;
}

