@import url(menu_main_fan.css);
@import url(news_phil_latest.css);
@import url(content.css);


/* fuer alle HTML-Elemente */
* { margin: 0; padding: 0 }
/* Korrektur fuer Selectboxen */
option { padding-left: 0.4em }

body, html {
	scrollbar-face-color		: #E8EAEA;
	scrollbar-3dlight-color		: #E8EAEA;
	scrollbar-shadow-color		: #E8EAEA;
	scrollbar-track-color		: #dee1e1;
	scrollbar-highlight-color	: #E8EAEA;
	scrollbar-arrow-color		: #333366;
	scrollbar-darkshadow-color	: #333366;
	
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	
	/* Zentrierung im Internet Explorer */
	position: relative;
	text-align: center;	
	}

	
#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;      /* standardkonforme horizontale Zentrierung */
	position: relative;
	width: 865px;
	}

/************ LAYER ************/
#logo {
	position: absolute; top: 53px; left: 0px; 
	}
#erleben {
	position: absolute; top: 68px; left: 476px; 
	}
#Menu_main { 
	position: absolute; top: 156px; left: 0px; width: 195px;
	font-size: 16px; font-weight: bold; font-color: #04314E; background: url(images/nav_main_top.jpg) 6px 21px no-repeat;
	}
	#left { 
	margin: 20px 0 0 0; background: url(images/bg_rueckruf.jpg) 0 0 no-repeat; height: 150px; padding: 15px 0 0 17px;
	}
	#left input { color: #000; background-color: #fff; border: 1px ridge #3c3c3c; }
	#left form table tr td { font-size: 0.7em; padding: 0px 0 1px 0px; text-align: right; }
	#left .csc-form-fieldcell input { font-size: 0.95em; }
	#left .csc-mailform-submit { border: 0px solid #fff; color: #fff; background-color: transparent; }
	#left .csc-mailform-fields { margin: 0 0 0 5px; }
	
#slideshow { 
	position: absolute; top: 177px; left: 195px; width: 670px; height: 288px; background: url(redakteure/images/slideshow/alternative.jpg) 0 0 no-repeat; /* wenn Flash-Plugin fehlt */
	}

/************ HEADER ************/
#header {
	height: 483px;
	}

/************ MIDDLE ************/
#middle {
	/* background: url(images/bg_middle.gif) 0 0 repeat-y; */
	}
#middle_left {
	float: left; width: 195px; padding: 0px 0px 0 0px; height: 100px;
	}
#middle_right {
	float: right; width: 168px; padding: 0px 0px 0px 0px; margin: 0 0px 0 27px;
	}
#middle_center {
	width: auto; padding: 0px 0px 15px 0px; 
	}
	/* table in middle_center */
	.content_normal { height: 230px; }

/************ FOOTER ************/


/******************************/

#drucken {
	text-align: right; padding: 15px 0 0 0;
	}

