/* Body */
body {
    text-align:center; 
    margin: 0; 
    padding: 0;  
    font: 0.8em "Trebuchet MS", Helvetica, Arial, sans-serif; 
    color: #EEEEEE; 
    font-size: 14px;
    background-color:black;
} /* text-align är för att centrera i explorer. */


/* För att få en marginal på sidorna. Innehåller allting utom svart på sidorna*/
.alltUtomSidorna {
    margin: auto; 
    margin-top: 1%;  
    width: 1065px; 
    height: 705px; 
    text-align: left;
}

/* Allt utom sidomenyn */
.innehallOchSidomeny{
    width: 792px; 
    position:relative; 
    right:11%;
    float:right; 
}

/* Används inte just nu, men läggs dit om/när man vill ha en vertikal meny till vänster */
.vertikalmeny {
    height: 70%;
     text-align: center; 
    position: relative;
    top: 14px;
    margin-left: 4%;
    float: left; 
   
}

.vertikalmenyinnehall {
    margin-top: 20px;
    white-space: nowrap;
    padding-left: 5px;
     border-style: solid; 
    border-width: 2px; 
    border-color: #030303;
}

/***/
/* För övermenyn  */

/* Innehåller headerempty och menyn */
.sidhuvud {
    height: 60px; 
    width: 100%; 
}

.horisontellmenyStor {
    float: right;
    position: relative; 
    top: 35px; 
}


.logga {
    float: left; 
    position: relative; 
    top: 16px; 
    filter:alpha(opacity=90);
    opacity:0.9;
}

a.meny { 
    color:  #EEEEEE; 
    text-decoration: none; 
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    margin-left: 0px; 
    padding-left: 7px; 
    margin-right: 0px; 
    padding-right:3px; 
    border-bottom-width: 0px; 
    border-top-width: 0px; 
    border-left-width: 1px; 
    border-right-width: 0px;  
    border-style: solid; 
    text-align: center; 
}

a.meny:hover{ 
  /*  color: #5E87AD;*/ /*morka*/
    color:  #5FB1D4;
    border-color: #EEEEEE; 
}

a.forst { 
    border: none
}

a.vald { 
    color: #888888;
}

a.vald:hover{ 
    color:#888888;
}

.browserIE a.vald 
{ 
   color: #555555; 
}
.browserIE a.vald:hover{ 
   color:#555555;
}

/* Innehållet */
.innehall {
    height: 600px;
    width: 792px;
    border-style: solid; 
    border-width: 2px; 
    border-color: #030303; 
    overflow: hidden;  
    position: relative;
    float: right;
}

.browserIE .innehall {
    border-width: 3px; 
    border-color: #101010; 
}

.textyta
{
    height: 100%;
    width: 270px;
    position: absolute;
    background-color: #030303;
    filter: alpha(opacity=60);
    opacity: 0.6;
    left: 530px;
    top: 0px;
    display: none;
    z-index: 1;
    padding-top: 20px;
}

.browserIE .textyta
{
    color:  #FFFFFF; 
    filter:alpha(opacity=90);
}

.huvudtext
{
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    display: none;
    font-variant: small-caps;
    font-weight: bold;	
    color:  #EEEEEE;
}

.bild {
    left:0px;
    top:0px;
    width: 792px;
    position: absolute;
    display: none;
    z-index:-1
}  

/* Sidfoten */


.sidfot {
    width: 100%;
    height:45px;
    position: relative;
    clear: both;
}

.vanstersidfot {
    float: left; 
    margin-top: 7px; 
    font-size: 12px; 
    height:20px;
}

.textstorlek {
    font-size: 20 px;
    text-decoration: none; 
}

.hogersidfot{ 
    float: right; 
    margin-top: 5px;
    margin-right: 8px;
}

.spraklank {
    border-style: solid; 
    border-color:  #000000;
    border-bottom-width: 0px; 
    border-top-width: 0px; 
    border-left-width: 2px; 
    border-right-width: 2px;
}




