/* Layout Stylesheet */ 

/* Basic building blocks */
#container {
   /* Huvudboxen */
   width:710px;
   margin-right:auto;
   margin-left:auto;
   overflow: hidden;
   top: 0px;
   height: 100%;
}

#topp {
   /* översta raden */
    width: 710px;
    height: 70px;
    padding-top: 5px;
}

#bilder {
  /* bildraden */
  width: 710px;
  height: 350px;
  background:#ffffff;
  padding-top: 0px;	
  margin: 0px;
  overflow: hidden;
  vertical-align: top;
}

#bildtext { 
  /* Bildtext under bildraden */
  width: 690px;
  height: 50px;
  margin-top: 10px;
  margin-left: 15px;
}

#textsida { 
  /* Nedre rad för textsidor */
  width: 690px;
  margin-top: 10px;
  margin-left: 15px;
}

#ll {
	/* vänster spalt */
    float:left;
	width:400px;
	height: 100%;
	padding-left: 0px;
	padding-right: 5px;
}

#rl {
	/* höger spalt */
    float:right;
	width:220px;
	height: 100%;
	padding-right: 0px;
	padding-left: 5px;
	color: 0094ea;
}


/* 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: white;
}

     
/* Småprylar */

#innehall {
  /* hållare för menyn */
  float: right;
  color: black;
  margin-right: 0px;
  background-color: white;
  overflow: visible;
  width: 145px;
  z-index: 100;
}

.innehallsbox {
	/* menyn */
  margin-top: 30px;
	position: absolute;
	z-index: 100;
	visibility: visible;
 }


.innehallsrad { 
  /* normal menyrad */
  background-color: white;
  margin-top: -1px;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  height: 20px;
  border: 1px solid #fb2e25;
  overflow: hidden;
  line-height: 20px;
  visibility: hidden;
 }

.innehallsrad_aktiv { 
  /* aktiv menyrad */
  color: white;
  background-color: #fb2e25;
  margin-top: -1px;
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  height: 20px;
  border: 1px solid #fb2e25;
  overflow: hidden;
  line-height: 20px;
  visibility: hidden;
 }

a.innehallsref { 
  /* Normal url i meny */
  color: black;
  text-decoration: none;
}

.innehallsref_aktiv { 
  /* url i aktiv menyrad */
  color: black;
  text-decoration: none;
 }

#rubrik {
  /* Rubrikboxen */
  height: 20px;
  padding-left: 0px;
  float: left;
  font-size: 14px;
}

