/* CSS D&M agentur 2013 */
html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 1.5;
    margin-bottom: 50px;
}

div {
    display: block;
}

.clear_nuls {
    clear: both;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:active {
    outline: none;
}


/* LAYOUT */

#wrapper {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    z-index: 2;
}

/* #### USERCONTROL #### */

#bg_usercontrol {
    position: absolute;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #2f2f2f;
    background: url(../images/bg_usercontrol.png) repeat;
    z-index: 1;
}

#usercontrol {
    width: 980px;
    height: 36px;
    border-bottom: 1px solid #2f2f2f;
    background: url(../images/bg_usercontrol.png) repeat;
    color: #fff;
}

#usercontrol a {
    color: #fff;
}

#usercontrol a:hover {
    text-decoration: underline;
}

/* #### HEADER #### */

#header {
    width: 980px;
    height: 286px;
}

#header #logo {
    width: 262px;
    height: 231px;
    float: left;
    background: url(../images/header_logo.jpg) no-repeat;
}

#header #nav {
    width: 276px;
    height: 231px;
    float: left;
}

#header #nav #main {
    width: 233px;
    height: 231px;
    float: left;
}

#header #nav #main a {
    display: block;
    float: left;
    width: 115px;
    height: 115px;
    border-left: 1px solid #fff;
    background: #c2101e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMTAxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjFiMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c2101e 0%, #a21b21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2101e), color-stop(100%,#a21b21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c2101e 0%,#a21b21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2101e', endColorstr='#a21b21',GradientType=0 ); /* IE6-8 */
    -webkit-transition:linear .4s;
    -moz-transition:linear .4s;
    -o-transition:linear .4s;
    transition:linear .4s;
}

#header #nav #main a:hover {
    background: #373737;
}

#header #nav #main a img {
    display: block;
    position: absolute;
}

#header #nav #main a div {
    position: absolute;
    display: block;
    width: 115px;
    margin-top: 80px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

#header #nav #sub {
    width: 42px;
    height: 231px;
    float: left;
    border-right: 1px solid #474843;
}

#header #nav #sub a {
    display: block;
    width: 42px;
    height: 45px;
    border-bottom: 1px solid #474843;
    background: #282828;
}

#header #nav #sub a:hover {
    background: #d5d5d5;
}

#header #slider {
    width: 442px;
    height: 231px;
    float: left;
    background: #fff;
}

#header #subline {
    width: 980px;
    height: 55px;
    background: url(../images/bg_zwischenbalken.jpg) no-repeat;
}

/* SIDEBAR */

#sidebar a {
    color: #fff;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar h2 {
    color: #fff;
    text-transform: uppercase;
    background: url(../images/box_header.png) no-repeat;
    height: 51px;
    line-height: 51px;
    padding-left: 16px;
    font-size: 16px;
}

#sidebar .wrap, #sidebar #top_match {
    margin-bottom: 16px;
}

#sidebar .content {
    background: #828282;
    color: #fff;
    padding: 10px;
}

#sidebar #latest_topics {
    padding-left: 20px;
    list-style-image: url(../images/icon_latest_topic.png);
}

#sidebar #latest_topics li {
    border-bottom: 1px dotted #fff;
    height: 20px;
    
}

#sidebar #top_match .content{
    background: #e8e8e8;
}

#sidebar #top_match h2 {
    background: url(../images/box_topmatch.png) no-repeat;
    color: #b02e32;
    padding-left: 76px;
    height: 48px;
}

#sidebar #top_match a {
    color: #828282;
}

#sidebar #top_match .teams {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #828282;
}

#sidebar #top_match .linie{
    display: block;
    height: 1px;
    margin: 2px 0;
    border-bottom: 1px dotted #828282;
}

#sidebar #top_match .date {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #828282;
}

#sidebar #donate {
    color: #f9b759;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    background: #828282;
    padding: 4px 0 4px 16px;
}

