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

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

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:68px;
	right:237px;
	border: 1px solid #37444f;
	background-image: url(redaxo_logo_klein.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 103px;
	height: 55px;
}

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

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

#header {
	color: #CC0000;
	height: 297px;
	background-image: url(header.jpg);
}
#header_link	{
	width: 200px;
	height: 50px;
	left: 230px;
	top: 240px;
	position: absolute;
}
#header_img	{
	width: 391px;
	height: 226px;
	left: 457px;
	top: 29px;
	position: absolute;
	background-image: url(bild1.jpg);

}

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

/* ### Teaser ############################################################### */

#main-teaser {

}

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

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

