@charset "utf-8";
/* CSS Document */

/*Definitionen für das Karussell START*/
#canvasWrapper {
    width: 560px;
    height: 210px;
    position: relative;
}
#preloader {
    width: 30px;
    height: 30px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -15px;
    margin-top: -15px;
    padding: 5px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

div#tooltip{
    text-align: center;
    font-size: 12px;
    font-family: "Arial";
    display: none;
    padding-top: 6px;
    position: absolute;
    text-indent: 5px;
    width: 160px;
    height: 100px;
    background: url('../images/tooltipV3.png') no-repeat;
    color: #FFF;
}

.mouseOut {
    cursor: default;
}
.mouseOver {
    cursor: pointer;
}

#myImages {
    display: none;
}
/*Definitionen für das Karussell ENDE*/

/*
* 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!
*/
h1, h2, h3 {
    font-family:Arial, Helvetica, sans-serif;
    color: #1e90ff;
}
h1 {
    font-size: 18px;
}
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: 40px;
    overflow: hidden;
}
textarea.scriptStyle {
    width: 960px;
    height: 240px;
}
textarea.elementsStyle {
    width: 960px;
    height: 450px;
}
.description {
    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;
}