 BODY{
        font-size: 11px;
        line-height: 1.5em;
        background-color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;

}

P{
        margin-bottom: 0px;
        margin-top: 0px;
}
a:link {
        font-style: normal;
        text-decoration: underline;
        color: #000000;
        cursor: pointer;
}
a:visited {
        font-style: normal;
        color:#000000;
        cursor: pointer;
}
a:hover {
        font-style: normal;
        text-decoration: underline;
        color: #000000;
        cursor: pointer;
}

a:active {

        font-family:  Arial,Helvetica,sans-serif;
        font-style: normal;
        text-decoration: underline;
        color: #000000;
        cursor: pointer;
}


#Container{
        position:relative;
        margin:0 auto;
        width:845px;

}
#Header{
        margin: 0;
        top: 0px;
        background-image: url(../Gfx/Header.gif);
        width: 845px;
        height: 66px;

}

#Navigation {
        top: 0px;
        width:139px;
        margin-top: 30px;
        /* background-image: url(../Gfx/Navigation.gif); */
        float: left;
        background-repeat: repeat-x;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
		min-height: 400px;
        margin-bottom: 10px;
/*         overflow: none; */

}
.SubNavItem{
        line-height: 22px;
        float: left;
        height: 30px;
        margin-left: 0px;
        background-color: #ded352;
        width: 135px;
        text-align: right;
        text-transform: uppercase;
        margin-bottom:3px;
}


.SubNavItemTask{
/*        line-height: 22px; */
        float: left;
        height: 20px;
        margin-left: 0px;
        /* background-color: #ded352; */
        width: 135px;
        text-align: right;
        margin-bottom:3px;
}
.SubNavItemTask a, .SubNavItemTask a:hover {
        font-style: normal;
        text-decoration: underline;
        color: #FFFFFF;
        cursor: pointer;

} 

#ContentBox{
        width:845px;
        background-color: #efebef;
        float: left;
        background-image: url(../Gfx/ContentFill.gif);
        background-repeat: repeat-y;
        display: block;
		 min-height: 540px;


}
#LeftNavigation{
        float: left;
        width: 195px;
        background-color: #dddfda;
        height: auto;
        overflow: auto;
        clear: both;
		min-height: 400px;		
}

#Content{
 width: 678px;
 float: left;
 margin-left: 10px;
 /* overflow-y:auto;
 overflow-x: hidden; */
 margin-bottom: 20px;
 display: block;

}

#TekstvakKop{
 height:28px;
 width: 682px;
 float: left;
 line-height: 28px;
 font-weight: bold;
 color: #000000;
 font-size: 18px;

}
#TekstvakContent{
        width: 682px;
        clear: both;
        display: block;
        float: left;

}

.TopLeft{
        float: left;
        width: 338px;
/*        height: 180px; */
}
.ImageRight{
        float: left;
		margin-left: 5px;
/*        margin-left: 5px;
        width: 338px;
        height: 245px; */
		width: 319px;
		height: 239px;
		overflow: hidden;
			border: thin;
	border-color: #000000;
	border-style: solid;

}
.Filler{
        clear: both;
        width: 682px;
        height: 20px;
}

#Blocken{
        float: left;
        width: 682px;

}
#BlokLinks {
	float: left;
	width: 341px;
	
}
#BlokRechts {
	float: left;
	width: 341px;
}
.BlockOnder{
        float: left;
        width: 330px;
        margin-right: 6px;
        background-image: url(../Gfx/BlockBG.gif);
        background-repeat: no-repeat;
        height: 158px;
        margin-bottom: 10px;
        padding-left: 5px;

}
.BlockTitel{
        float: left;
        height: 20px;
        line-height: 15px;
        font-weight: bold;
        width: 330px;
}
.BlockFoto{
        width: 146px;
        height: 110px;
        float: left;
        margin-right: 5px;
}
.BlockTekst{
        float: left;
        width: 175px;
        height: 120px;
        overflow: hidden;
}
.BlockFooter{
        float: left;
        width: 330px;
}
.BlockAlarm{
        float: left;
        width: 330px;
        height: 120px;
        font-size: 9px;
        font-weight: normal;
        overflow: hidden;
}
.Image{
 margin-left:48px;

}

#Footer{
 clear: both;
 width:845px;
 height:28px;
 float:left;
 text-align:center;
        background-image: url(../Gfx/Navigation.gif);
        float: left;
        background-repeat: repeat-x;
        color: #FFFFFF;
        font-size: 11px;
        line-height: 26px;
}

IMG{
 border: 1px;
 border-color: #595858;
 border-style: solid;
}


