/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			EA80
	Based on style:			prosilver
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		MK
    --------------------------------------------------------------
*/

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine				{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked					{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine				{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link						{ background-image: url("./images/forum_link.gif"); }
.forum_read						{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum					{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked					{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum					{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine				{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked					{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine				{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.gif"); }
.pm_read,
.topic_read						{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine					{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine					{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine					{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked					{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine				{ background-image: url("./images/topic_unread_locked_mine.png"); }

@font-face {
    font-family: Arial;
}

/* Hintergrundfarbe */
html, body {
    color: #ffffff;
    background-color: #000000;
}

/* globaler Rahmen */
.wrap {
    background-color: #000000;
    border-color: #000000;
    max-width: 100%;
}

/* Header */
.headerbar {
    background-color: #000000;
    background-image: url("./images/black.gif");
    text-align: center;
}

/* Logo */
.site_logo {
    background-image: url("./images/logo.gif");
    display: inline-block;
    width: 115px;
    height: 90px;
}

/* Überschrift */
h1 {
    font-size: 2.8em;
}

h2 {
    color: #ffffff;
}

.navbar {
    background-color: #000000;
}

.forabg, .forumbg {
    background-color: #191919;
    background-image: url("./images/black.gif");
    border-radius: 0px;
    border: 1px solid #676767;
}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #cccccc;
}

li.row, .panel, .bg2, .bg3 {
    background-color: #3c3c3c;
    border-radius: 0px;
    border: 1px solid #676767;
}
li.row {
    border-bottom: 0px;
}
li:last-child {
    border-bottom: 1px solid #676767;
}
li:first-child {
    border-top: 0px;
}
.bg1 {
    background-color: #2c2c2c;
    border-radius: 0px;
    border: 1px solid #676767;
}

li.header dt, li.header dd {
    font-size: 1.2em;
}

li.row strong {
    color: #999999;
}

li.row:hover {
    background-color: #353535;
}

a, h3, .postprofile, .content h2, .panel h2, dd label, p {
    color: #ffffff;
}
a:hover, label:hover {
    color: #cccccc;
}
label {
    color: #999999;
}
span {
    color: #ffffff;
}

ul.topiclist li, dl.details dt, dl.details dd {
    color: #dddddd;
}

ul.topiclist dd {
    border-left-color: #676767;
}
li.row:hover dd {
    border-left-color: #676767;
}
fieldset dl:hover dt label {
    color: #fff;
}

.dropdown .pointer {
    border-color: #DCDCDC transparent;
}
.dropdown .pointer-inner {
    border-color: #191919 transparent;
}
.dropdown-extended .pointer-inner {
    border-color: #191919 transparent;
}
.dropdown .dropdown-contents {
    background: #191919;
    border-color: #DCDCDC;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
.dropdown-up .dropdown-contents {
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}
.dropdown li, .dropdown li li {
    border-color: #DCDCDC;
}
.dropdown li.separator {
    border-color: #DCDCDC;
}

strong {
    color: #cccccc;
}

.phpbb_alert {
    background-color: #000000;
    border-color: #676767;
}

.content, .post:target .content {
    color: #dddddd;
}

blockquote {
    background-color: #dddddd;
    color: #333333;
}

.postprofile strong {
    color: #cccccc;
}

.postlink {
    border-bottom-color: #fffff0;
    color: #ffffea;
}
.postlink:hover {
    background-color: #fffff0;
    color: #000000;
}

.dropdown-extended .header {
    background-color: #191919;
    background-image: none;
    color: #cccccc;
    text-shadow: none;
}
.dropdown-extended ul li:hover {
    background-color: #191919;
    color: #cccccc;
}
.tabs .tab > a {
    border-radius: 0px;
    background: #666666;
    color: #cccccc;
}
.tabs .tab > a:hover {
    background: #333333;
    color: #ffffff;
}

.tabs .activetab > a, .tabs .activetab > a:hover {
    background-color: #333333;
    border-color: #333333;
    box-shadow: 0 1px 1px #666666 inset;
    color: #ffffff;
}
.panel-container .panel {
    background-color: #666666;
}
.panel {
    color: #ffffff;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
        #navigation a, .rtl #navigation a {
                background: #4c4c4c;
        }
}

.navigation a {
    background: #4c4c4c;
}
.navigation .active-subsection a {
    background: #666666;
}

input {
    accent-color: #4c4c4c;
}

.button {
    border-color: #cccccc;
    background-color: #555555; /* Old browsers */ /* FF3.6+ */
    background-image: none;
    filter: none; /* IE6-9 */
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button:hover,
.button:focus {
    border-color: #ffffff;
    background-color: #777777; /* Old browsers */ /* FF3.6+ */
    background-image: none;
    filter: none; /* IE6-9 */
    box-shadow: none;
    text-shadow: none;
    color: #999999;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
    background-color: #999999;
}
