/* ##### LAYOUT ##### */
body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  background-color: #1F1F1F;
}

.container {
  width: 985px;
  margin: 0 auto;
  position: relative;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

a {
  color: #777;
}

a:hover {
  color: #FF3300;
  text-decoration: underline;
}

/* HEADER */
.header {
  height: 160px;
}

.header_bg {
  background: transparent url(images/header_bg.jpg) right bottom no-repeat;
}

.header h1 {
  position: absolute;
  top: 20px;
  left: 0;
}

.header ul.navigation {
  position: absolute;
  z-index: 100;
  top: 15px;
  right: 175px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
}

.header ul.navigation li.head {
  position: relative;
  float: left;
  display: block;
  padding: 10px 15px 9px 14px;
  margin-left: 1px;
  color: #999;
  text-transform: uppercase;
}

.header ul.navigation li.head span {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  display: block;
  margin-right: -1px;
  background-color: #666;
}

.header ul.navigation li.head:hover, .header ul.navigation li.active {
  margin-left: 0;
  padding-left: 15px;
  color: #FFF;
  background-color: #111;
  cursor: default;
}

.header ul.navigation li.head:hover span, .header ul.navigation li.active span {
  display: none;
}

.header ul.navigation li.head ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 14px 9px 15px;
  z-index: 1;
  background-color: #111;
}

.header ul.navigation li.head:hover > ul {
  visibility: visible;
}

.header ul.navigation li.head ul li {
  margin-bottom: 2px;
  text-transform: none;
  white-space: nowrap;
}

.header ul.navigation li.head ul li a {
  color: #999;
}

.header ul.navigation li.head ul li a:hover {
  color: #FF3300;
}

.header .search {
  position: absolute;
  top: 13px;
  right: 0;
}

.header .search form {
  margin-top: 8px;
}

.header .search form input {
  float: left;
}

.header .search form input.field {
  width: 145px;
  height: 17px;
  padding: 3px 5px 0 5px;
  border: 0;
  font-size: 10px;
  color: #777;
  background-color: #3D3D3D;
}

.header .mini_navigation {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 10px;
  color: #666;
}

.header .mini_navigation span {
  margin: 0 3px;
}

.header .mini_navigation a {
  color: #666;
  font-weight: bold;
}

.header .mini_navigation a:hover {
  color: #FF3300;
}

/* COVERFLOW */
.header .coverflow {
  position: absolute;
  width: 545px;
  height: 116px;
  /*
  right: 167px;
  */
  left: 280px;
  bottom: 0;
  /*top: 45px;*/
  overflow: hidden;
  /*
  border: 1px solid blue;
  */
}

.header .coverflow #imageflow {
  position: absolute;
  left: 30px;
  top: 0;
  /*
  border: 1px solid green;
  */
  width: 485px;
  overflow: hidden;
}
.header .coverflow #images {
  position: absolute;
  top: -95px;
  /*right: 10px;*/
  left: -29px;
  width: 485px;  /* this width changes the image size, too */
}
.header .coverflow #images img {
  position:absolute;
  width: 80px;
  height: 160px;
}

.header .coverflow #captions {
  display:none;
}

.header .coverflow #scrollbar{
  display:none;
}

.header .coverflow #loading{
  display: none;
}

.header .coverflow  #scroller-back{
  position:absolute;
  top: 54px;
  left: 0px;
  width: 28px;
  height: 25px;
  background: url(images/coverflow_back_button.gif) 10px 5px no-repeat;
  cursor: pointer;
}

.header .coverflow  #scroller-forward{
  position:absolute;
  top: 54px;
  right: 0px!important;
  width: 28px;
  height: 25px;
  background: url(images/coverflow_forward_button.gif) 10px 5px no-repeat;
  cursor: pointer;
}

.header .coverflow .active-image-overlay{
  position: absolute;
  z-index: 98;
  top: 11px;
  left: 225px; /* 226 is nicer for FF, 225 works in safari, too - todo: safari-specific css? */  
  /*width: 300px;*/ 
  /*width: 270px;*/
  height: 85px;
  padding: 5px 3px 3px 6px;
  background: transparent;
  border: 1px solid transparent; /* neccessary for IE's */
}

.header .coverflow .active-image-overlay .image-spacer {
  width: 80px;
  height: 80px;
  float: left;
  background: transparent;
}

