body, html {

	position: relative;

	text-align: center;

	width: 100%;

	height: 101%;

	font: normal 100.01% Calibiri, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#723216;
	background:#FFF;
	line-height:18px;
	/*IE-fix fuer li:hover*/
	behavior: url('fileadmin/js/csshover3.htc'); 
}
A { 
	color: #FFF; 
	text-decoration: underline; 
	font-weight:bold;
}
#outer-wrapper {
	/*border:1px solid #FFF;*/
	position: relative;

	z-index: 0;

	text-align: left;

	margin: 2em auto;

	height: 520px;
	width:960px;
	/*padding:0 264px 0 261px;*/
	padding:0;
	/*background: #CCC;*/

}
/* IE6-Hack  nur IE liest die nachfolgende Anweisung! */
*html #outer-wrapper{
	padding:0;
	width:960px;
}
/* IE7-Hack  nur IE liest die nachfolgende Anweisung!*/ 
*+html #outer-wrapper{
	padding:0;
	width:960px;
	/*border:1px solid #FF0000;*/
	
}
#header {
	height: 113px;
	background:#D6D77A url(../img/elem/bg_top.gif) no-repeat;
	border-bottom:3px solid #FFF;
}
#middle {
	
	/*background: #CED355;*/
	height:186px;
	border-bottom:2px solid #FFF;
}
#content-wrapper{
	background: #A9BCCB;
	/*fix IE bug min-height*/
	height:auto !important;
	height:216px;
	min-height: 216px;
	padding-bottom:10px;
}

#left {
	float: left;
	width: 615px;
	padding:10px 0 10px 25px;
	/*border:1px solid #FF0000;*/
}

#right{
	float:right;
	width: 278px;
	padding:10px 16px 10px 0;
	/*border:1px solid #FF0000;*/
}
#right-menu{
	display:none;
}
.cleaner {

	clear:both;


}
#page_Ziel_Kriterien .csc-textpic-clear,
#page_Initiatoren .csc-textpic-clear{
clear:right;
}
