{
	margin:0;
	padding:0;
}
/*Dies definiert allgemeine Elemente der Seite */
body{
	background-color:#ffffff;
	font-family:"Arial";
	font-size: 10pt;
}

/*Dies definiert den Frame der Homepage*/
#frame{
  dispaly:inline;
	background:#ffffff;
	color:#000000;
	position: auto;
	margin:auto;
	width:1046px;
	margin-top:0px;
	text-align:center;
	overflow:hidden;
  border:1px;
}


/*Dies definiert die Logoleiste ueber dem Menu*/
#logoleiste{
  background-image:url('img/banner.jpg');
	text-align:center;
	margin-top: 0px;
	margin-left: 0px;
	width:1046px;
	height: 48px;
}

a{
   display: block;
   width:   190px;
   height:  37px;
   background-position: fixed;
   background-repeat: no-repeat;
   white-space: nowrap;
   text-indent: -9999em;
   border:none;
}

a.Ja { background-image:url('img/alter_nav_ja.png'); }
a.Ja:hover { background-image:url('img/alter_hov_ja.png'); }

a.Nein { background-image:url('img/alter_nav_nein.png'); }
a.Nein:hover { background-image:url('img/alter_hov_nein.png'); }

/* Dies definiert den Unteren Balken*/
#footer{
	background-image:url('img/background_footer.png');
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:1046px;
	height:47px;
	text-align:center;
}
