html, body{height:100%}

body{
	background:#231f20;
	vertical-align:top;
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#000000;
	margin:0px;
	padding:0px;
}

body *{
	padding:0px;
	margin:0px;
}

#hauptcontainer{
	/*margin:auto auto;*/
	width:770px;
	height:504px;
	background:none;
	background:url(img/bg-hauptcontainer.jpg) repeat-x;
	text-align:left;
}

#header{
	height:39px;
	overflow:hidden;
}

#content{
	height:450px;
	overflow:hidden;
}

#footer{
	height:15px;
	overflow:hidden;
}

#footer div.url{
	height:100%;
	width:240px;
	float:left;
	margin-right:40px;
}

#footer div.url a{
	color:#fff;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	margin-left:24px;
}

#footer div.url a:hover{
	color:#c4151c;
}



#header h3{
	float:right;
	padding-right:20px;
	line-height:39px;
	color:#c4151c;
}

table.zentrierhilfe{
	border:0px;
	width:100%;
	height:100%;
}

table.zentrierhilfe td{
	width:100%;
	height:100%;
}
