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

#header {
	position:relative;
	background-position: 20px 20px;
	background-image: url(cos_logo.gif);
	background-repeat: no-repeat;
	color: #c4c4c4;
}

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

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

#main-teaser {
	text-indent:-700em;
	height: 180px;
}

#main-teaser {
	background-position: 0px 0px;
	background-image: url(teaser.jpg);
	background-repeat: no-repeat;
}

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

#main-block {
	background-color: #ffffff;
	min-height: 580px;
}

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


