.zeestrand{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
}

.contHeader
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    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: 5px 0px 10px 0px; margin: 0px; border: solid 0px red;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */


.contContent a
{
	color: #505050;
    text-decoration: underline;
}

.contContent a:hover
{
    text-decoration: none;
}



/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */



.ImageNoHeader, 
.ImageNoHeader .contContent, 
.ImageNoHeader p
{
    padding: 0px; margin: 0px; border: solid 0px #ffffff;
}


.blue .contContent p,
.blue .contContent div,
.blue .contContent td,
.blue .contContent h1,
.blue .contContent h2,
.blue h2 .Head
{
    color: #ffffff;
}
.blue  .contContent a
{
    text-decoration: underline;
    Color: #ffffff;
}

.blue .contHeader,
.yellow .contHeader
{
    padding-top: 15px;
}
.blue, .yellow 
{
    background-color: #72a8ce;
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
}
.yellow 
{
    background-color: #ffdc48;
}

.yellow h2 .Head
{
    color: #505050;
}


