﻿body {
    background-color: #0e3254;
    font-size: 12px;
    font-family: Arial,Sans-Serif;
}
img {
    border-style: none;
}
a {
    font-weight: bold;
    color: #0053a0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.Clear {
    float: none;
    display: block;
    clear: both;
}
.Bold {
    font-weight: bold;
}
.Italic {
    font-style: italic;
}
.Error {
    color: Red;
}

/* Grundlayouten */
div#MainOuter {
    width: 975px;
    height: auto;
    overflow: hidden;
    margin: 5px auto;
}
div#Main {
    width: 945px;
    height: auto;
    overflow: hidden;
    background-color: White;
    float: left;
    display: inline;
}
div#MainContentOuter {
    width: 945px;
    height: auto;
    overflow: hidden;
    background-color: White;
    float: left;
    display: inline;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: top left;
}
div#MainContent {
    width: 926px;
    height: auto;
    overflow: hidden;
    background-color: White;
    margin: 0 0 5px 5px;
}
div#Header {
    width: 945px;
    height: 143px;
    overflow: hidden;
    background-image: url(../images/topp.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
img#Footer {
    display: block;
    margin: 0;
    clear: both;
}
img#Logo {
    float: left;
    display: inline;
}
img#HeaderImg {
    display: block;
    margin: 0;
}
div#Header div.TopMenu {
    margin: 110px 0 0 129px;
    width: 802px;
    height: 25px;
    overflow: hidden;    
}
div#Header div.TopMenu a {
    float: left;
    height: 22px;
    overflow: hidden;
    padding: 4px 4px 0px;    
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;    
}
div#Header div.TopMenu a:hover {
    text-decoration: underline;
}
div#Header div.TopMenu a.Current {
    color: White;
}
div#Header div.TopMenu img.Separator {
    float:left;
    display:inline;
    margin:5px 0 0 0;
}

/* Kontaktinformation i sidfoten */
p#ContactInfo {
    width: 800px;
    overflow: hidden;
    background-color: transparent;
    color: White;
    font-weight: bold;
    float: left;
    display: inline;
}
p#ContactInfo a {
    color: White;
    text-decoration: none;
}
p#ContactInfo a:hover {
    text-decoration: underline;
}
p#ContactInfo img {
    vertical-align: middle;
}

/* Spelarfokuspuffen */
div#PlayerFocusPuff {
    width: 292px;
    height: 344px;
    overflow: hidden;
    background-image: url(../images/bla_platta_spelare.jpg);
    background-repeat: no-repeat;
    padding:5px;
    color:White;
}
div#PlayerFocusPuff a {
    color:White;
}
div#PlayerFocusPuff h1 {
    font-size: 14px;
    margin: 0px 0px 2px 0px;
    color: White;
    text-transform: uppercase;
}
div#PlayerFocusPuff h2 {
    font-size:22px;
    margin:0;
    color:White;
    font-family:Verdana, Arial, Sans-Serif;
}
div#PlayerFocusPuff img.Player {
    width:292px;
    height:219px;
    display: block;
    margin: 0;
    border-style: none;
}
div#PlayerFocusPuff div.Body {
    width:286px;
    height:101px;
    padding:3px;    
}
div#PlayerFocusPuff div.Body p.ReadMore {
    margin:12px 0 0 0;
}

p#HerrarnasPuff {
    width:302px;
    height:69px;
    overflow:hidden;
    margin:0 0 10px 0
}
p#HerrarnasPuff img {
    float:left;
    display:inline;
}