 

@CHARSET "UTF-8";

#wrapper {
	position:relative;
	width: 950px;
	margin: 0 auto 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#page {
	margin: 0 0 0 0;
}

#header {
	position: relative;
	height: 265px;
	background: url(../images/header.jpg) no-repeat;
	overflow:hidden;
}

#center_col {
	background: url(../images/content_bg.jpg) right 88px no-repeat;
	min-height:505px;
	padding: 0 0 40px 0;
}



#left_col {
	float: left;
	width: 244px;
	background:transparent;
	margin: 0 0 50px 0;
}
#sidebar{
	float:left;
	width:244px;
	height:415px;
	background: url(../images/left_sidebar.jpg) no-repeat;
}
/* 
	EINSTELLUNGEN FÜR EINSPALTIGES ALYOUT
*/
#main {
	width: 100%;
}
#main #left_col {display:none}
#main #right_col {display:none}
/* EOF EINSPALTIG */


/* 
	EINSTELLUNGEN FÜR ZWEISPALTIGES LAYOUT (left_col, center_col) 
*/
#main_2_col_left #center_col {
	margin: 0 0 0 244px;
}
#main_2_col_left #right_col {display:none}
/* EOF ZWEISPALTIG LINKS */
#main_2_col_left {
	overflow:hidden;
}



/* 
	EINSTELLUNGEN FÜR ZWEISPALTIGES LAYOUT (right_col, center_col) 
*/
#main_2_col_right #center_col {
	margin: 0 225px 0 0;
}
#main_2_col_right #left_col {display:none}
/* EOF ZWEISPALTIG LINKS */



/* 
	EINSTELLUNGEN FÜR DREISPALTIGES ALYOUT
*/
#main_3_col #center_col {
	margin: 0 225px 0 225px;
	padding: 25px;
	background: #e5e5e5;
}


#footer {
	clear:both;
	position: absolute;
	position: bottom;
	bottom: 0;
	width: 950px;
	height: 50px;
}
#footer_pic{
	width: 244px;
	height: 43px;
	background: url(../images/left_bottom.jpg) no-repeat left top #ccd4dc;
}
#footer_bottom{
	width: 950px;
	height: 7px;
	background-color:#133a66;
}
#logo{
	position:absolute;
	width: 177px;
	height: 97px;
	background: url(../images/logo.jpg) no-repeat;
	margin: 27px 0 0 35px;
	text-decoration:none;
}

