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

	Project		:	Redaxo 
	Copyright	:	Design - DiGiTAL-SiGN.de

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:40px;
	left:57px;
	background-image: url(175x116_logo_oben.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

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

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

#header {
	background:#6A6964 url(798x208px_head_start.png) 0px 0 no-repeat;
	color: #c4c4c4;
}
#header2 {
	background:#6A6964 url(798x208px_head_01.png) 0px 0 no-repeat;
	color: #c4c4c4;
}
#header3 {
	background:#6A6964 url(798x208px_head_02.png) 0px 0 no-repeat;
	color: #c4c4c4;
}
#header4 {
	background:#6A6964 url(798x208px_head_03.png) 0px 0 no-repeat;
	color: #c4c4c4;
}

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

#nav-headerimg {
	position:absolute;
	left:288px;
	bottom:10px;
}

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

#main-teaser {
	/*background:url(main_teaser.jpg) no-repeat;*/
}

/* ### Linien ############################################################### */
#main-linieoben{
	width: 100%;
	height: 10px;
	background-color:#E71B4C;
}
#main-linieunten{
	width: 100%;
	height: 30px;
	background-color:#E71B4C;
}

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

#main-block {
	/*background-image: url(linie_main_block.gif);
	background-position: 627px 0;
	background-repeat: repeat-y;
	background-color: #465762;*/
	padding-bottom: 20px;
}

