﻿*
{
    border: 0;
    padding: 0;
    margin: 0;
}
body
{
    background-color: #fff;
    background-image: url('../layout/bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
#page
{
    width: 994px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding-bottom: 30px;
    overflow: auto;
}
#top
{
    position: relative;
    width: 994px;
    height: 234px;
    background-image: url('../Layout/top_bg.jpg');
    background-repeat: no-repeat;
}
#sponsors
{
    position: absolute;
    width: 460px;
    height: 73px;
    left: 135px;
    top: 120px;
}
#nextmatch
{
    position: absolute;
    left: 335px;
    bottom: 5px;
}
#table
{
    position: absolute;
    width: 130px;
    height: 165px;
    right: 10px;
    top: 25px;
}
#table table
{
     width: 130px;
     color: #fff;
}
#table tr
{
    height: 14px;
}
#container
{
    position: relative;
    width: 994px;
    min-height: 733px;
    height: auto;
    background-image: url('../Layout/containerBg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
* html #container { height:733px; }
#menu
{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 180px;
    padding: 41px 1px 20px 1px;
    background-image: url('../Layout/menubg.jpg');
    background-repeat: repeat-y;
    overflow: auto;
}
#content
{
    margin-left: 220px;
    padding-top: 20px;
    width: 740px;
    overflow: hidden;
}
#contentbanner
{
    margin-left: 0px;
    height:121px;
    padding-top: 0px;
    width: 740px; 
    padding:3px 5px 3px 5px;   
}
#contentbanner .link {color:#000; text-decoration:none;}
#contentbanner .link:hover {color:#000; text-decoration:underline;}
#contentbanner .bannerTitle { font-weight:bold; font-size:14px; }
#contentbanner .bannerTekst {font-size:10px;}
#contentbanner img {margin-right:5px;}

#playerBar
{
width: 994px;
height: 50px;
overflow: auto;
}
#footer
{
    width: 994px;
}
#footer img
{
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
img.top
{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
img.bottom
{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.leftcol
{
    float: left;
    width: 565px;
    overflow: auto;
}
.rightcol
{
    float: left;
    width: 160px;
    margin-left: 15px;
    overflow: auto;
}

input
{
    border: 1px solid #000;
}
textarea
{
    border: 1px solid #000;
}

.row
{
    background-color: #666;
    height: 20px;
    color: #fff;
}
.row_alt
{
    background-color: #ccc;
    height: 20px;
}

/* NYHETER */
div.article_small { width: 565px; overflow: auto; margin-bottom: 20px; }
div.article_small img.image {float: left; border: 1px solid #000; margin-left: 0px; margin-right:10px; margin-top:5px; }


.striked
{
    text-decoration: line-through;
    color: Red;
}
img.centered
{
    display: block;
    margin-left: 10px;
}
