		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 331px;
			width: 104px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-left: 1px solid #ffffff;
			cursor: default;
			margin: 0 0 0 0;
		}


  .toggle_motorrad {
			background: url(../img/home/01_motorrad_klein.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_formel1 {
			background: url(../img/home/02_formel1_klein.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_arbeitsschutz {
			background: url(../img/home/03_arbeitsschutz_klein.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_feuerwehr {
			background: url(../img/home/04_feuerwehr_klein.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_motorrad_en {
			background: url(../img/home/01_motorrad_klein_en.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_formel1_en {
			background: url(../img/home/02_formel1_klein_en.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_arbeitsschutz_en {
			background: url(../img/home/03_arbeitsschutz_klein_en.jpg) no-repeat top left #b6c5d7;
		}
  .toggle_feuerwehr_en {
			background: url(../img/home/04_feuerwehr_klein_en.jpg) no-repeat top left #b6c5d7;
		}
		
		.horizontal_accordion_toggle_active {
		display:none;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 331px;	/* We need to define a height for the accordion as it stretches the width */
			width: 634px;
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */			
			overflow: hidden;
			background-color: #b6c5d7;
		}
					
					
  /* Container styling*/
  #horizontal_container {
   position:absolute;
   left:6px;
   top:133px;
   width: 960px;
   height: 331px;
   margin: 0;
   overflow:hidden;
   padding:0;
   z-index:5;
  }
