body {
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url('../afbeeldingen/basis_achtergrond.gif');
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	font-family: Arial;
}

h1 {
	color: #c0022b;
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
	margin-top:0;
	margin-bottom:0;
	}

.Container
{
	margin: 0 auto;
    position: relative;
    top: 7px;  
    width: 1000px;
    height: 585px;
		}

.Logo
{
    position: absolute;
    left: 38px;
    top: 32px;
    width: 303px;
    height: 58px;
}

.Figuur
{	
    position: absolute;
    left: 473px;
    top: 0px;
    width: 527px;
    height: 441px;
}

.Zwartvlak
{
	
	background-color:#000;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 888px;
    height: 484px;
	z-index:2;
}

.Menu
{
    position: absolute;
    left: 41px;
    top: 5px;
    width: 848px;
    height: 18px;
    font-size: 12px;
	color:#FFF;
	z-index:4;
}

.MenuSub
{
    position: absolute;
    left: 17px;
    top: 4px;
    width: 848px;
    height: 18px;
	font-size: 12px;
	color:#FFF;
	z-index:7;
}

.Witvlak
{
	background-color:#FFF;
    position: absolute;
    left: 23px;
    top: 23px;
    width: 841px;
    height: 437px;
	z-index:3;
}

.Roodvlak
{
	background-color:#c0022b;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 839px;
	height: 23px;
	z-index:5;
}

.Tekst
{
    position: absolute;
	left: 441px;
    top: 42px;
    width: 374px;
    height: 376px;
	font-size: 12px;
    line-height: 15px;
	color:#000000;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:25px;
	padding-left:0px;
	z-index:9;
	
}

.Afbeelding
{
    position: absolute;
	left: 0px;
    top: 24px;
    width: 405px;
    height: 376px;
	z-index:6;
	
	padding-top:18px;
	padding-bottom:18px;
	padding-right:18px;
	padding-left:18px;
	
}

.Footer
{
	position: absolute;
    left: 43px;
    top: 465px;
    width: 400px;
    height:23px;
	font-size: 10px;
    color: #808080;	
	z-index:3;
}

A:link { color: #c0022b; text-decoration: underline; }
A:visited { color: #c0022b; text-decoration: underline; }
A:hover { color: #c0022b; text-decoration: none; }
A:active { color: #c0022b; text-decoration: underline; }


A.MenuLink:link { color: #ffffff; font-weight: bold; text-decoration: none; }
A.MenuLink:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
A.MenuLink:hover { color: #c0022b; font-weight: bold; text-decoration: none; }
A.MenuLink:active { color: #ffffff; font-weight: bold; text-decoration: none; }

A.MenuLinkActive:link { color: #c0022b; font-weight: bold; text-decoration: none; }
A.MenuLinkActive:visited { color: #c0022b; font-weight: bold; text-decoration: none; }
A.MenuLinkActive:hover { color: #c0022b; font-weight: bold; text-decoration: none; }
A.MenuLinkActive:active { color: #c0022b; font-weight: bold; text-decoration: none; }


A.SubMenuLink:link { color: #ffffff; font-weight: bold; text-decoration: none; }
A.SubMenuLink:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
A.SubMenuLink:hover { color: #000; font-weight: bold; text-decoration: none; }
A.SubMenuLink:active { color: #ffffff; font-weight: bold; text-decoration: none; }

A.SubMenuLinkActive:link { color: #000; font-weight: bold; text-decoration: none; }
A.SubMenuLinkActive:visited { color: #000; font-weight: bold; text-decoration: none; }
A.SubMenuLinkActive:hover { color: #000; font-weight: bold; text-decoration: none; }
A.SubMenuLinkActive:active { color: #000; font-weight: bold; text-decoration: none; }


A.FooterLink:link { color: #808080; text-decoration: underline; }
A.FooterLink:visited { color: #808080; text-decoration: underline; }
A.FooterLink:hover { color: #808080; text-decoration: none; }
A.FooterLink:active { color: #808080; text-decoration: underline; }
