* {
	padding: 0px;
}
html, body {
	height: 100%;
	color: #333;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
body {
	display: table;
	width: 100%;
	margin: 0 auto;
	background: #eee url('../obr/tlo.gif') repeat-x;
}
#middle {
	display: table-cell;
	vertical-align: middle;
}
#cell {
	padding: 1em;			
}
#container {
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_up {
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #AAAAAA;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_up h1 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-style: italic
}
#container_down {
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #AAAAAA;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_down ul {
	margin-left: 30px;
}
#header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 2px solid #888;
	margin-left: 0px;
	width: 50%
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 6px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}
div#navcontainer
{
margin-top: 5px
}
div#navcontainer ul
{
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 4px;
color: white;
text-decoration: none;
margin-right: -1px; /* the value has to be like the above but negative */
}
div#navcontainer ul li a:hover
{
/*background-color: #888*/;
color: #333;
}
/*#active a { background-color: #333;
}*/
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#dedede;*/
	border-top: 1px solid #dedede;
	margin-top: 40px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif
}


