@charset "UTF-8";
body {
    padding: 0px;
    margin: 0px;
    background-image:url(img/background.jpg);

    background-position: top;
    background-repeat:no-repeat;
    background-color: #676767;
    font-family: Georgia;
}

a {
    font-family: Georgia;
}

#pagemargins {



}

#contentcontainer {
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    /* IE6 ist ein blöder dreckiger Hund */
    text-align: center;
}

#content {
    background-image:url(img/content.jpg);
    background-repeat:no-repeat;
    width: 1000px;
    height: 266px;
    position: relative;

    margin: auto auto;
    /* IE6 ist ein blöder dreckiger Hund */
    text-align: left;

}

#sidebar {
    position: absolute;
    left: 0px;
    top: 266px;
    width: 392px;
    background-color: #262626;
}

#innercontent {
    position: absolute;
    right: 0px;
    top: 130px;
    width: 606px;

    height: auto;
    border: none;
}

#innercontent2 {
    background-color: white;
    padding-top: 1px;

}

#logoClickDummy {
    position: absolute;
    width: 385px;
    height: 220px;
    top: 40px;
    z-index: 100;
    /* background: red; */
    cursor: pointer;
}

#topmenu, div#topmenu table tr td {
    color: white;
    font-size: 15px;
    padding-right: 10px;

}

#topmenu {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
}

#footer {
    color: white;
    background-color: #202020;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 8px;
    padding: 20px;
    margin-top: 0px;
}

div#footer table tr td ul, div#footer p {
    font-size: 10px;
    list-style: none;
    list-style-position: outside;
    display: block;
    padding: 0px;
    margin: 0px;
}

div#footer a, div#topmenu a, div#footer p, div#footer h1, div#footer b {
    color: white;
}

.highlight {
    border: 1px black solid;
    background-color: #1b1b1b;
    padding: 10px;
}

.scraperright {
    height:439px;
    left:50%;
    margin-left:510px;
    position:fixed;
    top:130px;
    width:160px;

}

.feedTitle a {
    color: white;
    text-decoration: none;
}

label {
    float: left;
    display: block;
    width: 150px;
}

input {
    margin: 4px;
}

.usercontent-thumb {
    margin: 7px;
    float: left;
}


/* Usercontent */
#usercontent-youtube, #usercontent-link, #usercontent-image {
    display: none;
    padding-top: 20px;
}

#usercontent-chooser {
    padding: 2px;
}

.usercontent-new-type textarea, .usercontent-new-type input {
    padding: 2px;
    width: 300px;
}
