@import url(menu_reiternav.css);
@import url(menu_main_fan.css);
@import url(content.css);
@import url(news_fan_latest.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 url(images/bg_general_top.gif) 0px 0px repeat-x;
	
	/* Zentrierung im Internet Explorer */
	position: relative;
	text-align: center;	
	}

	
#outer-wrapper {
	text-align: left;
	margin: 11px auto 0 auto;      /* standardkonforme horizontale Zentrierung */
	position: relative;
	width: 950px;
	background: #fff;
	}

/************ LAYER ************/
#logo {
	position: absolute; top: 0px; left: 0px; 
	}
#Menu_reiternav { 
	position: absolute; top: 49px; left: 0px; width: 692px; text-align: right; 
	}
#Menu_main { 
	position: absolute; top: 129px; left: 0px; width: 193px;
	border-top: 1px dotted #C1C3C5;
	}
		
/************ HEADER ************/
#header {
	height: 129px; margin: 0 0 0 206px; background: url(images/bg_header.jpg) 0px 0 repeat-x;
	}

/************ MIDDLE ************/
#middle {
	padding: 0px 0 0 0;
	}
/*
#middle_left {
	float: left; width: 219px; padding: 0px 0px 0 0px; 
	}
*/
#middle_right {
	float: right; width: 170px; padding: 0px 0px 0px 20px; margin: 0px 0px 0 40px; border-top: 42px solid #fff;
	}	
#middle_center {
	width: auto; padding: 0px 0px 30px 0px; border-top: 1px dotted #C1C3C5; margin: 0 0 0 206px;
	}
	/* table in middle_center */
	.content_normal { height: 370px; }
	
/************ FOOTER ************/
#footer {
	clear: both;
	margin: 0 0px 0 0px;
	}		
#footer_center {	
	padding: 10px 0px 20px 0; font-size: 11px; font-weight: normal; color: #606a70; border-top: 1px dotted #C1C3C5;
	}
	
	
	
	
/* default styles for extension "tx_cssstyledcontent" */
	/* Bug fehlender Space unter img im IE */
	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; margin-bottom: 10px; }