.header .coverflow .active-image-overlay .info{
  margin: 0;
  min-width: 175px;
  height: 70px;
  padding: 5px 5px 5px 10px;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  color: #777777;
  background: #111111;
  position:relative;
  top:-80px;
  left:80px;
}

.header .coverflow .active-image-overlay .info .heading{
  display: inline;
  color: white;
}

.header .coverflow .active-image-overlay .info p,
.header .coverflow .active-image-overlay .info a {
	
}
.header .coverflow .active-image-overlay .info p{
	white-space:nowrap;
}
.header .coverflow .active-image-overlay .info .links{
  margin-top: 4px;
}

.header .coverflow .active-image-overlay .info a {
  float: left;
  padding: 0 10px 0 13px;
  background: url(images/arrow_link_red.png) 0 2px no-repeat;
}

.header .coverflow .active-image-overlay .info .links a.video{
  display: none;
}

#imageflow{
  height: 115px!important;
 /*
  border: 1px solid red;
   */
}

/* debug/test/play */
.header .coverflow .active-image-overlay{
  /*
  border: 1px solid green;
  */
}

/**
* @note: this div MUST be completely inside the .active-image-overlay
*        plus it must have at least 1px padding, for correct mouse-out-events!
*/
.header .coverflow #active-image-control{
  position:absolute;
  z-index:99;/* MUST BE higher than active-image-overlay */ 
  
  border: 1px solid orange;
  border: 1px solid transparent; /* neccessary for IE's */

  /*exact*/
  width: 80px;
  height: 80px;
  left: 203px;
  top: 17px;
  
}


.header .coverflow #active-image-bottom-mask{
  position:absolute;
  z-index:98;/* MUST BE lower than active-image-overlay */
  border: 1px solid transparent; /* neccessary for IE's */
  width: 82px;
  height: 80px;
  left: 201px;
  top: 100px;  
}

/* coverflow:  IE6 */
* html .header .coverflow .active-image-overlay{
  top: 11px;
  left: 226px;
  /*
  width: 265px!important;
  */
}
* html .header .coverflow #active-image-overlay,
* html .header .coverflow #active-image-control,
* html .header .coverflow #active-image-bottom-mask{
  border: 0!important; /* IE6 cannot display transparent borders */
}
* html .header .coverflow .active-image-overlay .info{
  float: left;
  padding: 5px 0 5px 10px;
}

/* coverflow: IE7 */
* +html .header .coverflow #active-image-overlay{
  top: 10px;
  left: 225px;
  overflow: hidden;
}

* +html .header .coverflow #active-image-overlay,
* +html .header .coverflow #active-image-control{
  border: 1px transparent!important;  
/*
  border: 1px solid red;
  */
}

.header .coverflow #active-image-overlay{
  margin: 0;
}

/* COVERFLOW END */


/* CONTENT */
.content {
  background-color: #FFF;
  padding: 17px 0;
  font-family: "Times New Roman", Times, sans;
}

/* FOOTER */
.footer {
  margin: 22px auto 60px auto;
  font-size: 11px;
}

.footer, .footer a, .footer ul.navigation a, .footer .mini_navigation a {
  color: #777;
}

.footer a:hover, .footer ul.navigation a:hover, .footer .mini_navigation a:hover {
  color: #FF3300;
}

.footer ul.navigation {
  font-size: 11px;
  line-height: 15px;
}

.footer ul.navigation li.head {
  float: left;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.footer ul.navigation li.head ul {
  margin-top: 11px;
  text-transform: none;
}

.footer ul.navigation li.head ul li {
  margin: 0 33px 5px 0;
}

.footer .contact {
  float: left;
  width: 194px;
  color: #CCC;
}

.footer .contact p {
  margin-bottom: 1em;
}

.footer .mini_navigation {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.footer .mini_navigation span {
  margin: 0 3px;
}

.footer .mini_navigation a {
  font-weight: bold;
}

.footer .copyrights {
  position: absolute;
  bottom: -40px;
  left: 342.5px;
  width: 300px;
  text-align: center;
}

.footer .contact, .footer .mini_navigation, .footer .copyrights {
  font-size: 10px;
  line-height: 14px;
}

/* ##### CUSTOMIZED ##### */
a:hover, .header ul.navigation li.apply, .footer ul.navigation li.apply {
  color: #FF3300;
}


/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }

/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */

#frmDLB .error {
	color: #f00;
	font-weight: bold;
	font-size:12px!important;
}
