
html {
	height: 100%;
	text-align: center;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	background: url(../imgs/bg-main.jpg) repeat-x;
	color: #A1A1A1;
}
#container {
	width: 873px;
	height: 634px;
	text-align: left;
	margin: 0px auto 0px auto;
	top: 0px;
	background: url(../imgs/bg-content-main.png) no-repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	}
#header {
	width: 835px;
	height: 177px;
	text-align: left;
	top: 0px;
	margin: 20px 0px 0px 5px;
	position: relative;
	padding: 0px;
	z-index: 3;
	}
#content {
	width: 873px;
	height: 436px;
	text-align: left;
	top: 177px;
	margin: 0px auto 0px auto;
	padding: 40px 0px 0px 170px;
	position: absolute;
	z-index: 3;
	}
#atp-logo {
	width: 120px;
	height: 180px;
	text-align: left;
	top: 415px;
	left: 706px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 4;
	}	

/* Allgemeine Formatierung START */	

img {border: 0px; padding: 0px;}
img { behavior: url(/includes/iepngfix.htc) }
.floatright {float: right; margin: 0px 0px 0px 0px; }
acronym { color: #FF0000; font-weight: bold; }

/* Allgemeine Formatierung STOP */	