
/* styles for right column */



#right {
  margin-top:        26px;
  margin-bottom:     26px;
  padding-bottom:    20px;
  font-size: 11px;  

/*  font-size:         0.75em;*/
  background-color:  #eeebe8;
  float:             right;
  width:             16.4em;
  background-image:  url('/images/css-images/corner_grey.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
/*   padding:           6px; */
overflow:hidden;
}

#right #right-head {
  color:             white;
  background-image:  url('/images/css-images/corner_brown_3.gif');
  background-repeat: no-repeat;
  /** background-color:  #996633;                                     ORIGINAL  ltr  **/
  background-color:  #807c68;
}

#right #right-head h3, #right .section-head h4 {
  font-size:         13px;
  margin-top:        0;
  margin-left:       0.6em;
  margin-bottom:     0;
  padding:           0.4em;
}

#right .section-head {
  margin-top:        1em;
  color:             white;
  /** background-color:  #996633;                                     ORIGINAL  ltr  **/
  background-color:  #807c68;
}

#right h5 {
  font-size:         0.9em;
  margin:            13px 7px 7px 18px;
}

#right p {
  font-size:         0.9em;
  margin:            10px 7px 30px 18px;
}

/* ul, li general */

#right ul {
  font-size:         0.9em;
  list-style:        none;
  padding:           0px;
}

#right ul li {
  display:           block;
  margin:            0px;
  padding:           4px 3px 7px 19px;
}
/* relaterat */

#right ul.related {
  margin:            10px 5px;
}
      
#right ul.related li{
  clear:             both;
  background-image:  url('/images/css-images/arrow_icon_right_brown_tight.gif');
  background-position: 1% 6px;
  background-repeat: no-repeat; 
}

#right ul li{
  background-image:  url('/images/css-images/arrow_icon_right_brown_tight.gif');
  background-position: 1% 6px;
  background-repeat: no-repeat; 

}

#right ul{
  margin:            10px 5px;
}

#right ul.related li img {
  float:             right;
  margin-left:       2px;
}

/* kalender */

#right .newsdate {
/*   padding: 0 3px 2px; */
  padding-bottom:    2px;
  margin-right:      3px;
  font-size:         11px;
/*   background-color: white; */
  display:           block;
  border-top:        1px solid #cdc1b6;
/*   border-left: 1px solid #996633; */
}

#right ul.calendar {
  margin:            6px 2px;
}
      
#right ul.calendar li {
  line-height:       1.3em;
  padding:           5px 3px 4px 5px;
  background: none;
}

/* tools */

#right ul.tools {
  margin:            10px 7px;
}

#right ul.tools li#print {
  background-image:  url('/images/css-images/icon_print.gif');
  background-position: 0% 4px;
  background-repeat: no-repeat; 
}

#right ul.tools li#tip {
  background-image:  url('/images/css-images/icon_tip.gif');
  background-position: 0% 4px;
  background-repeat: no-repeat; 
}


#right hr {
  border:           0;
  color:            #cdc1b6;
  height:           1px;
  background:       #cdc1b6 no-repeat scroll center;
}

#right hr hr{
  display:          none;
}

#right img{
 margin:0px;
 padding:0px;
 overflow:hidden;

}

#right p{
margin-right:5px;
margin-left: 10px;
padding-left:0px;
padding-right:0px;
}
#right p img{
 margin-right: -5px;
 margin-left: -10px;
}

