/********************************************
rechte Spalte, enthält Aktuelles o. Bildergalerie
*/
/* TinyMCE specific rules */
/*body.mceContentBody {
    font-family: Arial, 'Adobe Helvetica', Verdana, sans-serif;
    width: 202px;
    font-size: 11px;
    padding: 5px;
    background-color:  #ca473f;
    background-image: url('../layoutimages/bgRightSideBar.gif');
    background-repeat: repeat-x;
}*/
/********************************************
rechte Spalte, enthï¿½t Aktuelles o. Bildergalerie
*/
#rightSidebar,body.mceContentBody {
    background-color: #ca473f;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    width: 180px;
    margin: 0;
  font-size: 11px;
  }
#rightSidebar {
    overflow: hidden;
  }
#rightSidebar img , #rightSidebar h4 {margin: 3px 10px;}
#rightSidebar a:link, #rightSidebar a:visited, #rightSidebar a:active {
    font-size: 13px;
}

#rightSidebar a:hover {
}

#rightSidebar a { color: #ffffff !important;}

body.mceContentBody, div.rsb-content  {
  color: #fff;
  padding: 5px;
}
.mceContentBody h1, #rightSidebar h1 {
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height: 100%;
    margin:0px 0px 8px 0px;
}

.mceContentBody h2, #rightSidebar h2 {
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    margin:0px 0px 8px 0px;
}

.mceContentBody h3, #rightSidebar h3 {
    color: #fff;
    font-size: 10px;
}
.mceContentBody h4, #rightSidebar h4 {
    color: #fff;
    font-size: 9px;
}
.mceContentBody h5,  #rightSidebar h5 {
    color: #000000;
    font-size: 8px;
}
.mceContentBody h6,  #rightSidebar h6 {
    color: #000000;
    font-size: 6px;
}
