.WenW{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 10px 0 0px 0;
    border: solid 0px #ffffff;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.contHeader
{
    padding: 0px 20px 5px 20px; margin: 0px; border: solid 0px red;
    border: solid 0px red;
    text-align: left;
    background-color: Transparent;
    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: Verdana, Arial, Sans-Serif;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 160%;
    color: #555555;
    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: Verdana, Arial, Sans-Serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #333333;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
/*
#plain.NoHeader
{
    margin: 20px 0 0px 0;
}
*/
#ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
#ImageNoHeader.contMain
{
    padding: 0 0 10px 0px; 
    margin: 0 0 0px 0;
    border: solid 0px red;
}

.ModuleTitle_MenuItem
{
    text-align: left;
}

