/* Bereiche ausblenden */
#mini_menu, #footer_menu, #tag_cloud, #start_content_img  {
	display: none;
}

/* Body */
body {
   font: 9pt Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   background: #ffffff;
   padding: 0;
   margin: 0;
   width: 100% !important;
   height: 100% !important;
}



/* header */
#header_banner h1 {
	text-align: left;
	font-size: 21pt;
	padding-top: 0px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -0,5px;
	font-family: Helvetica, Arial;
}


/* Menü oben Register + Ebene 2 */
#nav {
    clear: both;
    width: 600px;
    margin: auto;
    padding-left: 0px !important;
	float: left;
	margin-top: 10px !important;
}
#nav li a.active_navi .button_mainnavi_middle {
    color: #ff881b;
}
#header_menu_level2_items {
	height: 23px;
	margin-left: 0px !important;
	color: #677588;
	padding-left: 0px;
	width: 600px;
	margin-right: 0px;
	float: left;
}



/* gesamter content Bereich */
#content{
	width: 600px; /*780px;*/
	padding-bottom: 10px;
	background: #ffffff;
	float: none !important;
	clear: both;
	min-height: 370px;
	overflow: visible;
}
/* Textbereich */
#content_text {
	/*float: left;*/
 	margin-left: 40px;
	padding-top: 20px;
	width: 600px;
	overflow: visible;
}
#content_text p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	overflow: visible;
}
#content_text ul {
	overflow: visible;
}
/* Bild rechts Inhaltsbereich*/
#content_img {
	padding-top: 20px;
	width: 330px;
	margin-left: 40px;
	text-align: left;
	overflow: visible;
	clear: both;
}



/****Startseite Grafik mit Text ******/
#footer_pics {
  margin-top: 23px;
  height: 295px;
  margin: auto;
  width: 600px;
  padding-top:22px;
}
/** Text A***/
#text_a {
	color: #687588;
	margin-left: 20px;
	width: 190px;
	font-size: 11px; 
	border: solid 0px black; 
	float: left;
	padding-bottom: 30px;
}
/**Text b**/
#text_b {
	color: #687588;
	margin-left: 20px;
	width: 190px;
	font-size: 11px; 
	border: solid 0px green;
	float: left;
	padding-left: 0px;
	padding-bottom: 30px;
}
/**Text c**/
#text_c {
	color: #687588;
	margin-left: 20px;
	width: 190px;
	font-size: 11px; 
	float: left;
	padding-left: 0px;
	padding-bottom: 30px;
}
/**Text d newsbereich**/
#text_d {
	color: #687588;
	margin-left: 15px;
	width: 190px;
	font-size: 11px; 
	float: left;
	padding-left: 0px;
	padding-bottom: 30px;
}



/* Accordion Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#475425;
  line-height: 26px;
  height: 23px;
  background: #ecf0f1 url(../img/pfeil_open.gif) 5px center no-repeat;
  border-top:1px solid #ffffff;
  padding:2px 0px 2px 0px;
  margin-right:32px;
  cursor:pointer;
}
/* Toggle act item */
h3.act {
  /*color:#edf2f7;*/
  color: #475425;
  background: #ecf0f1;
}
/* Accordion the content */
div.rgaccord1-content{
  padding-left: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 550px;
}
h3.act div.rgaccord1-nest div {
	overflow: visible !important;
}


