/*---- Layout ----*/

/*------scrollbar-------------*/

body, html {
  scrollbar-face-color:  #000099   !important;
  scrollbar-shadow-color: #000099 !important;
  scrollbar-highlight-color: #000099 !important;
  scrollbar-3dlight-color:  #FFFFFF; !important;
  scrollbar-darkshadow-color: #FFFFFF; !important;
  scrollbar-track-color:#6699FF!important;
  scrollbar-arrow-color: #FFFFFF !important;
}

/*------layout-------------*/

body {
 margin: 0 0 0 0;

 background:#808080;
 color: #333333;
 text-align:center;
 padding: 10px
}

#leftCol
{
   float:left;
 /*background:#dcdcdc;*/
 background: #FFFFFF;
 color: #333333;
 width:175px;
margin-top: 10px;}




#innerMiddleCol
{
width:700px;
 background:#FFFFFF;
 color: #333333;
 border-left: solid 2px #000099;
 border-right: double 4px #000099;

 text-align:left;


}

#pageFrame
{

 position:relative;
 /*background:#dcdcdc;*/
 background: #FFFFFF;
 color: #333333;
 width:908px;
 padding:1px;
 margin: 5px;
  margin-bottom: 4px;
}

#head {



background-image: url("bokskog_Dihult.JPG");
	height:50px;

 color: #333333;
}



#foot
{
    height:30px;
    background-image: url("bro.JPG");
 color: #333333;

}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
   border-right: double  5px #000099;
   border-bottom: double 8px #000099;
padding-top: 15px;}



/*---- Visual Elements ----*/




/*----Textformat---*/

/*-------rubrik--------*/

h1{
  margin-left: 5%;
   margin-right: 12.3%
}


/*--------paragrapher-----*/

p, ul.erbj
   {
   text-indent: 1.4em;
   margin-left: 5%;
   margin-right: 12.3%;

   }

 .links{
   	line-height: 10px
}



.firstP  {
  font-size: 1.6em;
  text-align: center:

}

table {
top: 20px;
left: 30px;

position: relative;}

   .text_bakgrundsfarg
   {


border: #000099 solid;
}

.fat {
     font-weight: bold
}

/*----------------punktlistor--------------------------------*/

/*--pkt - v marg. l&auml;nkar--*/

ul.navbar {
  list-style-type: none; 
  margin: 0.25em;
}

ul.navbar a {
  text-decoration: none
}

ul.navbar li {

/*  background: #99CCFF;   */
  margin: 4px 1em 4px 1em;
  border-right: 0.3em double #000099;
  border-left: 0.2em solid #000099;
  border-bottom: 0.2em double #000099;
  border-top: 0.1em solid #000099;
}


a{
    text-decoration: none;

 }





/*------------ pnkt -addr. lista---------------------------------*/
ul.nav {
margin: 0.25em;
  list-style-type: none;
  padding: 0;
}

/*------------ pnkt - erbjudanden ---------------------------------*/

ul.erbj {
     list-style-type: disc;
padding-bottom: 2em;}


/*---------------moms pnkt lista------------------------------------*/

dd{
  padding-bottom: 1em;
}

dt{
  padding-bottom: 0.5em;
}
/*---------------slut p&aring; punktlistor----------------------*/

/*---------------l&auml;nkar----------------------------------*/

a:link {
  color: #000000;}

a:visited {
color: #000000;
}

 a:hover
{
  color: #CC0033;
}

a:active
{
   	color: #0099FF;
}

