/*
  Main lay-out
*/

html { min-height: 100%; height: auto; }
body { overflow: -moz-scrollbars-vertical; background-color: #F4F4F4; text-align: center; }

body div#container {
  width: 750px;
  min-height: 600px;  
  height: 600px;
  
  margin: 5px auto; 
  text-align: left;
}

div#header {
  width: 750px;
  height: 111px;
  
  background: url(../gfx/top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  
  font-size: 0px;
  color: #ffffff;
}

div#menu_main {
  width: 730px;
  height: 15px;
  
  padding: 5px 10px 3px 10px;
  background-color: #fff;  
}

div#menu_sub {

  width: 730px;
  height: 49px;
  
  padding: 0 10px; 
}

div#pagetitle {
  width: 550px;
  height: 23px;
  
  padding: 6px 10px 5px 190px;
  background-color: #91B5B5;
}

div#content { 
  width: 550px;
  
  min-height: 600px;
  
  margin: 0px;
  padding: 10px 10px 10px 190px;
  
  background: #fff url(../gfx/content_left.jpg) no-repeat;
}

div#footer {
	clear: both;
  width: 750px;
  
  margin: 0px;
  padding: 0px; 
  background-color: #91B5B5;
}

/*
  Header: Logo
*/

h1#logo {
  margin: 0;
  padding: 0;
}

h1#logo a {
	display: block;

	width: 750px;
	height: 111px;

	font-size: 0px;

	overflow: hidden;
	
	float: left;
	color: #ffffff;
}

/*
  Menu
*/

div#menu_main ul {
	margin: 0;
	padding: 0;
	
	width: 725px;
	text-align: left;
}

div#menu_main ul li {
	display: inline;
	list-style: none;
	
	padding: 0 25px 0 0;
	
	float: left;
}

div#menu_main ul li a {
	text-decoration: none;
}

div#menu_main ul li a:hover {
	text-decoration: underline;
}

/*
  Sidebar
*/

div#sidebar {
  position: absolute;
  
  width: 175px;
  height: 61px;
  margin-top: 165px;  
  margin-left: -190px;
}

div#sidebar a.diabese {
  display: block;
  width: 175px;
  height: 61px;
	font-size: 0px;

	overflow: hidden;
	color: #ffffff;  
}


/*
	Footer table
*/

div#footer table {
	width: 750px;
}
div#footer table td {
	width: 165px;
	padding: 5px;
}
