body {
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper {
  width: 600px;
	border: 1px solid #202F66;
}

#header {
  	width: auto;
	margin: 0;
	height: 102px;
	border-bottom: 1px solid #202F66;
}

#header .header {
	width: auto;
	height: auto;
	border: none;	
}

#header .header_img {
	height: 69px;
	width: 464px;
	background: url(layout/header_img_print.jpg);
	float: right;
}

#header .logo {
	width: 120px;
	height: 88px;
	border-right: 1px solid #202F66;
	float: left;
	padding: 7px;
}

#header .logo img {
	width: 120px;
}

#header .header_title {
	float: left;
	border: none;
	font-size: 6pt;
	width: 330px;
	height: 33px;
	text-align: left;
	margin-left: 5px;
}

#header .efds_logo {
	float: left;
	border: none;
	width: 120px;
	margin-left: 5px;
}

#header .efds_logo img {
	width: 120px;
}

#container {
  width: auto;
	border: none;
  margin: 0;
	padding: 10px;
}

#main {
  position: static;
	float: none;
	width: auto;
	overflow: visible; 
	padding: 0;
	margin: 0;
	border: none;
	clear: both;
}

#main table {
	width: 90%;
}
#main .registration_button {
  display: none;
}

.kopfnavigation,
#left {
	display: none;
}


#footer {
	width: auto;
	height: 25px;
	margin: 0;
	border-top: 1px solid #202F66;
	clear: both;
	padding: 5px;
	text-align: left;
}