/* start reset browser default styling */
html, body,
div, h1, h2, h3, p, pre, blockquote, ul, ol, li, address,
dl, dt, dd,
td, th, tfoot,
form, fieldset, label, select, input, legend, textarea {
    margin:0;
    padding:0;
    font:1.0em Arial, sans-serif;
}

fieldset, img, table {
    border:0;
}

ul {
    list-style:none;
}
/* end reset browser default styling */
/* start basics */ 
body#exnsettings,
body#entrance,
body.bare {
    font-size: 125%;
}

body.bare {
    background: none;
}

body {
    background: url( 'kicker.png' ) 9px top no-repeat;
    padding:.8em 0 2em 0;
}

body.bare, html {
    height: 100%;
}

.hidden {
    display: none;
}

.enclosing {
    clear:both;
}
/* end basics */
/* start header */
h1 {
    float: left;
    display:inline;
    width: 15%;
    height: 60px;
    margin: 0;
    padding: 30px 0 17px 61px;
}

h1 a {
    float: left;
}

h1 a img {
    display: block;
    width: 87px;
    height: 0;
    padding-top: 60px;
    background: url( 'logo.gif' ) 0 0 no-repeat;
}
/* end header */
/* start layout */
#entrance #wrapper_main,
#exnsettings #wrapper_main,
.bare #wrapper_content{
	font-size:0.5em;
}

#wrapper_content {
    background:transparent url( ) no-repeat scroll 474px 0;
    display:inline;
    float:left;
    margin-right:-3px;
    width:725px;
}

#entrance #nav_main,
.bare #nav_main{
	display:inline;
	float:left;
	clear:left;
	margin:0 20px 0 0;
	width:210px;
	color:#a8a8a8;
}

/* end layout */
/* start instructions (choose country in diffrent languages) */
.instructions{
    background: none;
    position:absolute;
    top:3.1em;
    width:295px;
    height:65px;
    display:none;
    left:9px;
}

body.jsEnabled #Motorsport .instructions,
body.jsEnabled #Football .instructions{
    background: none;
}

#Football .instructions {
    left:15.6em;
}

#Wintersport .instructions{
    background: none;
    left:32.3em;
}

#Wintersport .instructions {
    left:17.2em;
}
/* start choose country */
#sports{
    position:relative;
    width:100%;
	background: none;
	padding:9.8em 0 2em 0;
}

#sports span.divider{
    position: relative;
    top:2.5em;
    display:block;
    border-bottom:1px solid #c0c0c0;
}

.sport{
    margin:0;
    float:left;
}

.sport ul{
    width:12.5em;
    padding:0;
    float:left;
    padding-right:25px;
}

.first ul,
#sports .first h2 {
padding-left:0;
}

.last ul {
    padding-right:0;
}

.sport li{
    font-size:1.1em;
    color:#464646;
	padding-bottom:0.5em;
}

#wrapper_content .sport li a {
    color:#464646;
    text-decoration:none;
}

#wrapper_content .sport li a:hover{
    color:#cc0000;
}

#sports .selected,
#wrapper_content .sport li a.selected {
    color:#cc0000;
}

#sports .selected .instructions{
    display:block;
}
/* end choose country */
/* start text etc */
p#copyright {
    position:relative;
    bottom:-20px;
}

#sports h2 {
    font-size:1.5em;
	font-weight:bold;
	color:#8f8f8f;
	margin-bottom:1.2em;
}

#sports .selected h2 {
    color:#cc0000;
}
/* end text mm */
/* start other */
#nav_extra li a { /* needed for placement of extra navigation */
	height:auto;
	display:block
}
/* end other */

h2 {
    font-size:1.5em;
    font-weight:bold;
    color:#8f8f8f;
}

