/* Zentriert=c */
.c {text-align:center;}
/* Rechtsb�ndig=r */
.r {text-align:right;}

/* Tabelle 100% Weite=tab1 */
.tab1 {width:100%;}
.tab1 td {vertical-align:top;padding: 0 0 0 15px;}
.tab1 td.c1 {width: 210px;padding: 0 0 0 0;}
.tab1 td.cmerged1 {padding: 0 0 0 0;font-weight:bold;}
.tab1 td.c2 {width: 210px;}
.tab1 td.c3 {}

/* Horiz. Carousel=carousel */
.hcarousel {
margin: 0;
width: 906px;
overflow: hidden;
position:relative !important; /* fix IE over displaying */>
}

/* Listen mit Abstand=listpadding */
.listpadding {}
.listpadding li {padding: 0 0 9px 0;}	

.hcarousel .items {
margin: 0 auto;
width: 836px;
height: 127px;
overflow:hidden;
}



.hcarousel .items h1,
.hcarousel .items h2,
.hcarousel .items h3,
.hcarousel .items h4,
.hcarousel .items h5,
.hcarousel .items h6 {
font: small-caps bold 12px/29px "WeissBold", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
text-align: left;
overflow:hidden;
padding: 0 10px;
height: 29px;
margin: 0;
border:0 none;
border-bottom: 1px solid #999;
}



.hcarousel ul {
margin: 0;
padding:0;
width: 100000px;
position: relative;
top: 0;
left: 0;
overflow:hidden;
}

.hcarousel ul li {
display:block;
width: 129px;
height: 127px;
text-align: center;
list-style:none;
float:left;
background: #fff;
border: 1px solid #999;
margin-right: 10px;
padding:0;
}

.hcarousel ul li img{
    position:relative;
    width:129px;
    height:97px;
    vertical-align:top;
    margin: 0;
    padding:0;
}
.hcarousel ul li p{
padding:0;
}
.hcarousel ul li a{
display:block;
}

.hcarousel .previous_button {
position:absolute;
z-index: 100;
width: 35px;
height: 127px;
background: url(img/carousel/horizontal/left.gif) no-repeat left 50%;
cursor: pointer;
}

.hcarousel .previous_button_over {
background: url(img/carousel/horizontal/left-over.gif) no-repeat left 50%;
}

.hcarousel .previous_button_disabled {
background: url(img/carousel/horizontal/left-disabled.gif) no-repeat left 50%;
cursor: default;
}

.hcarousel .next_button {
position:absolute;
z-index: 100;
left:871px;
width: 35px;
height: 127px;
background: url(img/carousel/horizontal/right.gif) no-repeat right 50%;
cursor: pointer;
}

.hcarousel .next_button_over {
background: url(img/carousel/horizontal/right-over.gif) no-repeat right 50%;
}

.hcarousel .next_button_disabled {
background: url(img/carousel/horizontal/right-disabled.gif) no-repeat right 50%;
cursor: default;
}

