 

@CHARSET "UTF-8";

#wrapper {
	width: 867px;
	margin: 0 auto 0 auto;
}

#page {
	margin: 0 0 0 0;
}

#header {
	position: relative;
	height: 230px;
	background: url(../images/layout/header.gif) no-repeat;
}

#logo {
	float:left;
	position:absolute;
	width:166px;
	height:51px;
	margin:156px 0 0 110px;
}

#center_col {
	float:left;
	height:276px;
	_height:286px;
	width:552px;
	padding:175px 0 0 23px;
	_padding:165px 0 0 23px;
	background: url(../images/layout/bg_content.jpg) no-repeat;
}


#left_col {
	overflow:hidden;
	float: left;
	width:292px;
	height: 451px;
	background: url(../images/layout/bg_leftcol.jpg) no-repeat;
}

/* 
	EINSTELLUNGEN FÜR ZWEISPALTIGES LAYOUT (left_col, center_col) 
*/
#main_2_col_left #center_col {
	margin: 0 0 0 0;
}



