.eridanos{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px 0px 0px 0px; margin: 0px 0 0px 0; border: solid 0px #ffffff;
    text-align: left;
    background-color: Transparent;
    text-align: left;
}

.contHeader
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    background-color: Transparent;
}
.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; 
    border: solid 0px red;
    float: right;
    width: 40px;
    height: auto;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 0px 10px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.rightpane .contHeader .Head
{
	color: #000000;
}



div.contContent, div.contContent td 
{   
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #333333;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 0px 0 0px 0;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
.ImageNoHeader
{
    padding: 0px; margin: 0px; border: solid 0px pink;
}

.NoHeader div.contContent p,
.NoHeader div.contContent div
{
    padding: 0px; margin: 0px; border: solid 0px red;

}

.simplecontentpane .Border,
.contentpane .Border
{
    border: solid 1px #929292;
    padding: 20px 30px 10px 30px;
    width: auto;
    height: auto;
}

.admin
{    
    background-color: #d0e7f4;
}

.rightbottompane .contMain
{ 
    margin-left: 25px;
    margin-top: 15px;
}

.rounded
{
    margin: 25px 0px 20px 15px;
    padding: 5px 30px 0px 20px; 
    background-color: #d0e7f4; 
    border: solid 2px #333333;
}
.white
{
    background-color: #ffffff; 
}


.rightpanewrapper .rounded
{
    margin: 45px 0px 20px 15px;
}

.rightpanewrapper .contContent
{
    padding-bottom: 20px; 
}



.rightbottompane .roundedicon
{
    margin: 25px 0px 45px 15px;
    padding: 0px 0px 0px 0px; 
    background-color: #d0e7f4; 
    border: solid 2px #333333;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.rightpanewrapper .roundedicon
{
    width: 231px;
    height: 200px;
}

/* correctie voor de fout in de background image rouder */
.rightpanewrapper .hasBackgroundColor
{
    background-position: -10px 0px!important;
}
.rightpanewrapper .hasCorners .bottomContainer
{
    background-position: -9px -210px!important;
}

.rightpanewrapper .hasCorners .bottomContainer .last
{
    background-position: -9px -210px!important;
}


.notitle, .roundedicon .contContent
{
    display: none;
}

.home .contwrapper
{
    width: 260px;
    min-height: 200px;
}
.imagetext
{   
    padding: 15px 0px 0 0px;
    float: left;
    width: 30px;
    min-height: 600px;
}
.roundedcontainercontentwrapper
{
    width: 229px;
    float: left;
}

.roundedcontainercontent
{
    margin: 25px 0px 20px 0px;
    padding: 5px 10px 0px 10px; 
    background-color: #d0e7f4; 
    border: solid 2px #333333;
    min-height:700px;
}
.containerfooter
{}

.roundedcontainercontent img
{
    
    overflow: hidden;
    max-width: 205px!important;
}


.overlaycontainer
{
    margin: 0px;
    padding: 10px 0 0 0;
    width: 260px;
    height: auto;
    position: relative;
}

.imagepane
{
    width: 260px;
    height: 245px;
    overflow: hidden;
}

.overlaypane
{
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1000;
    background: transparent url(images/blockoverlay.gif) no-repeat scroll -3px 0px;
    width: 265px;
    height: 250px;
}

.overlaycontainer .contContent
{
    display: none;
}
0
