.headline2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 18px;
}

.headline3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
}

.headline5 {
    font-size: 12px;
    font-weight: bold;
}

.contentBox {
    padding: 5px;
}

.contentBox2 {
    padding: 5px;
}

.link3 {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.hint {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 20px 0;
    display: block;

}
.smallHint {
    font-size: 9px;
    font-weight: bold;
}

.success {

    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    /*background-color: lightgreen;*/
    background-color: #00FF00;
}

.fail {
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    background-color: red;
}

#boxCheck .fail, #boxCheck .success {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    width: 200px;
}

#mailCheck .fail, #mailCheck .success {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    width: 200px;
}

.icon {
    float: left;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.icon-mini {
    width: 12px;
}

.center {
    text-align: center;
}

.float_right {
    float: right;
}

.text {
    font-size: 14px;
}

.text2 {
    font-size: 18px;
}

.txt1 {
    font-size: 14px;
    font-weight: bold;
    /*padding: 10px;*/
    padding-left: 10px;
}

.headlinebox {
    background-color: #ffffe1;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.contenttext {
    /*padding: 5px;*/
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.dotted {
    border-bottom: 3px dotted;
}

.dottedBox {
    border-bottom: 3px dotted #ffaa00;
    padding-bottom: 10px;
    padding-top: 10px;
}
.sub3 {
    height: 12px;
}

.legendHeader {
    color: #000;
}

.box {
    box-shadow: 1px 1px 1px 1px lightgray;
}

.box img {
    width: 100%;
}

.special_move {
    height: 1px;
}

.highlight {
    display:none;
}

.inputbox {
    width: 300px;
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 5px;
}

.edit {
    /*border-bottom: 2px dotted #ffaa00;*/
    /*padding-top: 10px;*/
}

.edit  {
    /*background-image: url("/grid_16_test/images/layout/icons/pen.png");*/
    /*background-position: right center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 16px auto;*/
    /*margin-right: 40px;*/
}

.editbox
{
    display:none;
}

@keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-moz-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-webkit-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px;}}
@-ms-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}
