/* STARTSEITE **********************************************************************************/
#content {
  margin: 0 auto;
  width: 128px;
  float:left;
}
#content a {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;;
  font-weight: bold;
  text-decoration:none;
  color:#b7a05d;
}
#content p {
	padding:3px 0 3px 0;
	margin:0;
	font-size:11px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;;
}
#content h5 {
	margin:0;
	padding: 3px 0 3px 0;
}
#content a img {
  color:#b7a05d;
}
#content a.active {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: underline;
}
/* ENDE STARTSEITE *****************************************************************************/

/* MODUL BANNER ********************************************************************************/
.banner_start {
  float: left;
  width: 128px;
  height: 250px;
  padding:0;
  text-align: center;
}
.banner_start li {
  list-style: none;
}

/* ENDE MODUL BANNER ***************************************************************************/
.clear {
  clear:both;
}

/* CoverFlow*****************************************************************************************/
#carousel_content_all {
  float:lefT;
}
#carousel-wrapper {
    width: 128px;
    height: 215px;
    overflow: hidden;
}
#carousel-wrapper a:visited {
    color: #b7a05d;
}
#carousel-content {
    width:2500px;
}
.carousel-jumper {
  text-decoration:none;
}
.carousel-content-limiter {
  width:128px;
  margin-left:0px;
}
#carousel-content .slide {
    float:left;
    width:128px;
    height: 100px;
    text-align:left;
}
#center_tabs {
  text-align:center;
  margin:auto;
  width:150px;
}
#prev_button_coverflow {
  float:left;
  margin-top:5px;
}
#next_button_overflow {
  margin-top:5px;
  float:right;
}

.tabs a {
  text-decoration:none;
  background:url('start_circle_inactive.jpg') no-repeat;
  height:10px;
  padding-right:0px;
}

.tabs a.carousel-selected {
  text-decoration:none;
  background:url('start_circle_active.jpg') no-repeat;
}
/* ENDE CoverFlow **************************************************************************************/

