/* @group neutral */
#neutral {
	width: 962px;
}
#neutral h1 {
	position:relative;
	text-align:center;
	top: 13px;
	}
#neutral .trenner { 
	background-image: url(../images/trenner-grau-300px.png);
	background-repeat:no-repeat;
	background-position:center;
	border: none;
	height:30px;
	margin-top: 10px;
}

#neutral .tab-ag-header {
	position: relative; 
	width:475px;
	height: 50px;
	background-image: url(../images/tab_agentur_inactive.png);
	background-repeat:no-repeat;
	float: left;
}
#neutral .tab-ak-header {
	position: relative; 
	width:475px;
	height: 50px;
	background-image: url(../images/tab_akademie_inactive.png);
	background-repeat:no-repeat;
	float: right;
	clear: none;
	right: 0;
}

#neutral .content-box {
	clear: both;
}

/* content */
#neutral #content {
	width: 745px;
}

#neutral #content div.header { 
	background-image: url(../images/box-full_top-grey.gif);
	background-repeat:no-repeat;
	height:53px;
	width:690px;
	padding: 0px 35px 0px 20px;
}

#neutral #content div.content {
	background-image: url(../images/box-full-lr.gif);
	background-repeat:repeat-y;
	padding:20px 35px 10px 20px;
	width:690px;
}
#content div.content h1 {
	position:relative;
	margin-top: 10px;
	top: 0px;
	text-align:left;
	font-size: 16px;
	}
/* Footer */
#neutral #content div.footer {
	padding:20px 35px 10px 20px;
	width:690px;
	height:20px;
	background-image: url(../images/box-full_bottom-grey.gif);
	background-repeat:no-repeat;
}
/* @end */

