/* >>>>>>>>>> de globala stilarna */

body {
	margin:0px;
	background-image: url('bg01.gif');
	}

A:link {FONT-WEIGHT: normal; COLOR: #bb2f35; TEXT-DECORATION: none}
A:visited {FONT-WEIGHT: normal; COLOR: #bb2f35; TEXT-DECORATION: none}
A:hover {FONT-WEIGHT: none; COLOR: #000000; BACKGROUND-COLOR: #DDDDDD; TEXT-DECORATION: none}
A:active {FONT-WEIGHT: none; COLOR: #bb2f35; TEXT-DECORATION: none}

td {
	font:10px verdana;color:#000000;
	}

/*  >>>>>>>>>> text stilar */
	
.text{
	font:10px verdana;
	color:#000000;
	line-height:16px;
	margin-top:0px;

	}

.text2{
	font:10px verdana;
	color:#000000;

	}
	
.text3{
	font:12px verdana;
	color:#000000;

	}
	
.Blogg-rubrik{
    font:16px verdana;
	color:#000000;
	font-weight: bold;

	}
	
.Navigation-rubrik{
    font: 12px garamond;
	color: #CC6633;
	letter-spacing:.2em;
	font-weight: bold;
	}
	

/*  >>>>>>>>>> sitemap inställningar */

li {
   font-family: verdana;
   font-size: 10px;
}
ul {
   padding-left: 30px;
}

/* opacy inställning */

.opacity1
   {
   background-color: #000000;
   opacity: 0.48;
   filter: alpha(opacity=48);
   width: 100%;
   height: 100%;
   }
   
.opacity2
   {
   background-color: #000000;
   opacity: 0.44;
   filter: alpha(opacity=44);
   width: 100%;
   height: 100%;
   }
   
.opacity3
   {
   background-color: #000000;
   opacity: 0.40;
   filter: alpha(opacity=40);
   width: 100%;
   height: 100%;
   }
   
.opacity4
   {
   background-color: #000000;
   opacity: 0.36;
   filter: alpha(opacity=36);
   width: 100%;
   height: 100%;
   }
   
.opacity5
   {
   background-color: #000000;
   opacity: 0.32;
   filter: alpha(opacity=32);
   width: 100%;
   height: 100%;
   }
   
.opacity6
   {
   background-color: #000000;
   opacity: 0.28;
   filter: alpha(opacity=28);
   width: 100%;
   height: 100%;
   }   
   
.opacity7
   {
   background-color: #000000;
   opacity: 0.24;
   filter: alpha(opacity=24);
   width: 100%;
   height: 100%;
   }
      
.opacity8
   {
   background-color: #000000;
   opacity: 0.20;
   filter: alpha(opacity=20);
   width: 100%;
   height: 100%;
   }
      
.opacity9
   {
   background-color: #000000;
   opacity: 0.16;
   filter: alpha(opacity=16);
   width: 100%;
   height: 100%;
   }
      
.opacity10
   {
   background-color: #000000;
   opacity: 0.12;
   filter: alpha(opacity=12);
   width: 100%;
   height: 100%;
   }
      
.opacity11
   {
   background-color: #000000;
   opacity: 0.08;
   filter: alpha(opacity=08);
   width: 100%;
   height: 100%;
   }
      
.opacity12
   {
   background-color: #000000;
   opacity: 0.04;
   filter: alpha(opacity=04);
   width: 100%;
   height: 100%;
   }
   
.opacity13
   {
   background-color: #FFFFFF;
   opacity: 0.60;
   filter: alpha(opacity=60);
   width: 100%;
   height: 100%;
   }

.opacity14
   {
   background-color: #FFFFFF;
   opacity: 0.80;
   filter: alpha(opacity=80);
   width: 100%;
   height: 100%;
   }

/*  >>>>>>>>>> menyn */
.navcontainer {
   float:left;
}
 
.navcontainer #current {
   font: bold 11px/16px Verdana;
   border-top: 0px solid #aaa;
   border-bottom: 0px solid #aaa;
   visibility: visible;
   position:relative;
   z-index:22;
   text-align: center;
}
 
.navsubbox {
   position:absolute;
   width:108px !important;     /* <--- För firefox */
   width:110px;                /* <--- Så bred man vill ha menyn / antalet root menyer */
   visibility:hidden;
   border:0px solid #aaa;
   margin-top: -2px;
   text-indent: 5px;
   z-index:21;
}
 
.navlist li {
   display: inline;
}
 
.navlist {
   width: 110px;               /* <--- Så bred man vill ha menyn / antalet root menyer */
   margin: 0;
   padding: 0;
   border-top: none;
}
 
.navlist a {
   font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   width: 100%;
   display: block;
   background-color: #efefef;
   border-top: 0px dotted #aaa;
   text-decoration: none;
   color: #000000;
}
 
.navlist a:hover {
   background-color: #ffc63d;
   color: #bb2f35;
}
 
#menu_top {
   position: absolute;
   top: 62px;
   z-index: 20;
}