/* Grundinställningar */
body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 10px;
      margin: 0px;
      padding: 0px;
      background-image: url(../bilder/bakgrund.gif);
      background-color: #CCCCCC;
      background-position: top left;
      scrollbar-face-color: #CCCCCC;
      scrollbar-highlight-color: #CCCCCC;
      scrollbar-shadow-color: ##CCCCCC;
      scrollbar-3dlight-color: #CCCCCC;
      scrollbar-arrow-color: #FFFFFF;
      scrollbar-track-color: #CCCCCC;
      scrollbar-darkshadow-color: #CCCCCC;}

p {font-family: Verdana, Arial, Tahoma;
   font-size: 10px;}

h1 {font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
    font-weight: bold;}

h2 {font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    font-weight: bold;}

h3 {font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    font-weight: normal;}

h4 {font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
    font-weight: bold;}

table {font-family: Verdana, Arial, Tahoma;
       font-size: 10px;}

td {font-family: Verdana, Arial, Tahoma;
    font-size: 10px;}

tr {font-family: Verdana, Arial, Tahoma;
    font-size: 10px;}

a:link {text-decoration: none;
        color: #3333FF;}

a:visited {text-decoration: none;
           color: #3333FF;}

a:active {text-decoration: none;
          color: #3333FF;}

a:hover {text-decoration: underline;
        color: #3333FF;}


/* Klasser */
.Huvudyta {border: 1px #FFFFFF solid;
           width=700;
           height=100%;
           background-color: #E2D9DA;}

.Toppyta {background-image: url(../bilder/topp.gif);
          height=100;}

.Dekoration {background-image: url(../bilder/dekoration.gif);
             height=12;
             border: #FFFFFF;
             border-style: solid;
             border-top-width: 1px;
             border-bottom-width: 1px;
             border-right-width: 0px;
             border-left-width: 0px;}

.Fotyta {height=50;
         padding=4;}

.Textyta {border: #FFFFFF;
          border-style: solid;
          border-top-width: 0px;
          border-right-width: 0px;
          border-bottom-width: 0px;
          border-left-width: 1px;
          padding=4;}

/* Meny */
#content{margin: 1em 1em 1em 1em; padding: 0; float: left;}

#menycontainer {float: left;
                margin: 1em 0 0 0;
                padding: 0;}
#meny {margin: 0;
       padding: 1em;
       list-style-type: none;
       font: 100% Verdana, Helvetica, sans-serif;}

#meny a {width: 120px;
         text-decoration: none;
         text-align: center;
         display: block;
         padding: 0.2em 0.2em;
         margin-bottom: 0.8em;
         background: #99CCCC;
         border-top: 2px solid #e8e8e8;
         border-right: 2px solid #999999;
         border-bottom: 2px solid #999999;
         border-left: 2px solid #e8e8e8;}

#meny a:link {color: #000000;}

#meny a:visited {color: #000000;}

#meny a:hover {background: #A3C2C1;
               border-top: 2px solid #999999;
               border-right: 2px solid #e8e8e8;
               border-bottom: 2px solid #e8e8e8;
               border-left: 2px solid #999999;}

#meny a#current {font-weight: bold;}
