body {
    font-family: Arial,Helvetica,sans-serif;
    color: #555;
    background-color: #F7F7F7;
}
header {
    padding-top: 15px;
}
nav {
    margin-top: 30px;
}
section {
    padding-top: 40px;
}
footer {
    text-align: left;
}
.container {
    font-size: 14px;
    width: 1020px;
    line-height: 20px;
    margin-right: auto;
    margin-left: auto;
    background-origin: padding-box;
}
.mainbox {
    background-color: white;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
}
.footerbox {
    background-color: white;
    font-size: 8pt;
    color:  #888;
}
.title {
    color:#ff6a00;
    font-family: 'Julius Sans One', cursive;
    width: 360px;
    height: 40px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    /*background-repeat: no-repeat;    */         /*Logo Start*/
    /*background-position: 300px center;
    background-size: contain;
    background-image: url('../scr/.png');*/ /*Logo Ende*/
    font-weight: normal;
    font-size: 55px;
    box-shadow: 3px 2px 22px #A2A2A2;
}
.suche{
    float: right;
    width: 30%;
}
input[type="search"] {
    display: inline-block;
    height: 20px;
    padding: 0px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 25px;
    height: 25px;
    font-weight: normal;
    width: 65%;
}
a:link {
    color: #555;
    text-decoration:none;
}
a:hover  {
    text-decoration:underline;
}
a:active {
    color: #555;
}
a:visited  {
    color: #555;
}
a:focus {
    color: #555;
}
.up {
    position: absolute;
    margin-left: 10px;
    color: green;
}
.down {
    position:absolute;
    margin-left: 110px;
    color: red;
}
.list {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 80px;
}
.backword {
    float: left;
    margin-left: 20px;
}
.forword {
    float: right;
    margin-right: 20px;
}
.votingbox {
    float: right;
    margin-top: 25px;
    padding-right: 190px;
}
.arrows {
    height: 35px;
}
.contentbox {
    height: 70px;
    padding-left: 10px;
    margin-left: 5px;
    max-width: 450px;
    float: left;
    max-width: 600px;
    border-left: 2px solid #777;
}
.previewpictur {
    float: left;
    margin-top: 5px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.copybox {
    float: right;
    margin-top: 25px;
}