@charset "UTF-8";

@media all
{
  h1, .price{
    color: #f3982f;
  }

	input.button_gross, .bigbutton, input.button_klein, .infobox, .bigboxheader,
  .crtlbtn, #zoomimg, #previmg, #nextimg, #play, #fbBackButton,
  #fbNextButton, #fbZoomButton, #fbDownloadButton{
    background-color: #f3982f !important;
  }

  a.bigbutton:hover, input.button_gross:hover, input.button_klein:hover,
  a#zoomimg:hover, a#previmg:hover, a#nextimg:hover, a#play:hover, a#fbBackButton:hover,
  a#fbNextButton:hover, a#fbZoomButton:hover, a#fbDownloadButton:hover  {
 		   background-color: #f78703 !important;
  }

  h1, hr, select:focus, input:focus, textarea:focus{
    border-color: #f3982f;
  }

	#main {
		background: url(standard/bambus.jpg) 1150px 0 repeat-y;
	}
}

