html, body {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
}


.CaseGreen {
	color: #c5dc08; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bolder;
	padding-left:2px;
}

.CaseBlack  {
	color: #908476; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bolder;
	padding-left:2px;
}

a:link, a:visited, a:active {text-decoration: underline; color: #000000; font-weight:bold;} 
a:hover 					{text-decoration: underline;color: #c5dc08; font-weight:bold;}

a.witlink:link, a.witlink:visited, a.witlink:active {text-decoration: underline; color: #000000; font-weight:bold;} 
a.witlink:hover {text-decoration: underline;color: #ffffff; font-weight:bold;}
 

img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

body, td, input, select, textarea {
	color: #000000; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 15px;
	
}

input {
	padding: 1px 0px 1px 3px;
	border: 1px solid #d2d0d1;
}

textarea {
	padding: 1px 0px 1px 3px;
	border: 1px solid #d2d0d1;
	
}

p {
	margin: 10px 10px 10px 10px;
	line-height: 15px;
}
ul { margin-top:0; margin-bottom:0;}

/* tabel Boven menu */
.TopTabelTD {
	width:1024px;
	height: 95px; 	
}

.LogoTD	{
 	width: 280px; 
	 height: 95px; 
	 background-image: url(images/img-marketings.jpg);
}

.TopMenuTD	{
	 width: 744px; 
	 height: 95px;
	 text-align:left; 
	 vertical-align:bottom;
}

.TopCaseMenuTD	{
	 width: 300px; 
	 height: 95px;
	 text-align:left; 
	 vertical-align:bottom;
}

/* EINDE */

/* tabel onder menu */
.BottomTabelTD {
	width:1024px;
	height: 100px; 	
}

.BottomMenuLeftTD {
	width:372px;
	height: 100px; 	
	text-align:center;
}

.BottomMenuCenterTD {
	width:372px;
	height: 100px; 	
	text-align:center;
}

.BottomMenuRightTD {
	width:372px;
	height: 100px; 	
	text-align:center;
}

/* EINDE */

/* tabel */
.CenterTabelTD {
	width:100%;
	height: 272px; 	
	border-top:1px solid #c7c1ba;
	border-bottom:1px solid #c7c1ba;
}

.CenterLeftTD {
	width:341px;
	text-align:center;
}

.CenterCenterTD {
	width:341px;
	height: 100px; 	
}

.CenterRightTD {
	width:341px;
	height: 100px; 	
	text-align:center;
}

/* EINDE */



/* pagina layout */
#Homepage {
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 272px;
	border-top:1px solid #c7c1ba;
	border-bottom:1px solid #c7c1ba;
}

#page {
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 272px;

}

#Container {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	height: 272px;
	border:1px solid purple;
}



#topEmpty {
	height:30px;
	margin: 0px auto;
}

h3 { font-weight:bold; color:#ffffff; font-size: 12px;}
