@charset "utf-8";

/*Formatierung der Hauptelemente*/

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#allCon{
    margin: 0px 0;;
    position: relative;
    width:960px;
    height:340px;
}
#sliderCon{
    margin: 0 auto;
    position: relative;
    width:960px;
    height:340px;
    overflow: hidden;
    border: 0px solid #666;
}
#sliderData{
    display: none;
}
#slides{
    position: absolute;
}
.slides{
    position: absolute;
}
.slidePanel{
    position: absolute;
    width: 960px;
    height: 320px;
}
.slidePanel img{
    border:none;
}
#descriptionCon{
    position: absolute;
    background: url("../images/bgDescription.png") left top no-repeat;
    width: 980px;
    height: 320px;
    top: 0px;
    color: #FFF;
}
.descriptionContent{
    padding: 0 0 0 10px;
    width: 980px;
}
.description{
    display:none;
}
#preloader{
    width: 45px;
    height: 45px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -22px;
    margin-top: -22px;
    padding: 5px;
    background-color: #FFF;
}
#nextBtn{
    position: absolute;
    top:147px;
    right:20px;
    cursor: pointer;
}
#prevBtn{
    position: absolute;
    top:147px;
    left:20;
    cursor: pointer;
}
.slidePanelContent{
    padding: 20px;
}

h1{
    font-size: 16px;
}

#slidePanelBG1{
    background: url("../images/4_bg.jpg") top left no-repeat;
    width: 980px;
    height: 320px;
}
.contentLeftPanel2{
    float: left;
    width: 325px;
    padding-left: 20px;
}
#slidePanelBG2{
    background: url("../images/5_bg.jpg") top left no-repeat;
    width: 980px;
    height: 320px;
}
.contentLeftPanel3{
    padding-top: 50px;
    float: right;
    width: 305px;
}
/*
* ACHTUNG: Alle nachfolgenden Formatierungen dienen nur zur Gestaltung der Erklärungstexte etc.
* und sind für das Karussell selbst nicht notwendig!
* Diese müssen Sie nicht in Ihre CSS Datei aufnehmen!
*/

#con{
        width:980px;
}

h2 {
    font-size: 16px;
    color: #778899;
}
h3 {
    color: #FF6600;
    font-size: 14px;
    margin: 0;
}
h4 {
    color: #556b2f;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
}
textarea {
    background-color: #f0f8ff;
    border: 1px dashed #1e90ff;
    padding: 5px;
}
textarea.cssStyle {
    width: 960px;
    height: 25px;
    overflow: hidden;
}
textarea.jsStyle {
    width: 960px;
    height: 60px;
    overflow: hidden;
}
textarea.scriptStyle {
    width: 960px;
    height: 240px;
}
textarea.elementsStyle {
    width: 960px;
    height: 650px;
}
.pDescription {
    font-family:Arial, Helvetica, sans-serif;
    width: 975px;
    font-size: 12px;
    color: black;
    margin:0 0 20px 0;
    line-height: 18px;
}
span.red {
    color: red;
}
td, #params th {
    padding: 8px;
}
thead {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
tbody tr {
    background-color: #CCC;
}
tbody tr:nth-child(2n) {
    background-color: #999;
}

button {
    color:white;
    font-weight:bold;
    padding: 5px 10px;
    background-color: black;
    border: 1px solid black;
    border-radius: 25px;
}