/**
 * ps layout komponenten
 * /phonostar_player/... , business
 */

/*linkverweis mit pfeil*/
.pointer {
    display: block;
    background: url(/bilder/pfeil_link.gif) no-repeat left;
    line-height: 18px;
    height: 18px;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: underline !important; /*ie6*/
    text-transform: uppercase;
	color: #666;
	cursor: pointer;
}
.pointer:hover {
	color: #cc3333;
}
.pointer:focus {
    outline: 0;
}
.pointer.toggler {
    text-transform: none !important;
    text-decoration: none !important; /*ie6*/
    background: url(/bilder/psplayer3/player_fkt_klapper.gif) no-repeat top left;
}
.pointer.toggler sup {
    color: #cc3333;
}
.pointer.toggler.open {
	color: #cc3333;
    background-position: bottom left;
}

/*Infobox*/
.infobox {
    position: relative;
    margin: 0 10px 20px 0;
}
.infobox .content {
    padding: 9px 0;
}

.infobox .content .item-wrapper {
    overflow: hidden;
    padding: 0 9px;
    background: url(/bilder/psplayer3/player_kasten_grau_m.gif) repeat-y;
}
.infobox .content .item-wrapper p {
    margin-top: 5px;
}

.infobox .item-wrapper .item-content-left {
    float: left;
    width: 125px; /*115px Bild + 10px margin-right*/
}
.infobox .item-wrapper .item-content-right {
    float: left;
    width: 315px;
}

.infobox .content .item-wrapper ul {
    list-style-type: square;
    margin: 0 0 10px 15px;
}
.infobox .content .item-wrapper ol {
    margin: 0 0 10px 20px;
}
.infobox .content .item-wrapper ol li {
    margin-bottom: 10px;
}
.infobox, .infobox .top, .infobox .bottom {
    width: 464px;
}
.infobox .top, .infobox .bottom {
    height: 12px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: top left;
}
.infobox .top {
    top: 0;
    background-image: url(/bilder/psplayer3/player_kasten_grau_o.gif);
}
.infobox .bottom {
    bottom: 0;
    background-image: url(/bilder/psplayer3/player_kasten_grau_u.gif);
}

/*small infobox*/
.infobox.small {
    margin-right: 0;
}
.infobox.small .content .item-wrapper {
    background-image: url(/bilder/psplayer3/player_kasten_weiss_m.gif);
}
.infobox.small, .infobox.small .top, .infobox.small .bottom {
    width: 216px;
}
.infobox.small .top {
    background-image: url(/bilder/psplayer3/player_kasten_weiss_o.gif);
}
.infobox.small .bottom {
    background-image: url(/bilder/psplayer3/player_kasten_weiss_u.gif);
}

/*big infobox white*/
.infobox.wide {
    margin-right: 0;
}
.infobox.wide .content .item-wrapper {
    background-image: url(/bilder/psplayer3/player_kasten_fkt_m.png);
}
.infobox.wide, .infobox.wide .top, .infobox.wide .bottom {
    width: 695px;
}
.infobox.wide .top {
    background-image: url(/bilder/psplayer3/player_kasten_fkt_o.png);
}
.infobox.wide .bottom {
    background-image: url(/bilder/psplayer3/player_kasten_fkt_u.png);
}
