/* CSS Document */

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a {
    color: #1173c1;
    text-decoration: none;
}

a img {
    border: 0px;
}

table .title {
    background-color: #6d6f71 !important;
    color: #FFFFFF;
    font-weight: 900;
}

.title a {
    color: #FFFFFF;
}

table .title a {
    color: #E2E2E2;
}
div#pages {
}


table tr td {
    padding: 2px;
}

a:hover {
    text-decoration: underline;
}
input, select, textarea {
    font-family: "tahoma";
    border: 1px solid #dcdcde;
    font-size: 11px;
    padding: 2px;
}

.pagination {
    margin-bottom: 5px;
}

.error {
}


h1 {
    color: #1173c1;
    font-size: 22px;
}
h2 {
    color: #1173c1;
    font-size: 18px;
}
h3 {
    color: #1173c1;
    font-size: 14px;
}
h4 {
    color: #1173c1;
    font-size: 12px;
}
h5 {
    color: #1173c1;
    font-size: 10px;
}

p {
    line-height: 14px;
}

ul {
    list-style: square;
}


body {
    font-family: "Tahoma";
    font-size: 11px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-image: url("../images/layout/index_01.gif");
    background-repeat: repeat-x;
}

div.wrapper {
    width: 1000px;
    margin: 0px auto;
        min-height:100%; /* Mindesth�he in modernen Browsern */
        height:auto !important; /* !important-Regel f�r moderne Browser, damit sie die nachfolgende height-Angabe ignorieren */
        height: 100%; /* Mindesth�he im IE */
}

div#header {
    height: 91px;
    width: 1000px;
    float: left;
}

div#header h1 a {
    text-decoration: none;
}

div#header h1 {
    margin: 30px 0px ;
    float: left;
    font-size: 18px;
    line-height: 14px;
}

div#header h1 strong {
    font-size: 12px;
    color: #5b5b5b;
}

div#header div  {
    float: right !important;
    position:relative !important;
    right:15px !important;
    top:13px !important;
    width: 486px !important;
    height: 60px !important;
}

div#header img#advert {
    width: 486px !important;
    height: 60px !important;
}

div#sidebar .title a {
    float: right;
}

ul#navigation {
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #4f4f4f;
    border-top: 1px solid #777777;
    border-bottom: 2px solid #0371c0;
    width: 1000px;
    height: 25px;
    list-style: none;
}

ul#navigation li#search {
    float: right;
    padding: 0px 12px;
    margin: 0px;
    width: auto;
    height: 25px;
}

ul#navigation li#search form div {
    float: left;
    padding: 3px 0px;
}

input#query {
    background-color: #4f4f4f;
    border: 1px solid #3e3e3e;
    margin: 0px;
    height: 15px;
    color: #cecece;
    font-size: 11px;
    width: 200px;
    padding: 1px;
}

button#submit-search {
    background-color: #3e3e3e;
    border: 0px;
    margin: 0px;
    height: 19px;
    color: #cecece;
    font-size: 11px;
}

ul#navigation li {
    float: left;
    height: 15px;
    padding: 5px 20px;
}

ul#navigation li a {
    color: #cfcfcf;
    text-decoration: none;
}

.hlnavi {
    background-color: #7f7f7f;
}

div#sidebar {
    float: right;
    width: 360px;
    padding: 5px;
        min-height:100%; /* Mindesth�he in modernen Browsern */
        height:auto !important; /* !important-Regel f�r moderne Browser, damit sie die nachfolgende height-Angabe ignorieren */
        height: 100%; /* Mindesth�he im IE */

    
}

div#sidebar div.title {
    background-image: url("../images/layout/index_04.gif");
    width: 343px;
    height: 13px;
    float: left;
    padding: 5px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px 0px 5px 0px;
}

div#maincolumn {
    float: left;
    width: 630px;
    margin-bottom: 10px;
}

div#content {
        width: 1000px;
        min-height:100%; /* Mindesth�he in modernen Browsern */
        height:auto !important; /* !important-Regel f�r moderne Browser, damit sie die nachfolgende height-Angabe ignorieren */
        height: 100%; /* Mindesth�he im IE */
        float: left;
        background-image: url("../images/layout/index_08.gif");
        background-repeat: repeat-y;
}

div#subnavigation {
    background-color: #e2e2e2;
    height: 13px;
    padding: 5px 12px;
    border-bottom: 1px solid #c6c6c6;
    width: 605px;
}

/*div#module form {

}

div#module form h3 {
    margin-top: 0px;
    padding: 2px 0px;
    border-bottom: 1px solid #e2e2e2;
}

div#module form label {
    width: 150px;
    display: block;
    font-weight: bold;
}

div#module form button {
    float: right;
}

div#module form p {
    border-bottom: 1px solid #e2e2e2;
    padding: 3px 0px;
}

p.description, p.options {
    border: 0px !important;
}

select {
    margin-top: 3px;
    padding: 2px;
    font-size: 11px;
}

div#module form input {
    border: 1px solid #DCDCDE;
    width: 300px;
    float: left;
    margin-top: 3px;
}

*/

p.success {
    border: 2px solid #4BA500;
    background-color: #5FCF00;
    padding: 4px;
    color: #FFFFFF;
}

div#module table.pagination {
    background-color: #DCDCDE;
}

div#module table.pagination tr td, div#module table.pagination tr th {
    background-color: #FFFFFF;
    padding: 2px;
}


div#subnavigation a {
    margin: 0px 8px;
}

div#subnavigation a {
    color: #4f4f4f;
}

div#module {
    float: left;
    padding: 0px 5px;
    width: 620px;
}


