﻿/*Allmänt*/
body 
{
    font-family: Tahoma;
    font-size: 10px;
    color: #000;
    background-color: #E9F0C5;
}

h3 {margin-top: 0px; margin-bottom: 3px; border-bottom: solid 2px #D1382A; font-size: 1.1667em;}

#container
{
    width: 620px;
    background-color: White;
    border: solid 2px #000;
    display: table-cell;
}

#topLogo
{
    background-image: url(OtherPics/klaner_logo.png);
    height: 200px;
}

.header{background-color: #D1382A; width: 600px; height: 26px; font-size: 16px; font-weight: bold; text-align: center; vertical-align: middle; border: solid 1px black; margin-left: auto; margin-right: auto; padding-top: 5px;}

.mainContent
{
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.newsSeperator
{
    border-bottom: 2px solid black;
}

#rightDiv {float: right; width: 220px;}
#latestNews {float: right; border-left: dotted 2px #000; border-bottom: dotted 2px #000; padding: 3px; padding-top:0; width: 200px; height: 7.8em;}
#searchingFor {float: right; border-left: dotted 2px #000; border-bottom: dotted 2px #000; padding: 3px; margin-top:2px; width: 200px; height: 7.8em;}

#loggedIn{float: Left; padding: 5px; background-color: White; border: solid 2px #000; display: table-cell; margin-right: 20px;}

#footer{ text-align:center; margin-left: auto; margin-right: auto;}

#divInfo{float: Left; margin-left: 10px; margin-top: 80px; width: 310px;}

#menycontainer ul{margin: 0; padding: 0; float: left; width: 100%; background: #533A35; font-size: 12px;}
#menycontainer li{display: inline;}
#menycontainer ul a{float: left; text-decoration: none; font-weight: bold; padding: 0.3em 0.7em;}

#menycontainer a:link{color: #D1382A;}
#menycontainer a:visited{color: #D1382A;}
#menycontainer a:hover{background: #968E81;}

.writtenBy { vertical-align: top; width: 100px; border-right: 1px #c2c2c2 solid; padding-left: 2px;}
.forumDate {font-size: 8px; color: #c2c2c2; margin: 2px; vertical-align: bottom;}