.grams{
background-color: #ffffff;
}

.grams .header{ 
background: url(/application/img/modules/gramstop.gif) no-repeat left top;       
height: 33px; 
}
  
.grams .content{     
    border:1px #4e9baf solid;
    background-color: #ffffff;
    font-size: 10px;
    width: 292px;
    height: 205px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
}

.grams h1{ 
margin-bottom: -5px;    
margin-top: 0px;    
color: #2c778f;
font-size: 14px;
margin-left: 10px;
}
      
/* grams end */   


.kramm{
background-color: #ffffff;
}

.kramm .header{ 
background: url(/application/img/modules/krammtop.gif) no-repeat left top;       
height: 33px; 
}
  
.kramm .content{    
border:1px #d9d731 solid;
background-color: #ffffff;
font-size: 10px;
width: 292px;
height: 205px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 3px;
margin-bottom: 5px;  
}

.kramm h1{ 
margin-bottom: -5px;    
margin-top: 0px;    
color: #c1bb00;
font-size: 14px;
margin-left: 10px;
}

/* kramm end */    


.plagg{
background-color: #ffffff;
}

.plagg .header{ 
background: url(/application/img/modules/plaggtop.gif) no-repeat left top;       
height: 33px; 
}
  
.plagg .content{    
border:1px #c8c8c8 solid;
background-color: #ffffff;
font-size: 10px;
width: 292px;
height: 205px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 3px;
margin-bottom: 5px;  
}

.plagg h1{ 
margin-bottom: -5px;    
margin-top: 0px;    
color: #929191;
font-size: 14px;
margin-left: 10px;
}

/* plagg enda*/


/* slideshow */
#slideshowKramm, #slideshowGrams ,#slideshowPlagg {
    position:relative;
    height:200px;
}
 
#slideshowKramm DIV, #slideshowGrams DIV,#slideshowPlagg DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
    background-color: white;
}
 
#slideshowKramm DIV.active, #slideshowGrams DIV.active ,#slideshowPlagg DIV.active {
    z-index:10;
    opacity:1.0;
    background-color: white; 
    width: 288px;
    height: 205px;
}
 
#slideshowKramm DIV.last-active, #slideshowGrams DIV.last-active, #slideshowPlagg DIV.last-active{
    z-index:9;
    background-color: white; 
    width: 288px; 
    height: 205px;
}
 
#slideshowKramm DIV IMG, #slideshowGrams DIV IMG, #slideshowPlagg DIV IMG {
    height: 150px;
    display: block;
    border: 0;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 7px;
} 

#slideshowKramm DIV span,#slideshowGrams DIV span, #slideshowPlagg DIV span{
    height: 50px;
    display: block;
    border: 0;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-top: 7px;
    width: 270px;
    background-color: transparent;
    font-size: 11px;
}  



#slideshowKapping {    
margin-top: 0px; 
position: absolute; 
top: 53px; 
left: 164px; 
width: 370px; 
font-size: 11px;
color: #ACACAC;    
} 

 
#slideshowKapping DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 20px;
    background-color: #FFF;
}
 
#slideshowKapping DIV.active {
    z-index:10;
    opacity:1.0;
    background-color: white; 
    width: 320px;
}
 
#slideshowKapping DIV.last-active {
    background-color: white;
    width: 320px;    
    z-index:9;
}

#slideshowKapping a{
    color: #585858;
}



  
