@charset "UTF-8";

#page {
	min-height: 100%;
	height:auto !important;
	height:100%;
	position:relative;
}


/* IE Win < 7 only \*/
* html #page {
	height:100%;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding:0 0 115px 0;
	position:relative;
	z-index:5;
	background: url(../images_intro//rep_content.png) repeat-y;
}


#header {
	position: relative;
	height: 120px;
	background: url(../images_intro//header.jpg) no-repeat;
	padding:20px 0 0 140px;
}

#logo {
	display:block;
	height: 45px;
	width: 480px;
}
#logo span {
	display:none;
}

#center_col {
	padding: 0 18px 130px 18px;
	min-height:370px;
	position:relative;
}

#right_col {
	float: right;
	width: 180px;
	padding: 25px 10px 0 10px;
}

#left_col {
	float: left;
	width: 180px;
	padding: 25px 10px 0 10px;
}


/* 
	EINSTELLUNGEN FÜR EINSPALTIGES LAYOUT
*/
.main {
}
#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 225px;
}
#main_2_col_left #right_col {display:none}
/* EOF ZWEISPALTIG LINKS */




/* 
	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 LAYOUT
*/
#main_3_col #center_col {
	width: 494px;
	margin: 0 200px 0 200px;
}



#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:105px;
	background:url(../images_intro//bg_bottom.jpg) repeat-x;
	padding:103px 0 0 0;
}
#footer_content {
	width: 1000px;
	height:105px;
	margin: 0 auto;
	background:url(../images_intro//footer.jpg) no-repeat;
	position:relative;
	z-index:5;
}
#footer p {
	color:#f2c3cb;
	font-size:11px;
	line-height:15px;
	margin-top:15px;
	text-align:center;
}
