.noorderpoort{}


.contmain
{
    padding: 20px 30px 10px 0px; 
    margin: 0px; 
    border: solid 0px #000000;
    position: relative;
}

.contheader
{
    padding: 0px 0px 5px 0px; margin: 0px; border: solid 0px #000000;
}
.contheader h2
{
}
.contHeader .head, .contheader h2
{
    padding: 0px; margin: 0px; border: solid 0px #000000;
}
.conticon
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px #000000;
    float:left;
}
.conticon img
{
    margin-right: 10px;
}

.contactions
{
    padding: 0px; 
    border: solid 0px #000000;
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    left: -5px;
}
.notitle .contactions
{
    top: 10px;
    left: 0px;
}

.contactions img
{
    padding: 0px; margin: 0px; border: solid 0px #000000;
}

.contcontent
{
    padding: 0px 0px 10px 0px; margin: 0px; border: solid 0px #000000;
}

.contfooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contheader .Head
{
	font-family: Arial, Sans-Serif;
	font-size: 16px;
    color: #d2232a;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */


.imagenoheader
{
    padding: 0px; margin: 0px; border: solid 0px #000000;
    position: relative;
}

.imagenoheader p, .imagenoheader .contcontent
{
    padding: 0px; margin: 0px; border: solid 0px #000000;
}



/* top en leftpane and alignment */

.toppane .contmain 
{
    padding: 0px; margin: 0px; border: solid 0px #000000;
}

.leftpane .contmain
{
    padding: 20px 30px 10px 30px; 
}

.topheaderpaneleft .contmain .contheader h2,
.topheaderpaneleft .contmain .contcontent,
.leftpane .contmain .contheader h2,
.leftpane .contmain .contcontent
{
    text-align: right;    
}

.leftpane .imagenoheader .contcontent
{
    text-align: right;
    padding-right: 30px;    
}
    
/* homepage special cases */

.homepage .leftpane .imagenoheader .contcontent,
.homepage .leftpane .contmain .contcontent,
.homepage .leftpane .contmain .contheader h2
{
    text-align: left;    
}

.homepage .contmain
{
    padding: 20px 20px 10px 20px; 
}

.homepage .rightpane .contmain
{
    padding: 20px 15px 10px 10px; 
}


/* links module for homepage */
.links td td a,.links td td a:link,.links td td a:visited,.links td td a:hover,.links td td a:active
{
    background: transparent url(images/bullet.gif) no-repeat scroll center left;
    padding-left: 20px;
    text-decoration: none;
    color: #555555;
}
.links td td a:hover
{
    text-decoration: underline;
}
.links td td 
{
    line-height: 1px;
    font-size: 1px;
    padding: 3px 0px 0px 0px;
    margin: 0px;
}


/* border containers */
.border
{
    padding: 0px; 
    margin: 20px 5px 10px 5px; 
    border: solid 0px #000000;
    position: relative;
    background: Transparent url(images/white-content.jpg) repeat-y scroll top left;
}
.border .contheader
{
    background: Transparent url(images/white-top.jpg) no-repeat scroll top left;
    padding: 15px 0px 0px 15px; 
}
.border .contheader .Head
{
    color: #333333;
}
.border .contcontent
{
    padding: 5px 22px 0px 15px; 
}
.border .contfooter
{
    background: Transparent url(images/white-bottom.jpg) no-repeat scroll bottom left;
    min-height: 20px;
}
/* .rightpane .border, .rightpane .border .contheader, .rightpane .border .contfooter
{
    background-image: none;
}
*/

.border, .leftpane .border
{
    margin-left: 10px; 
    margin-right: 0px; 
}

.rightpane .border
{
    margin-left: 5px; 
    margin-right: 5px; 
}




/* colors */
.white
{
    background: Transparent url(images/white-content.jpg) repeat-y scroll top left;
}
.white .contheader
{
    background: Transparent url(images/white-top.jpg) no-repeat scroll top left;
}
.white .contfooter
{
    background: Transparent url(images/white-bottom.jpg) no-repeat scroll bottom left;
}

.white .conttitlered .Head
{
    color: #d2232a;
}

.red
{
    background: Transparent url(images/red-content.jpg) repeat-y scroll top left;
    margin-top: 0px;
}
.red .contcontent
{
    background: Transparent url(images/red-top.jpg) no-repeat scroll top left;
}
.red .contfooter
{
    background: Transparent url(images/red-bottom.jpg) no-repeat scroll bottom left;
}

.redtitle
{ 
    margin: 20px 5px 5px 5px; 
    padding: 0 0 0 10px;
}

.yellow
{
    background: Transparent url(images/yellow-content.jpg) repeat-y scroll top left;
}
.yellow .contheader
{
    background: Transparent url(images/yellow-top.jpg) no-repeat scroll top left;
}
.yellow .contfooter
{
    background: Transparent url(images/yellow-bottom.jpg) no-repeat scroll bottom left;
}
.yellow .contheader .Head
{
    color: #ffffff;
}



