
html {
	height: 100%;
}

body {
  padding:0;
  height:100%;
  margin:0;
  background: url(../../layout/homepage_background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color:#4E4E4E;	
  font-family:Arial, Verdana;
}

#main_body_table {
	width:100%;
	height:100%;
	border:none;
	margin:0;
}

#main_body_table td#mbt {
	vertical-align:top;
	text-align:center;
	height:auto;
}

#main_body_table td#mbf {
	height:20px;
	text-align:center;
	background-color:#000000;
	color:#EEEEEE;
}

#main_body_table td#mbf a:link, #main_body_table td#mbf a:visited {
	color:#EEEEEE;
	font-weight:100;
}

/*************************************/
/*layout tabelle 					 */ 	
/*************************************/



#layout_outer {
	width:725px;
	border:none;
	margin:0 auto auto auto;
	padding:0;
	height:100%;
	vertical-align:top;
}

#body_top {
	height:80px;
	border:none;
}

#content_outer {
	margin:0 auto auto 15px;
	border:none;
	padding:0;
}

#content_outer_inside {
	width:710px;
	height:100%;
	border:solid 1px #FFFFFF;
	margin:0 auto auto 0;
	padding:0;
	vertical-align:top;
	background-color:#FFFFFF;
}

#content_inner {
	margin:20px auto auto 20px;
	text-align:left;
	width:666px;
}


/* 
"Holly Hack" against positioning bugs for IE6
*/

/* Hides from IE5-mac \*/
* html div#content_inner {height: 1px;}
/* End hide from IE5-mac */

/* 
End "Holly Hack" against positioning bugs for IE6
*/
