/* Layout Blank */
div#top {
	background: url(../images/layout_startseite/bg_top.jpg) no-repeat;
}
div#middle_wrapper {
	background: url(../images/layout_startseite/bg_middle_wrapper.jpg) repeat-y;
}
div#middle {
	background: url(../images/layout_startseite/bg_middle.jpg) no-repeat;
}
div#bottom {
	background: url(../images/layout_startseite/bg_bottom.jpg) no-repeat;
}

/* Farbe Breadcrumb */
div#breadcrumbs a {
	color: #fff;
}
div#breadcrumbs span {
	color: #fff;
}




/* Navigation */
div#subnavi span {
	color: #fff;
}
div#subnavi a {
	color: #fff;	
	background: url(../images/bg_navigation_link.png) no-repeat 0 8px;	
}
div#subnavi a.current {
	color: #F9BD32;
	background: url(../images/bg_navigation_link_current.png) no-repeat 0 8px;
}
div#subnavi a:hover {
	color: #F9BD32;
	background: url(../images/bg_navigation_link_current.png) no-repeat 0 8px;
}
div#subsubnavi a {	
	color: #fff;	
	background: url(../images/bg_navigation_link.png) no-repeat 0 8px;
}
div#subsubnavi a.current {
	color: #F9BD32;
	background: url(../images/bg_navigation_link_current.png) no-repeat 0 8px;
}
div#subsubnavi a:hover {
	color: #F9BD32;
	background: url(../images/bg_navigation_link_current.png) no-repeat 0 8px;
}



div#middle {
	color: #fff;
}
div#content_text * {
	color: #fff;
}
div#content_text {
	color: #fff;
}
div#content_text form input, 
div#content_text form select,
div#content_text form select option,
div#content_text form textarea{
  color: #000;
  
}
div#content_text form input {

  PADDING: 2px 0 0 1px;
  height:18px;
}
div#content_text form select {
  height:18px;
}
div#content_text a:hover {
	color: #F9BD32;
}


div#content_text div.box_content_klein a {
  color:#7A0408;
  font-size:12px;
  margin: 0 0 2px 0;

}
div#content_text div.box_content_klein span {
  color:#000;
  font-size:12px; 
  display:block;
  font-weight:bold;
 /* height:40px;*/
}

/* Messen */
table#messen {
  font-weight:bold;  
}
table#messen td {
  background:#fff;
  color:#000;
}
table#messen td a {
  background:#fff;
  color:#AF1F24;
}

div#content_text form .button_form_next:hover{
   color: #F9BD32;
}
div#content_text form .button_form_next{
  background: #002244 url(../images/btn_formular_next.jpg) no-repeat 3px 4px;
  padding: 0px 7px 0 20px;         
  display:inline-block; 
  border: 1px solid #1f4065;
  width: 95px;
  text-align:right;
  cursor:pointer;
  font-size: 12px;    
  color:#fff; 
}  
div#content_text form .button_form_prev:hover{
   color: #F9BD32;
}
div#content_text form .button_form_prev{
  background: #002244 url(../images/btn_formular_prev.jpg) no-repeat 3px 4px;
  padding: 0px 7px 0 20px;         
  display:inline-block; 
  border: 1px solid #1f4065;
  width: 95px;
  text-align:right;
  cursor:pointer;
  font-size: 12px;
  color:#fff;     
}  



