
.ca-container {
    height: 450px;
    margin: 25px auto 20px;
    position: relative;
    width: 990px;
}
.ca-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.ca-item {
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    width: 330px;
}
.ca-more {
    background: none repeat scroll 0 0 #444;
    bottom: 10px;
    color: white;
    font-family: "Bauhaus LT BT";
    font-size: 18px;
    font-weight: bolder;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
}
.ca-more:hover {
    box-shadow: 0 2px 4px 1px #000;
	background-color:#00878a;
}

.ca-close {
    background: url("../pics/cross.png") no-repeat scroll center center #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    height: 27px;
    opacity: 0.7;
    outline: medium none;
    position: absolute;
    right: 10px;
    text-indent: -9000px;
    top: 10px;
    width: 27px;
}
.ca-close:hover {
    opacity: 1;
}
.ca-item-main {
    background: none repeat scroll 0 0 #fff;
    bottom: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    left: 5px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.ca-icon {
    background: url("../pics/t_patient_kl.png") no-repeat scroll center center transparent;
    box-shadow: 2px 2px 5px #444444;
    height: 146px;
    margin: 0 auto;
    position: relative;
    width: 260px;
}
.ca-item-2 .ca-icon {
    background-image: url("../pics/t_arzt_kl.png");
}
.ca-item-3 .ca-icon {
    background-image: url("../pics/t_aktuell_kl.png");
}
.ca-item-4 .ca-icon {
    background-image: url("../pics/t_leistung_kl.png");
}
.ca-item-5 .ca-icon {
    background-image: url("../pics/t_galerie_kl.png");
}
.ca-item h3 {
    color: #999999;
    font-family: "Bauhaus Md BT";
    font-size: 35px;
    height: 85px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
}
.title_box {
    color: #333333;
    display: block;
    font-family: "Bauhaus Md BT";
    font-size: 35px;
    height: 85px;
    margin: -70px 60px;
    position: fixed;
    text-shadow: 0 3px 3px #ffffff;
    text-transform: uppercase;
}
.ca-item h4 {
    border-left: 10px solid #00878a;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    margin: 10px;
    padding-left: 10px;
    position: relative;
    text-align: justify;
    text-shadow: 0 1px 1px #808080;
}
.ca-item h4 span {
    display: block;
    text-indent: 40px;
}
.ca-item h4 span.ca-quote {
    color: #00878a;
    font-size: 100px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 20px;
}
.ca-content-wrapper {
    background: none repeat scroll 0 0 #099;
    height: 440px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 5px;
    width: 0;
    z-index: 10000;
}
.ca-content {
    overflow: hidden;
    width: 660px;
}

.ca-content-wrapper-show {
    background: none repeat scroll 0 0 #099;
    height: 440px;
    position: absolute;
    text-align: left;
    top: 5px;
    width: 660;
    z-index: 10000;
	margin-left:330px;
}
.ca-content-show {
	overflow:hidden;
    width: 660px;
}

.ca-content-text {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 20px;
    padding: 10px 20px;
}
.ca-content-text p {
    padding-bottom: 5px;
}
.ca-content h6 {
    border-bottom: 2px solid #99bcb4;
    color: #fff;
    font-family: "Bauhaus Md BT";
    font-size: 32px;
    margin: 25px 20px 0 35px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #99bcb4;
}
.ca-content ul {
    height: 30px;
    margin: 20px 35px;
}
.ca-content ul li {
    float: left;
    margin: 0 2px;
}
.ca-content ul li a {
    background: none repeat scroll 0 0 #ffffff;
    color: #404040;
    font-size: 16px;
    padding: 3px 6px;
    text-decoration: none;
}
.ca-content ul li a:hover {
    background: none repeat scroll 0 0 #444444;
    color: #fff;
    text-decoration: underline;
    text-shadow: none;
}
.ca-nav span {
    background: url("../pics/arrows.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 38px;
    left: -40px;
    margin-top: -19px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    width: 25px;
    z-index: 100;
}
.ca-nav span.ca-nav-next {
    background-position: right top;
    left: auto;
    right: -40px;
}
.ca-nav span:hover {
    opacity: 1;
}
