﻿.button_link{

width:100px; 
background-color:Yellow;
 color:Maroon;
}

dd
{
    font-size: 1.1em;
    font-family: 'Times New Roman' , Sans-Serif;
}
dt
{
    font-weight: bold;
    font-size: 1.2em;
    font-family: Verdana, Arial, Serif;
    margin-top: 10px;
    margin-bottom: 5px;
}
dl
{
    margin-left:40px;
}
#top
{
    position:relative;
}
#top img 
{
    width:100%;height:100px;position:relative;display:block;
}
#top h1
{
    position:absolute;top:15px;left:10px;width:100%;color:white;
    font-size:2em;padding:0px 0px;margin:0px 0px;
}
.clear_both
{
    clear:both;
}
.list_none
{
    list-style-type: none;
    list-style-image:none;
}
#main_meny_div
{
   position:relative;width: 580px;margin:0px auto 0px auto;
}
#main_meny{
width:577px;margin:0px 0px;  background-color:Blue;color:White; 
}
#main_meny li{
display: inline;

}
#main_meny .item li{
 
display: none;
}
#main_meny a:visited{
background-color:Blue;color:White;
text-decoration: none;
}
#main_meny a:link{
background-color:Blue;color:White;
text-decoration: none;
}

#main_meny a:hover {

background-color: #4a94d2;
color:White;
text-decoration: none;
}
#items_1
{
    position: absolute;
    left: -58px;
    top: 1.5em;
    background-color: Blue;
    color: White;
    margin: 0px 0px;
    padding: 0px 0px;
}
#items_2
{
    position: absolute;
    left: 110px;
    top: 1.5em;
    background-color: Blue;
    color: White;
    margin: 0px 0px;
    padding: 0px 0px;
}
#items_3
{
    position: absolute;
    left: 216px;
    top: 1.5em;
    background-color: Blue;
    color: White;
    margin: 0px 0px;
    padding: 0px 0px;
}
#items_4
{
    position: absolute;
    left: 270px;
    top: 1.5em;
    background-color: Blue;
    color: White;
    margin: 0px 0px;
    padding: 0px 0px;
}
#items_1 a:hover{

display: block;
}
#items_1 li{

border-bottom: 1px solid #f5f5f5;
}
#items_2 a:hover{


display: block;
}
#items_2 li{

border-bottom: 1px solid #f5f5f5;
}
#items_3 a:hover{

display: block;
}
#items_3 li{

border-bottom: 1px solid #f5f5f5;
}
#items_4 a:hover{

display: block;
}
#items_4 li{

border-bottom: 1px solid #f5f5f5;
}
ol.dicriptoin{
list-style:none;text-align:justify;

}
li.decript_1{
margin-bottom:10px;margin-right:10px;
}
li .strong{
font-size:1.1em;font-weight:bolder;margin-bottom:5px;
}
.decript_2{
text-align:justify;margin:0px auto;padding-right:10px;

}
h3{
padding-left:10px;background-color:Blue;color:White;
}
h2{
padding-left:30px;background-color:Yellow;
}
.list_square{ list-style-type:square;}