div.newsitem {
    width: 608px;
    padding: 0px 10px;
    float: right;
    margin: 10px 0px 10px 0px;
}

a {
    outline: none;
}

td.topic a {
    width: 100%;
    height: 100%;
    display: block;
}

div.newsitem h1.headline {
    width: 598px;
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 2px 0px;
    border-bottom: 1px solid #878787;
    float: left;
}

div.newsitem h1 span {
    float: right;
    font-size: 10px;
    color: #8d9296;
    font-weight: normal;
    line-height: 18px;
    font-family: verdana;
}
div.newsitem div.content {
    line-height: 18px;
    border-bottom: 1px solid #878787;
    float: left;
    padding: 0px 0px 3px 0px;
}

div.newsitem div.content p {
}

div.newsitem div.content img.preview {
    padding: 1px;
    border: 1px solid #c4c4c4 !important;
    margin: 0px 4px 0px 0px;
}

div.newsitem div.comments {
    height: 15px;
    line-height: 15px;
    float: left;
    width: 608px;
    padding: 2px 0px;
}

div.newsitem div.comments a {
    font-weight: bold;
}

div.newsitem div.comments a.readmore {
    float: right;
}

div#footer {
    border-top: 3px solid #6c6c6c;
    background-color: #333333;
    height: 120px;
    width: 100%;
    padding: 3px 0px 0px 0px;
    clear: both;
}

div#footer div.wrapper {
    line-height: 18px;
    color: #8d9296;
}

div#footer div.wrapper a, div#footer div.wrapper abbr {
    color: #FFFFFF;
}

form#login {
    float: left;
    font-family: "verdana";
    width: 353px;
}

form#login input {
    width: 220px;
    border: 1px solid #8d9296;
    height: 14px;
    margin: 2px 10px;
    padding: 2px 0px;
    font-size: 11px;
}

form#login button {
    background-image: url("../images/layout/index_09.gif");
    font-size: 11px;
    float: right;
    height: 44px;
    margin: 2px 0px;
    width: 108px;
    border: 0px;
    outline: none;
    line-height: 44px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}


/* --- */

div#sidebar table {
    width: 353px;
    border-collapse: collapse;
    margin: 0px 0px 3px 0px;
    float: left;
    font-size: 11px;
}

div#sidebar table tr td {
    padding: 3px 5px;
    height: 12px;
    border-bottom: 1px solid #c6c6c6;
    overflow: hidden;
    height: 12px;
}

div#sidebar table tr td a {
    text-decoration: none;
}

div#sidebar table tr {
    cursor: pointer;
}

table#headlines-table span {
    float: right;
}

table#topic-table tr td.topic {
    width: 320px;
    overflow: hidden;
}

table#topic-table tr td.posts {
    width: 33px;
    overflow: hidden;
}

table.matchtable td.team1, table.matchtable td.team2  {
    width: 33%;
    overflow: hidden;
}

table.matchtable td a {
    color: #000000;
    text-decoration: none;
}

.hlmatch {
    background-color: #FFFFFF;
}

table.matchtable td.team2 {
  text-align: right;
}

table.matchtable td.result {
    text-align: center;
    width: 34%;
}

/* --- */

ul#sponsor {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 353px;
    list-style: none;
}

div#videoplayer {
    float: left;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
}

ul#navigation li a {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

ul#navigation li {
    width: 50px;
}

ul.dropdown {
    z-index: 999;
    width: 120px;
    float: left;
    left: -20px;
    top: 7px;
    position: relative;
    clear: left;
    padding: 0px;
    margin: 0px;
    border-top: 2px solid #0371c0;
}

ul.dropdown li {
    list-style: none;
    background-color: #4f4f4f;
    width: 120px !important;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}
ul.dropdown li:hover {
    background-color: #727272;
}


ul.dropdown li a {
    color: #FFFFFF !important;
    text-align: left !important;
    outline: none;
}

div#footer div.wrapper {
    padding: 0px 12px;
    width: 978px !important;
}
.hldropdown {
    background-color: #727272 !important;
}

div#terms {
    width: 95%;
    border: 1px solid #DCDCDE;
    margin: 0px auto;
    height: 300px;
    overflow: scroll;
    padding: 10px;
}

div#terms h2 {
    margin-top: 0px;
}

.hlrow {
    background-color: #FFFFFF;
}

div.quote {
    padding: 10px;
    background-color: #F9F9F9;
    border: 1px solid #B7B7B7;
}

#newsdetails h4 {
    margin: 0px 0px 10px 0px; 
}

.match-title {
    text-align: center;
    font-weight: bold;
    float: left;
    width: 353px;
    padding: 2px 0px;
    border-bottom: 2px solid grey;
}

div#sidebar table.matchtable {
    margin: 0px 0px 5px 0px;
}

.nomatches {
    text-align: center;
}

/*

    -- content styles --
    * blockquote
    * links
    * bold text
    * headlines
    * lists
    * boxes
    * lines
*/

blockquote {
    padding: 0px 10px;
    border-left: 3px solid #1173C1;
}
/*
a, a:hover, a:link, a:active, a:visited {
    cursor: pointer;
    color: #1173c1;
    text-decoration: none;
}
*/
a:hover {
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

.scrollbox {
    width: 88%;
    margin: 0px auto;
    height: 250px;
    overflow: scroll;
    padding: 5px;
}

div#news-details {
    background-color:#E2E2E2;
    border:1px solid #C6C6C6;
    float:right;
    margin:0 1px 5px 10px;
    padding:10px;
    width:596px;
}

div#news-details div {
    text-align: center;
}

div#news-details hr {
    width: 94%;
    height: 0px;
}

div#news-details h4 {
margin:5px 0;
color: #000000;
}