﻿body 
{
    background: white;
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    font-size: 12px;
    margin: 20px 0px 0px 0px;
    color: #545454;    
}
img
{
    border: none;
}

#top
{
    width: 800px;
    margin: auto;
    padding: 0px;
    height: 110px;
          
}

#logo /*logotypen, bilden och inget annat...*/
{
    /*/float: left;*/
    width: 266px;    
    border: none;
    
    
}



#logodiv
{
    
    width: 529px;
    float: left;
}

#logindiv
{
   padding-top: 10px;
    
}

ul
{
    list-style-type: none;
}

#toplogin /*Lista för loginboxarna*/
{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;      
}

#toplogin li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#loginmargin /*Spantagg som justerar loginrutan och texten bredvid*/
{
    margin-right: 38px;
}

#anvandarnamnmargin /*Spantagg som justerar loginrutan och texten bredvid*/
{
    margin-right: 10px;
}

#top input
{
    margin: 0px 7px 2px 0px;
    padding: 0px;
}



#list
{
    height: 14px;
    background: url(../../images/list.gif) repeat-x;
    clear: both;
    margin-bottom: 18px; 
}

#menu
{
    width: 800px;
    margin: auto;
}

.menulist
{
    padding: 0px;
    margin: 0px 0px 20px 0px;    
}

.menulist li
{
    display: inline;
    margin: 0px 30px 0px 0px;
    padding: 0px 0px 0px 20px;
    background: url(../../images/1.gif) no-repeat 0 50%;       
}

.menulist .active
{
    background: url(../../images/2.gif) no-repeat 0 50%;           
}

.menulist .active a
{
    color: #D1B3B3;          
}


#pagebody
{
    width: 800px;
    margin: auto;    
}

#content
{
    width: 500px;
    margin: auto;
    float: left;    
}

#right
{    
    padding: 12px 0px 0px 0px; /*padding på toppen så att almenackan kommer ner i höjd med inläggen*/
    margin: 0px;
    margin-left: 532px;
}

#right div /*Sätter bredden på den prickade skiljelinjen på högersidan*/
{
    width: 254px;
}
/*FONTS****************************************/
h1
{
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    font-weight: lighter;
    color: #727272;
}

h2
{
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

p
{
    margin: 0px;
}

/*LÄNKAR***************************************/
a
{
    font-size: 12px;
    color: #858587;
    text-decoration: none;
    letter-spacing: 2px;
}

Top a
{
    font-size: 14px;
    color: #858587;
    text-decoration: none;
    letter-spacing: 2px;
}

a:hover
{    
    color: #D1B3B3;    
}

#registrera a
{
    font-size: 10px;
    color: #D1B3B3;
}

/*SPACETAGGAR**********************************/
/*Dessa är till för att skapa marginal mellan olika tagar på sidan*/
.space18
{
    margin-bottom: 18px;
}

.space30
{
    margin-bottom: 35px;
}

.textstycke
{
    margin: 0px 0px 10px 0px;
    width: 450px;
    border-bottom: dotted 1px #C7C7C7;
}

.stycke
{
    margin: 0px;
    padding: 0px;          
}

.author /*vem som skriver inlägget och när*/
{
    color: #A98C8C;
    margin: 2px 0px 10px 0px;
    padding: 0px;
}

.kommentarstatus /*Raden där antal kommentarer står, samt läs och skriv kommentar*/
{
    margin: 20px 0px 25px 0px;
}

.comdiv /*diven som omsluter alla kommentarelement*/
{
    margin: 0px 0px 40px 0px;
    color: #A98C8C;   
    font-size: 11px;
    display: none;
}

.comauthor /*vem som skrivit kommentaren*/
{
    margin: 3px 0px 0px 0px;
}

.smallheader /*Rubriken till kommentarer, samt liten rubrik till inlägg när man kommenterar*/
{
    color: #545454;
    font-size: 15px;
}

.comtext /*Kommentartexten*/
{
    margin: 0px 0px 20px 0px;
    background-color: #F7F7F7;
    width: 450px
}

/*KALENDERN************************************/
.otherdays
{
    visibility: hidden;
}

/*nyaste*/

#skriv .button /*knappar på skriv inlägg och kommentarer*/
{
    width: 100px;
}

.messagelist 
{
    margin: 40px 0px 0px 0px;
    padding: 0px;
    color: #A98C8C;
}

.messagelistheader
{
    background-color: #F7F7F7;
    width: 450px;
    margin: 15px 0px 0px 0px;
}

#skriv .rubrikruta /*textboxen för rubriken på inlägg*/
{
    width: 450px;
}

.textruta /*inlägg*/
{
    width: 450px;
    overflow: auto;
    height: 200px;   
}

.textruta2 /*kommentarer*/
{
    width: 450px;
    overflow: auto;
    height: 200px; 
    margin-bottom: 20px;  
}

.ddkategorier
{
    font-size: 12px;
    margin-bottom: 20px;
    width: 100px;
}

.styckeutnakommentar /*det inlägget som syns när man skriver en kommentar*/
{
    padding-bottom: 30px;
}

.texturl
{
    width: 450px;
}

.textruta3 /*länkbeskrivning*/
{
    width: 450px;
    height: 55px;
    overflow: auto;
}


.uploadpic
{
    margin: 20px 0px 0px 0px;
}

.dropdowncat
{
    float: left;
}

.fileupload
{
    border: 1px solid #7F9DB9;
    font-size: 12px;    
}

.commentlistheader
{
    margin: 5px 0px 0px 10px;
    color: Gray;
    
}

.checkboxlink
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
}

