/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	display: none;
}

/* ### Header ############################################################### */
#header {
	background:#004A94 url(start_bg_header.gif) top fixed no-repeat;
	color: #c4c4c4;
	height: 153px;

	
}

#nav-header {
	position:block;
	left:300px;
	top:10px;

}

/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	margin:0px 20px;
	font-size:1.2em;
	text-transform:uppercase;
}

ul.nav1st li {
	display: block;
	padding:5px 0;
	color:#37444f;



}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#ffffff;
	background: inherit;
	padding: 5px 5;
}

ul.nav1st a:hover {
	color:#3744f;
	background: inherit;
	padding: 5px 5;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 5px 5;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 5px 5;
}
/* ### Teaser ############################################################### */

#main-teaser {
	background-image: url(start_teaser.jpg);
	background-repeat: no-repeat;
	height: 217px;
}

/* ### Start-block Background ################################################# */

#main-block {
	background-image: url(linie_start_block.gif);
	background-position: 0px 217px;
	background-repeat: repeat-y;
	background-color: #004A94;
	min-height: 540px;
}

* html body #main-block { height: 540px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:40px;
}


