﻿/* Web Design Copyright by Jörgen Othman / Vörå Båtklubb 2015. All Rights Reserved */

body
{
    margin:0;
    padding:0;
}

h1
{
    margin:0;
    padding:0;
    font-size:2em;
    line-height:3.0;
}

h2
{
    margin:0 0 0.5em;
    padding:0;
    font-size:1.5em;
}

html
{
    margin:0;
    padding:0;
    font:100%/1.5 sans-serif;
    background:white;
    color:#333;
}

p
{
    margin:0 0 1.5em;
}

ul
{
    margin-top:0;
    margin-bottom:1.5em;
}

table, th, td
{
    padding: 15px;
    border: 1px solid black;
    border-collapse: collapse;
}

#header
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:6em;
    z-index:1;
    background:navy;
    color:#fff;
}

#header div
{
    float:left;
    width:5.5em;
    height:3em;
    margin-right:0.5em;
    font-size:2em;
    font-weight:bold;
    text-align:center;
    line-height:3em;
    border-right:2px solid white;
}

#content
{
    margin:7em 14em 2em 12em;
}

#content a
{
    color:Black;
    text-decoration:underline;
}

#widecontent
{
    margin:7em 1em 2em 12em;
}

#widecontent a
{
    color:Black;
    text-decoration:underline;
}

#lang
{
    position:fixed;
    top:4em;
    right:0.5em;
    z-index:2;
    margin-right:0;
    font-size:1em;
    text-align:center;
}

#lang a
{
    color:#bbb;
    text-decoration:underline;
}

#lang a:link,#lang a:visited
{
    color:white;
    text-decoration:none;
}

#lang a:hover
{
    color:#fc6;
    text-decoration:underline;
}

#sidebar
{
    position:absolute;
    top:7em;
    right:0;
    width:13em;
    background:#def;
    color:#006;
    border:1px solid #369;
}

#sidebar div
{
    width:100%;
    height:1.5em;
    background:#369;
    color:white;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
}

#sidebar p
{
    padding:0 0.5em;
    text-align:center;
}

#sidebar h1
{
    margin:0 0 0.5em;
    padding:0;
    text-align:center;
    font-size:1.5em;
}

#sidebar h2
{
    margin:0 0 0.5em;
    padding:0;
    text-align:center;
    font-size:1.5em;
}

#sidebar a,a:link,#sidebar a:visited
{
    color:white;
    text-decoration:none;
}

#sidebar a:hover
{
    color:#fc6;
}

#nav
{
    position:fixed;
    top:7em;
    left:0;
    width:11em;
    margin:0;
    padding:0;
    color:#bbb;
    background:#666;
}

#nav a:link,#nav a:visited
{
    color:#fff;
    text-decoration:none;
}

#nav a:hover
{
    color:#fc6;
}

#nav li
{
    margin:0;
    padding:0.25em 0.5em;
    list-style-type:none;
    border-bottom:1px solid #fff;
}

#footer
{
    font-size:0.75em;
    text-align:center;
}
