#djangoForumBody {
    width: 90%;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    text-align: left;
}

#djangoForumList,#djangoForumThreadList,#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,#djangoForumThreadList td,#djangoForumThreadPosts td
    {
    background-color: #111;
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,.djangoForumThreadLastPost {
    border-bottom: solid #777 1px;
}

#djangoForumList th,#djangoForumThreadList th,#djangoForumThreadPosts th
    {
    background-color: #9E0001;
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 20px 20px 20px 0px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumThreadPostDetail {
    width: 20%;
}

.djangoForumPagination {
    display: inline;
}

#forum_schreiben {
    color: white;
    text-align: center;
    height: 500px;
    width: 500px;
    border: 1px solid white;
    background-color: black;
}
