.Rhedens{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 8px 0 20px 0;
    border: solid 0px pink;
    background-color: Transparent;
    text-align: left;
}

.contHeader
{
    padding: 0px 20px 5px 20px; margin: 0px; border: solid 0px red;
    border: solid 0px red;
    text-align: left;
    background-color: Transparent;
    _height: 25px;
    min-height: 20px;
}
.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; 
    margin: 2px 0 0 0; /*   must be in line with the font size of the h2 style the images
                            are 16px, thus top margin must be: fontsize * line-height minus 16px*/
    border: solid 0px red;
    float: right;
    width: 50px;
    height: 16px;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 15px 0px 20px; margin: 0px; border: solid 0px red;
    text-align: left;
    clear: both;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 130%;
    color: #00638C;
    text-align: left;
}


div.contContent, /* this class needs to be added to align the first line in the container content 
                    when aligned justified because of hard-coded "align: left" in the container */ 
div.contContent td /* for various modules that have a surreounding td element */
{   
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    letter-spacing: normal;
    color: #00638C;
    text-align: left;
}

.detender div.contContent, .detender div.contContent td 
{   
    font-size: 14px;
    line-height: 130%;
}



#noHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
#noHeader.contMain
{
    padding: 0 0 20px 0px; margin: 0 0 0px 0;
    border: solid 0px pink;
}

.imagecolumn .contHeader .Head, .imagecolumn p, .imagecolumn .Normal, .imagecolumn h1, .imagecolumn h2, 
.imagecolumn h3, .imagecolumn a, .imagecolumn a:link, .imagecolumn a:visited, .imagecolumn a:hover, .imagecolumn a:active
{
    color: #ffffff;
}

.imagecolumn .contActions
{
    display: none;
}

.imagecolumn td
{
    white-space: normal;
    
}
.imagecolumn .SubHead
{
    color: #ffffff;    
}
