table {
	border: 0px solid red;
	font-family: arial, verdana;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
}

div.pageholder { 
    position:relative; 
    width: 970px; 
	border: 1px solid black;
    left: 50%; 
	height: 100%;
    margin: 0 0 0 -485px;
	border: 0px solid blue;
	padding: 5px;
} 

div.pagecontent { 
	position: absolute;
    left: 00px;
    width: 490px; 
    height: 490px; 
	border: 1px solid blue;
	padding: 8px;
	
	
	background-image:url('../../images/BACK_STANDARD.png');
	background-repeat:no-repeat;
} 

img {
	border: 0px;
}

#menu {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

td.mainmenuS { 
	width: 154px;
	height: 33px;
	background-image:url('../../images/MENU_LINKS.jpg');
	padding-top: 4px;
	vertical-align: top;
	text-align: center;
}
td.mainmenuM { 
	width: 147px;
	height: 33px;
	background-image:url('../../images/MENU_BALK_SPATIE.jpg');
	padding-top: 4px;
	vertical-align: top;
	text-align: center;
}
td.mainmenuE { 
	width: 163px;
	height: 33px;
	background-image:url('../../images/MENU_RECHTS.jpg');
	padding-top: 4px;
	vertical-align: top;
	text-align: center;
}
td.menudelimiter { 
	width: 13px;
	height: 33px;
	background-image:url('../../images/MENU_TUSSENGEK.jpg');
	background-repeat: no-repeat;
}

div.mainmenu {
	height: 32px;
	width: 735px;
	border: 1px solid black;
	margin-bottom: 8px;
}

div.pagetitle {
	height: 32px;
	width: 735px;
	border: 1px solid black;
	margin-bottom: 8px;
}

div.content {
	margin-left: 40px;
	margin-right: 70px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0px solid blue;
}

div.contentContact {
	margin-left: 00px;
	margin-right: 00px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0px solid blue;
}

.contentBgImage{
	position: absolute;
	margin-left: -40px;
	z-index: -100;
}

.contentBgImageContact{
	position: absolute;
	margin-left: -25px;
	margin-top: -35px;
	z-index: -100;
}

.contentBgImageExamples{
	position: absolute;
	margin-left: -25px;
	margin-top: 25px;
	z-index: -100;
}

.contentBgImageIntro{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: -100;
}

table.header {
	width: 970px;
	border: 0px solid black;
	margin-bottom: 5px;
}

.smallText {
	font-size: 7pt;
}

.footerLink {
	font-size: 8pt;
	color: gray;
}
.footerLink:hover {
	font-size: 8pt;
	text-decoration: none;
	color: gray;
}
.footerLink:visited {
	font-size: 8pt;
	text-decoration: none;
	color: gray;
}

.introLink {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.introLink:hover {
	font-size: 11pt;
	font-weight: bold;
}
.introLink:visited {
	font-size: 10pt;
	text-decoration: none;
}

.note{
	font-size: 7pt;
	color: gray;
}

#logo {
	text-align: right;
}

#language {
	font-size: 7pt;
	color: gray;
	text-align: center;
}

#language:hover {
	font-weight: normal;
}

a:visited  {
	text-decoration: none;
	color: black;
}

a:hover {
	font-weight: bold;
}

body {
	font-family: arial, verdana;
	font-size: 10pt;
	color: black;
}

