/***************************
	Angaben für die Startpage
 ***************************/

*html #page {
  height: 100%;
}

#page {
	position: relative;
	min-height: 100%;

  width: 864px;	
	margin: 0 auto;	

	background: url(../images/bg1.gif) repeat-y top left #ffffff;	
	padding-bottom: 48px;
}

#footer_center {
	text-align:center;
	margin: 0px 50%;
}

#footer {
	position: fixed;
	margin-top: -48px;
	text-align: left;
	bottom: 0px;
	margin-left: -432px;

	border-top: 13px solid #3C306B;
	padding-top: 5px; 		
	height: 30px;
	background-color: #ffffff;
	
	width: 864px;
}

#main {
	width: 864px;
}

#content {
	width: 641px;
}

#content {		
	margin: 0px 0px 10px 220px;
	background-color: #ffffff;		
}

#header {
	height: 246px;
	padding-top: 5px;
	/*padding-bottom: 33px;*/
	background-image: url(../images/logo2_bg.gif);
	background-repeat: repeat-x;

	background-position: 0px 25px;
	background-color: #ffffff;
}

#logo {
	clear: both;
	margin-top: 21px;
	margin-bottom: 2px;
	
	background-repeat: repeat-x;

	height: 177px;
}