/* #### CONTENT #### */


#content {
    width: 964px;
    padding: 0 8px;
    background: #fff;
    padding-bottom: 30px;
}

#content #sidebar {
    width: 241px;
    float: left;
}

#content #maincontainer {
    width: 711px;
    float: right;
}

/* LOGIN FORM IF LOGGED OUT */

table#login td{
    height: 36px; 
    vertical-align: middle;
    padding: 0 10px;
}


table#login input[type=text], table#login input[type=password] {
    background: #616161;
    border: none;
    color: #ffffff;
}
/* SLIDER */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
/* LATEST Matches */

#wrap_latest_matches table {
    width: 100%;
}

#wrap_latest_matches table td {
    vertical-align: middle;
}

#wrap_latest_matches table td:last-child {
    width: 50px;
}

#wrap_latest_matches table .result {
    width: 50px; 
    height: 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/* NEWS */

.wrap_news .header {
    height: 80px;
}

.wrap_news .header a {
    color: #fff;
}

.wrap_news .header a:hover {
    text-decoration: underline;
}

.wrap_news .header h2 {
    display: block;
    margin: 0 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.wrap_news .header h3 {
    display: block;
    margin-left: 14px;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

.wrap_news .header span {
    display: block;
    margin: 6px 0 0 14px;
    font-size: 13px;
    color: #fff;
}

.wrap_news .content {
    background: #f2f2f2;
    padding: 20px 16px;
    font-size: 13px;
}

.wrap_news .footer {
    border-top: 2px solid #fff;
   background: #d3d3d3;
   padding: 6px 0 6px 14px;
}


/* FOOTER */

#footer {
    width: 980px;
    height: 126px;
    background: url(../images/bg_footer.png) no-repeat;
}

#footer ul {
    float: left;
    margin: 6px 0 0 134px;
}


#footer div {
    float: right;
    margin: 74px 150px 0 0;
}

/* Board Buttons */
tr.btns_board td {
    padding: 1px;
}
tr.btns_board td a {
    display: block;
    height: 24px;
    background: #c2101e; /* Old browsers */
    background: -moz-linear-gradient(top,  #c2101e 0%, #a21b21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2101e), color-stop(100%,#a21b21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c2101e 0%,#a21b21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c2101e 0%,#a21b21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2101e', endColorstr='#a21b21',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding-top: 4px;
}

tr.btns_board td a:hover {
    background: #a21b21; /* Old browsers */
}

tr.bread_newthread td {
    padding: 1px;
}

tr.bread_newthread td.rightb {
    text-align: center;
}

tr.bread_newthread td.rightb a {
    display: block;
    height: 24px;
    background: #ad121d;
    color: #fff;
    padding-top: 4px;
}

tr.bread_newthread td.rightb a:hover {
    background: #828282;
}

/* INFO NEW MESSAGES */

#newMessages {
    position: absolute; 
    z-index: 10; 
    width: 312px; 
    padding: 10px 0; 
    left: 50%;
    margin-left: -132px;
    top: 278px; 
    background: #5ead5f;
    -webkit-border-radius: 8px; 
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    display: none;
}

#newMessages a{
    color: #fff;
}

#newMessages a:hover{
    text-decoration: underline;    
}

/* NEXTBIRTH */

table#nextbirth {
    width: 100%;
}

table#nextbirth tr:first-child td {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

table#nextbirth td {
    text-align: left;
}


.postLink {
    color: #800 !important;
    
}

/* CPL */

.cpl-thumb div{
    width: 241px;
    height: 124px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;

    background-image: url("../images/cpl_dore_bg.jpg");
    background-repeat: no-repeat;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cpl-thumb div:hover{
    opacity: 0.7;
}

.cpl-thumb div h3{
    padding-top: 81px;
}
.cpl-thumb:hover{
    text-decoration: none !important;
}


/* Icons */

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }