﻿ /* Beskrivning */
 .bigDescriptionImage
 {
     background:transparent url(/StaticFiles/bilder/bakgrunder/testbeskrivning.jpg) no-repeat 10px ;
 }
 
.mainImageDiv
{
    display: block;
    width: 451px;
    height: 280px;
}

.mainImage
{
    display: block;
    width: 425px;
    height: 252px;
    padding: 13px 13px 15px 13px;
    background-image: url(/StaticFiles/bilder/LaddarBild.png);
}

.mainImageBorder
{
    display: block;
    width: 449px;
    height: 277px;
    position: absolute;
    z-index: 2;
    background-image:url(/StaticFiles/bilder/img_bigDescriptionImage.png);
}

* html .mainImageBorder
{
    background-image:url(/StaticFiles/bilder/img_bigDescriptionImageIE6.png);
}

 .ToolBox
 {
     float:left;
     border:none;
     margin:0 auto 20px auto;
     width:100%;
 }
 
  .ToolBox a
 {
     color:#000;

 }
 
 
 .Intresse
 {
     background:transparent url(/StaticFiles/bilder/bakgrunder/bkg_intresse.jpg) no-repeat top left;
     float:left;
     padding-top:10px;
     width:95px;
     height:25px;
     text-align:center;
 }
 
  .Intresse a
 {
    font-size:10px;
 }
 
   .Omrade a
 {
    font-size:10px;
 }
 
   .SkrivUt a
 {
    font-size:10px;
 }
 
 .Omrade
 {
     background:transparent url(/StaticFiles/bilder/bakgrunder/bkg_omrade.jpg) no-repeat top left;
     float:left;
     padding-top:10px;
     width:115px;
     height:25px;
     text-align:center;
     font-size:9px;
 }
 
 .SkrivUt
 {
     background:transparent url(/StaticFiles/bilder/bakgrunder/bkg_print.jpg) no-repeat top left;
     float:left;
     width:55px;
     padding-top:10px;
     height:25px;
     text-align:center;
     font-size:9px;
 }
 
 
 /* Bildlista */
 .ImageList
 {
  /*
     background-color: Transparent;
     background-image: url(/Staticfiles/bilder/bakgrunder/bkg_bildlista.png); 
     background-repeat: no-repeat;
*/
     border: solid 2px #292929;
     background-color: #EDEDED;
        
     width: 577px; 
     height: 584px; 
 }

 .ImageListHeader
 {
     background-color: #E30D2F;
     border-bottom: solid 2px white;
     float:left;
     clear:both;
     padding: 5px 20px;
     width: 537px;
 }

 .ImageListHeader *
 {
    color: White;
 }
 
 .ImageListHeader h2
 {
    margin: 0px;
    padding: 0px;
 }
 
 .ImageListContent
 {
     width: 100%; 
     height: 549px; 
     overflow: auto; 
     display: block;
     margin-bottom: 10px;
     clear: both;
     text-align: center;
 }
 
 .ImageListItem
 {
     margin-top: 10px;
 }
 
 .ImageListItem p
 {
     margin-bottom: 10px;
 }
 
 .ImageListCloseButton
 {
    float:right; 
    margin-top: 5px;
    margin-right: 5px;
 }
