body{
    background-color: #f2e5cd;
    background-image: url('../media/background.png');
    background-repeat: repeat-x;
}


* {
    margin:0;
    padding:0;
    z-index:50;
    /* Endscheidet euch.... -,- */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    line-height:140%;
    -webkit-font-smoothing: antialiased;

    font-size: 16px;
}

#wrapper{
    width: 1020px;
    margin: auto;
}

.downloadbuttons{
    text-align: center;

    padding-top: 30px;
    padding-bottom: 20px;  
        
}

.downloadbuttons a{
    margin: 0 35px;
}

#header{
    height: 136px;
}

#header a{
    text-decoration: none;
    color: #000;
}

.logoicon{
    float: left;
    padding-right: 20px;
}

label{
    font-weight: bold;
}

#header h1{
    font-size: 50px;
    padding: 0;
    margin: 0;

    letter-spacing: 3px;
}

#header h2{
    font-size: 23px;
    font-weight: normal;
    margin: 0;
}

#header h2 b{
    font-size: 23px;
}

p{
    margin-bottom: 7px;
}

.tryitout{
    position: relative;

    margin-top: 10px;
    margin-bottom: 15px;

    font-size: 95%;

}

.tryitout textarea{
    width: 500px;

    min-height: 530px;
    font-size: 14px;

    border: 2px solid #ccc;
    border-radius: 4px;    
    line-height:120%;
}

.tryitout .input textarea{
    background-color: #f8f8f8;
}

.tryitout .input{
    width: 510px;
    float:left;
    padding-left: 6px;
}

.tryitout .output{
    width: 510px;
    float:right;
}

.tryitout .output textarea{
    background: #eee;
}

.tryitout h3{
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 0;

    padding-left: 8px;
}

.tryitout .setting{
    margin-left: 120px;
    margin-bottom: 8px;
}

.tryitout .setting label{
    float: left;

    left: 100px;
    margin-right: 50px;
}


.tryitout select{
    font-size: 14px;

    width: 400px;
}

.tryitoutwrapper{
    border-bottom: 2px dashed black;
    border-top: 1px dashed black;

    /* margin-top: 20px; */
    margin-bottom: 25px;

    background: #ffeac1; /* Old browsers */
background: -moz-linear-gradient(top, #ffeac1 0%, #fcdcb8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeac1), color-stop(100%,#fcdcb8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffeac1 0%,#fcdcb8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffeac1 0%,#fcdcb8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffeac1 0%,#fcdcb8 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffeac1 0%,#fcdcb8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeac1', endColorstr='#fcdcb8',GradientType=0 ); /* IE6-9 */
}



.tryitout input[type="submit"]{
    width: 100%;

    padding: 6px;

    font-size: 125%;
    letter-spacing: 2px;

    margin-bottom: 14px;
}




.tryitout .prenote{
    color: #666;
    font-size: 13px;

    padding-left: 8px;
}

.tryitout .note{
    color: #777;
    font-size: 12px;

    padding-left: 8px;
}

h3{
    margin-top: 30px;
    margin-bottom: 5px;
}

.devpic{
    float: right;
}

.devpic2{
    float:left;
    margin-right: 30px;
    
    height: 220px;
}

.feedback h3{
    font-size: 19px;
}

