body {
    background: #000c0c;
    background-image: url("./img/logo2.png"), url("./img/logo.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: right 10% top 50px, left 11% top 10px;
    color: #fff;
}

.container {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .container {
        margin-top: 220px;
    }
}

.gaming {
    background-color: #000c0c;
}

@media (min-width: 768px) {
    .gaming {
        padding: 0px;
        border: 0px solid #32333B /* Rand Hauptarea und Header und Footer */
    }
}

.panel-gaming,
.panel-default {
	border-color: #00bdbb; /* Farbe des Rahmens der Boxen */
	background-color: #000000; /* Hintergrundfarbe Boxen und Hauptarea */
}

@media (min-width: 768px) {
    .panel-gaming,
    .panel-default {
	border-width: 3px;
    }
}

.panel-gaming > .panel-heading {
    color: #ff0000; /* Farbe der Schrift der Boxen */
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-radius: 4px;
}

.panel-gaming > .panel-body li {
	color: #a5a5a5;    // Menubuttonschrift
	font-size: 14px;
	text-indent: 23px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	background-image: url('img/menu_normal.png');
	background-repeat: no-repeat;
	border-bottom: none;
}

.panel-gaming > .panel-body li:hover {
	color: #ff0000;     // menubutton m.over
	font-size: 14px;
	text-indent: 25px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	background-image: url('img/menu_over.png');
	background-repeat: no-repeat;
	border-bottom: none;
}

.panel-gaming > .panel-body a:hover {
    color: #ff0000;
    text-decoration: none;
}

.footer .container {
    margin-bottom: 10px;
    border-width: 3px; /* Dicke Rand des Footer */
    border-style: solid;
    border-color: #00bdbb;
}

.footer .container .gaming {
    background-Color: #000000; /*Hintergrundfarbe Footer*/
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #808080;
}

.table-striped > tbody > tr:nth-of-type(2n+1) a {
    color: #000000;
}

.table-striped > tbody > tr:nth-of-type(2n+1) a:hover {
    color: #ff0000;
}

#equiz {
    font-family: arial;
    font-size: 30pt;
    background: #32333b;
    color: #ff0000;
    text-align: center;
}

#equizunten {
    color: #0099ff;
}

.ilch-bg {
    background-color: #808080;
}

.ilch-bg--hover {
    background-color: #2e3539;
}

.ilch-bg--hover:hover {

    background-color: #5b5b5b;
}

.post {
    background-color: #2e3539;
}

.ilch-link {
    color: #ffffff;
}

#content ilch-border {
    background-color: #2e3539;
}

#forum .statistic .content {
    background-color: #2e3539;
}

#forum .statistic .header {
    background-color: #808080;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: #000000;
}

.profile-content {
    background: #000000 !important;
}

.profile-sidebar {
    background: #000000 !important;
}

.list-group-item {
    background-color: #000;
}

.teams .team-name {
    text-align: center;
}

.panel-footer {
    background-color: #000000;
}

.box > .icon > .image {
    color:#000000;
}

.ilch-logo .ilch-body {
    background-color: transparent !important;
    color: #ffffff !important;
}

.chat .chat-wrapper .chat-list-wrapper .chat-list li {
    background-color: #808080;
}

.chat .chat-wrapper .chat-list-info, .chat .chat-wrapper .message-info {
    color: #000000;
}

.topartikel {
    border-style: dashed;
    border-color: #ff0000;
    padding: 0 5px 10px 5px;
}

.topartikeltext {
    text-align: center;
    color: #ff0000;
    font-size: 20pt;
    padding: 15px 0 0;
}

.artline {
    border-style: solid;
    border-width: 2px 0 2px 0;
    border-radius: 20px;
    border-color: #ff0000;
    box-shadow: 0 0 0 3px #00bdbb;
    padding: 0 5px 10px 5px;
}

.panel {
    border: 0;
    background-color: #000000;
}

.panel-body {
    background-color: #000000 !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.networkhead {
    position: absolute;
    right: 15%;
    top: 165px;
}

.werbung {
    padding-bottom: 20px;
}

.lib-panel .row, .lib-panel .col-md-6 {
    background-color: #000000 !important;
}

.lib-panel .lib-row.lib-header {
    background-color: #000000 !important;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.btn-success:hover {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}

.btn-default:hover {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.breadcrumb {
    margin-bottom: 0px;
}

.addthis_inline_share_toolbox {
    color: #428bca !important;
}