body {
	background-color: #4D4F5A;
	background-image: url(../images/bg-img-kachel-bogen.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

h3 {
	color: #EFE6A9;
}

a {
	color: #EFE6A9;
}

a:hover {
	color: #AAA;
}

table.legende {
	border: 1px solid #9496A6;
}

fieldset, #main-menu div a, #sub-menu, #col-left, #col-right, .content-header, .item  {
	background-color: #761727;
	border: 1px solid #9496A6;
}

form fieldset fieldset {
	border-top: 1px solid #9496A6;
}

body.js .item-content-collapse h4 {
	color: #EFE6A9;
	background: transparent url(../images/b-collaps-h4-bg.gif) no-repeat left center;
}

body.js .item-content-collapse h4.open {
	color: #EFE6A9;
	background: transparent url(../images/b-collaps-h4-open-bg.gif) no-repeat left center;
}

#container {
	background-image: url(../images/logo-bogen.gif);
	background-position: 0px 26px;
	background-repeat: no-repeat;
}

#main-menu div a:hover, #main-menu div a.active {
	background-color: #EFE6A9;
	color: #1B3153;
}

/*
gleiche Farbe wie Hintergrund, sonst springt es herum
*/

#sub-menu a {
	border-top: 1px solid #761727;
	border-bottom: 1px solid #761727;
}

#sub-menu a:hover, #sub-menu a.active {
	background-color:  #EFE6A9;
	color: #1B3153;
	border-top: 1px solid #9496A6;
	border-bottom: 1px solid #9496A6;
}

div.thumb-pdf a {
	background-image: url(../images/thumb-pdf-b.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#toplink a {
	background-image: url(../images/thumb-top1-b.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.company-video-container {
  position: relative;
}

a.company-video {
  position: absolute;
  right: 20px;
  top: 35px;
  width: 145px;
  height: 45px;
  display: block;
  background: transparent url(../images/video-banner.png) no-repeat right top;
  text-indent: -24000px;
}

/* MSIE 6 Hack */
* html a.company-video {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/ui/images/video-banner.png', sizingMethod='scale');
}