/* Layout Stylesheet */ 

/* Basic building blocks */
#container {
   width:710px;
   margin-right:auto;
   margin-left:auto;
   border-left: 20px solid #9d0a0d;
   border-right: 20px solid #9d0a0d;
   border-bottom: 1px solid #9d0a0d;
   background: #636363;
   overflow: hidden;
   top: 0px;
   height: 100%;
}

#topp {
    width: 710px;
    height: 35px;
    background:#636363;
    padding-top: 15px;
}

#bilder {
  text-align: center;
  width: 710px;
  height: 350px;
  background:#fff;
  padding-top: 30px;	
  margin: 0px;
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
}

#bildtext { 
  width: 450px;
  height: 60px;
  margin-top: 10px;
  margin-left: 15px;
}

#textsida { 
  width: 690px;
  margin-top: 10px;
  margin-left: 15px;
}

#ll {
    float:left; 
    width:335px;
    background:#636363;
    height: 100%;
    padding-left: 15px;
    padding-right: 5px;
}

#rl {
    float:right;        
    width:335px;
    background:#636363;
    height: 100%;
    padding-right: 15px;
    padding-left: 5px;
}


/* Tumnagalarna */

.thumb { 
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid white;
  background-color: #636363;
}

     
/* Småprylar */

#innehall {
  float: right;
  margin-right: 15px;
  width: 145px;
  overflow: visible;
  }

.meny {
  color: black;
  background-color: white;
  z-index: 100;
  overflow: hidden;
}

.menybox { 
  position: absolute;
  z-index: 100;
 }

.menyrad { 
  background-color: white;
  color: black;
  margin-top: -1px;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  height: 20px;
  border: 1px solid #9d0a0d;
  overflow: visible;
  line-height: 20px;
  visibility: hidden;
  width: 135px;
 }

.menyrad_aktiv { 
  color: white;
  //background-color: #9d0a0d;
  background-image: url(/fredrik/cali/rodgradient.jpg);
  margin-top: -1px;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  height: 20px;
  border: 1px solid #9d0a0d;
  overflow: visible;
  line-height: 20px;
  visibility: hidden;
  width: 135px;
 }

.menyref_aktiv { 
  color: white;
  text-decoration: none;
 }

.menyref { 
  color: black;
 }

#caroline {
  height: 20px;
  padding-left: 15px;
  float: left;
  font-size: small;
}

