
/* ### Logo ################################################################# */
#logo {
    float:left;
	position:relative;
	background-position: 20px 20px;
	background-image: url(cos_logo.gif);
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	margin-top: 15px;
	margin-left: 15px;
	height:70px;
	width:170px;
	color:#fff;
	text-indent:-700em;
}

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

#header {
	/*background:#ffffff url(bg_header.gif) 210px 0 no-repeat;*/
	color: #c4c4c4;
}

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

#main-teaser {
	text-indent:-700em;
	height: 1px;
    border-top: 1px solid #777;
/*	background-position: 0px 0px;
	background-image: url(teaser5b.jpg);
	background-repeat: no-repeat;
*/
}

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

#main-block {
	/*background-image: url(linie_start_block.gif);
	background-position: 317px 217px;
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	min-height: 580px;
}

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


