body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #390074;
	text-align: center;
}

.Content {
   position: relative;
	top: 20px;
	height: 750px;
	width: 700px;
	text-align: left;
	background-color: White;
	margin:0px auto;
}

.Menu {
  	position: absolute;
	top: 190px;
	left: -50px;
	width: 140px;
	font-size: 12px;
}

.Menu .Item  {
   margin-top: 3px;	
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.Menu .UnSelected {
  background: url(/img/MenuItem.png);
  background-repeat: no-repeat;
  background-position: right;
}

.Menu .Selected {
background: url("/img/lb_zwart.gif");
background-position: top left;
background-repeat: no-repeat;
font-size: 12px;
font-weight: bold;
color:#f37b11;
background-color: #000000;
}

.Menu a {
	color: White;
	text-decoration: none;
	width: 100%;
/*	
Firefox:
padding-right: 100%;
*/

}

#Logo_Image {
	position: absolute;
	right: 40px;
	top: 20px;
}

#LogoA_Image {
	position: absolute;
	left: 0px;
	top: 450px;
	z-index: 1;
}

.Title {
	position: absolute;
	left:180px;
	top: 135px;
	color: #f37b11;
	font-weight: bold;
	font-variant: small-caps;
}

.Title h1{
  font-size: 14px;
}

#Copyright_Text  {
	position: absolute;
	left: 140px;
	top: 10px;
	color: Silver;
}

.CMS {
  position: absolute;
  left: 180px;
  top: 190px;
  padding-right: 40px;
  text-align: justify;
	z-index: 2;
/*  width: 550px;
*/
}

#Contact_EmailPanel {
	position: absolute;
	top: 400px;
	left: 180px;
	z-index: 2;
}

.LoginControl {
  position: absolute;
  top: 250px;
  left: 200px;	
}

 
.LoginControl .Label
{
	width: 120px;
	float: left;
}
