html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	padding-top:8px;
	font-size:18px;
	margin:0;
}
a {
	color:#A30B00;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}	
.handcursor{
cursor:hand;
cursor:pointer;
border-bottom:#000000 1px solid;
}
.kolumnContainer {
	float:left;
}
#container {
	position:relative; /* needed for footer positioning*/
	width:806px;
	/*background: #ffffff;*/
	background-image:url(../graphics/mainBG.png);
	height: auto !important;/* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	border-right: #000000 0px solid;
}
#header {
	padding:0em;
	background:url(../graphics/header_beta.gif) no-repeat;
	width:801px;
	height:78px;/*background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray;*/
}
#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	width:806px;
}
#menuContainer {
	background-color:#7e0900;
	width:801px;
	height:23px;
}
#footer {
	position:absolute;
	width:100%;
	padding-left:1em;
	bottom:0; /* stick to bottom */
	text-align:center
}
#header a{
	color:#FFFFFF;
	font-size:8px;
	font-style:italic;
	text-decoration:none
}
#header a:hover {
	color:#FFF200;
}
#menuContainer a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none
}
#menuContainer a:hover {
	color:#FFF200;
}