.createUserButton
{
    border: 1px solid #7F9DB9;
    background-color: #ECE9D8;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    position: relative;
    left:-354px;
    color: Black;
}

.createUserWiz
{
    
    width: 450px;
}

.hide
{display: none;}

.isOnline
{
    color: #366E2D;    
}

.isNotOnline
{
    color: #972C0F;    
}

.roleheader
{
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.listusers img
{
    margin: 0px 5px 0px 0px;
}

.listusers p
{
    margin: 0px 0px 6px 0px;
}

.listWriters p
{
   margin: 0px 0px 6px 0px; 
}

.listWriters
{
    
    margin: 20px 0px 50px 0px;
}

.listWriters
{
    
    margin: 20px 0px 20px 0px;
}

.rolespace
{
    margin: 0px 5px 20px 0px;
}

.userrow
{
    background-color: #F7F7F7;
    color: #A98C8C;
   
}

.roledetailsbackground
{
    margin-bottom: 30px;
}

.userdetailsbackground p
{
    background-color: #F7F7F7;
    color: #A98C8C;
}

.roledetailsbackground p
{
    background-color: #F7F7F7;
    color: #A98C8C;   
}

.strong
{
    font-weight: bold;
    font-size: 12px;
    
 }
 
.listusers
 {
    margin-top: 20px;
 }
 
 .topheader
 {
    margin-bottom: 22px
 }
 
 #contentrightall p
 {
    margin: 0px 0px 1px 0px;
    
 }
 
 .contentrighttop
 {
    margin: 40px 0px 0px 0px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #C7C7C7;   
 }
 
 #contentrightall .contentrighttop p
 {
    margin: 0px 0px 14px 0px;      
 }
 
img
{
    border: 0px;
}
 
 .contentright
 {
    margin: 20px 0px 0px 0px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #C7C7C7;
 }
 .contentrightbottom
 {
    margin: 20px 0px 0px 0px;  
 }
 
 .passwordmargin
 {
    margin: 0px 0px 0px 28px;
 }
 
 .loginbuttonmargin
 {
    padding: 0px 0px 0px 192px;
 }
 
 .loginbox
 {
    width: 162px;
 }
 
 #loginlinks
 {
    margin-top: 6px;
    letter-spacing: 5px;
    margin-left: 530px;
 }
 
 .errormess
 {
    color: #C00000;
 }
 
 .loginbutton
 {
    width: 61px;
    font-family: "Trebuchet MS", Verdana, Arial;
 }
 
 .messageimage
 {
    margin: 6px 0px 12px 0px;
 }
 
 .cal a
 {
    text-decoration: underline;
 }
 
 .createpassword
 {
    width: 127px;
    font-size: 12px;
 }
 
 .statistikheader
 {
    color: #A98C8C;
 }
 
 .postDetButton
 {
    margin: 20px 10px 0px 0px;
 }
 
 .description
 {
    width: 127px;
    overflow: auto;
 }
 
 .Detailsmessage
 {
    margin: 10px 0px 10px 0px;
    color: #1E5822;   
 }
 
 .errormess
 {
    margin-left: 531px;
    width: 256px;
 }
 
 .space
 {
    margin: 8px 0px 0px 0px;
 }
 
 .regBtn
 {
    margin: 20px 0px 0px 0px;
 }