@charset "utf-8";

/*Formatierung der Hauptelemente*/

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#conAll{
    width: 750px;
    margin: 5px auto 0 auto;
	text-align:left;
}
#conKarussell{
    position: relative;
    padding: 20px;
    height: 275px;
}
#preloader {
    width: 30px;
    height: 30px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -15px;
    margin-top: -15px;
    padding: 5px;
    background-color: #FFF;
}
#conKarussellImages{
    margin: 0 auto;
    width: 650px;
    height: 275px;
    cursor: pointer;
    display: none;
}
#conDescription{
    position: relative;
    padding: 0 20px 20px 0px;
    margin: 0 auto;
}
#nextBtn{
    position: absolute;
    top:250px;
    right:0px;
    cursor: pointer;
}
#prevBtn{
    position: absolute;
    top:250px;
    left:0px;
    cursor: pointer;
}
.roundabout-in-focus{
    cursor: default;
}
.description{
    display: none;
    position: absolute;
    width: 750px;
    line-height: 16px;
}
.description img{
	border: none;
}

h1, h2, h3,h4, h5, h6{
    margin: 0px;
    padding: 0px;
}
/*
h3{
	font-size: 16px;
    color: #1e90ff;
}
*/
.detailButton{
    text-align: right;
}

/*Formatierungen der ibox*/
#ibox_wrapper {
    line-height:18px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #fff url('../images/closelabel.gif') center center no-repeat;
    width: 66px;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('../images/loading.gif') center center no-repeat;
}

