body { background: #cacaca; }

#layout { background: white; 
          margin: auto; 
          width: 850px;}

#head { margin-top: 2em; 
        background-image: url('header-okt.jpg'); 
        background-repeat: no-repeat; 
        height: 320px; }
         
#sida { float: left; 
        width: 240px;
        min-height: 400px;
        background: #dddddd; 
        padding-left: 6px;
        overflow: auto; }
#sida2 { float: left; 
        width: 240px;
        min-height: 450px;
        background: #dddddd; 
        padding-left: 6px;
        overflow: auto; }
#sida3 { float: left; 
        width: 240px;
        min-height: 500px;
        background: #dddddd; 
        padding-left: 6px;
        overflow: auto; }
#sida4 { float: left; 
        width: 240px;
        min-height: 550px;
        background: #dddddd; 
        padding-left: 6px;
        overflow: auto; }
#sida5 { float: left; 
        width: 240px;
        min-height: 600px;
        background: #dddddd; 
        padding-left: 6px;
        overflow: auto; }

#container { padding-left: 250px; 
             width: 590px;
             background: #fff; }

#menycontainer { clear: both; 
        height: 40px; 
        display: block;
        background: #919191;
        border-top: 1em solid #cacaca;
        border-bottom: 1em solid #cacaca;
        font-family: "Verdana", Sans-Serif; 
        font-size: 0.715em;
        color: #000; }
        
#menycontainer ul{ float: left; 
                   margin-left: 0; 
                   padding-left: 0; 
                   width: 100%;
                   background: #919191; }
#menycontainer li{ display: inline;}
#menycontainer ul a{ float: left; 
                     text-decoration: none; 
                     padding: 1.2em 1em 1.2em 1em;
                     margin:-1em 0em -1em 0em; }
#menycontainer a:link{ color: #ffffff;}
#menycontainer a:visited{ color: #ffffff;}
#menycontainer a:hover{ color: #ffffff;
                        background: #6e6e6e;}
#menycontainer a#current{ background: #fff; 
                          color: #545454; }

                 
#sidfot { clear: both;
          border-top: 1em solid #cacaca; 
          background: #919191; 
          padding-top: 1em; 
          padding-left: 1em; 
          padding-bottom: 0.8em; 
          padding-right: 1em;
          font-family: "Verdana", Sans-Serif; 
          font-size: 0.715em;
          color: #fff;
          margin-bottom: 2em; }
#sidfot a:link { text-decoration: none;
         color: #fff; }
#sidfot a:visited { text-decoration: none; 
            color: #fff; }
#sidfot a:focus { color: #fff; }
#sidfot a:hover { color: #000; }
#sidfot a:active { text-decoration: none }

#leftfot {float: left; 
          width: 659px ;}
#rightfot { }

h1 { margin: 0.4em 0em -0.3em 0.1em;
     padding: 0em 0.6em 0em 0.7em; 
     font-size: 1.5em; 
     color: #545454; 
     font-family: "Verdana", Sans-Serif; 
     font-weight: normal; }

h2 { margin: 1em 0em -0.3em 0.1em;
     padding: 0em 0.6em 0em 0.7em; 
     font-size: 1.5em; 
     color: #545454; 
     font-family: "Verdana", Sans-Serif; 
     font-weight: normal; }

p { line-height: 1.6em;
    font-size: 0.715em; 
    padding: 0em 0.6em 0.1em 0.6em;
    font-family: "Verdana", Sans-Serif;
    color: #545454; }


a:link { text-decoration: none;
         color: #545454; }
a:visited { text-decoration: none; 
            color: #545454; }
a:focus { color: #545454; }
a:hover { color: #000; }
a:active { text-decoration: none }


a.miniatyr { display: block; 
             border: 1px solid #545454; 
             padding-bottom: 0px; 
             padding-left: 4px; 
             padding-right: 4px; 
             padding-top: 4px; 
             background: #ffffff; 
             margin: 0 6px 6px 0; 
             float: left; }
a.miniatyr img { width: auto; 
                 height: auto; }
a.miniatyr:hover { border-color: #000000; }
