
	body {
		margin:0px;padding:0px;border:0;
		background-color:#89AABB;
		text-align: center;
		height:100%;
	}
	.float {
		float:left;
	}

	.white {
		background-color:white;
	}
	.blue {
		background-color:#89AABB;
	}

	.page {
		height:50%;
	}
	.clear {
		clear:both;			
		line-height:0px;height:0px;font-size:0px;
	}

	/** SECTION LOGO ***/
	.spacer {
		height:142px;
	}
	#logoHolder table {
		text-align:center;
		width:710px;
	}
	#logoHolder {
		height:110px;
	}

	.logoContainer {
		width:710px;
	}





	.pageCenter {		
		width: 710px;		
		margin:auto;
		position: relative;
		text-align: left;
	}

	.pageHolder {
		position: relative;
		width: 710px;		
	}

	.frame1 {
		height:385px;
		min-height:385px;
	}
	#imageWrapper {
		background-image:url('/fileadmin/images/entrance/page_holder_bg.gif' );
		background-position:0px 0px;
		width:710px;
	}

	#imageHolder {
		margin-top:1px;
		margin-left:4px;
		width:700px;
		height:133px;
	}

  	#menuWrapper {
		background-image:url('/fileadmin/images/entrance/page_holder_bg.gif' );
		background-position:0px -134px;
		width:710px;
	}
	#menuHolder {
			margin-left:4px;

		height:87px;
	}


	.menuContainer {
		text-align:center;
		height:78px;
		background-color:#D0DDE5;
	}

	LI,
	UL {
		padding:0px;margin:0px;		
		list-style:none;
	 	float:left;
	}

 .images{
  		width:175px;		float:left;
		}

	.menuContainer  LI{
		padding-top:34px;
		width:175px;
		height:27px;
		
	}
	.menuContainer  .border {
		border-right: 1px #333333 solid;
	}
	.menuContainer  A:link,
	.menuContainer  A:visited,
	.menuContainer  A:hover{
		font-weight:bold;
		font-family:Verdana;
		font-size:10px;
		text-decoration:none;
		color:#333333;
	}
	
