.paasberg{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contmain
{
    padding: 0px 0px 15px 0px; 
    margin: 0px 0px 15px 0px; 
    border: solid 0px red;
}

.contheader
{
    padding: 0px 0px 5px 0px; margin: 0px; border: solid 0px red;
    background-color: Transparent;
}
.contheader h2
{
    display: inline;
    width: auto;
}
.contheader .Head, .contheader h1, .contheader h2, .contheader h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contcontent
{
    padding: 0px 0px 10px 0px; margin: 0px; border: solid 0px red;
    width: auto;
}

.contfooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */



.imagenoheader, 
.imagenoheader .contcontent, 
.imagenoheader p
{
    padding: 0px; margin: 0px; border: solid 0px #ffffff;
}


.quote
{
    margin-top: 20px;
    padding: 0px 15px 15px 15px;
	background-color: #f5f5f5;
    border-bottom: 2px solid #E34B8F;
}
.quote>img
{
    margin: -15px 0 0 -10px;

}
.quote .contheader
{
    padding: 10px 0px 20px 0px;
}
.quote .contheader .Head
{
    color: #333333;
}


.topcontentpane .contfooter
{
    position: absolute;
    left: 250px;
    top: 10px;
    background-color: #ffffff;
    width: auto;
    height: auto;  
}
.topcontentpane .contfooter
{
    position: absolute;
    left: 300px;
    top: 0px;
    background-color: #ffffff;
    width: auto;
    height: auto;  
}


.topcontentpane .actionpane
{   
    position: absolute;
    top: 300px;
    left: -30px;
}