#header {
	height : 240px;
	background-color : #7C9AA4;
	position : relative;
	
	background-repeat : no-repeat;
}

#logo_1 {
	width : 203px;
	height : 56px;

	position: absolute;
	right: 0px;
	top : 0px;
	
	background-image : url( '/img/logo/header_klein.gif' );
	background-repeat : no-repeat;
}

#logo_2 {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#logo_2 h1 {
	font-weight : normal;
	font-size : 36px;
	color : #ffffff;
	line-height : 36px;
	margin : 0px;
}

#logo_2 h2 {
	font-weight : normal;
	font-size : 18px;
	color : #ffff00;
	line-height : 18px;
	margin : 0px;
}