body {
	background-color: #fffbb9;
	overflow:hidden;
}

#seite {
	width:800px;
	height:580px;
	margin:auto;
}

#menu_kopf {
	width:800px;
	height:146px;
	background: url(kopf.gif) no-repeat;
	position:absolute;
	top:0px;
	z-index:1;
}

#menu_punkte {
	position:absolute;
	top:77px;
	z-index:2;
	width: 801px;
	height: 57;
	left: 88;
}

#menu_punkte img {
	margin:0px;
	padding:0px;
	border:0px;
}

#inhalt {
	width:720px;
	margin:105px auto;
	height:450px;
}

#inhalt iframe {
	width:100%;
	height:100%;
}

#footer {
	background:url(footer.gif) no-repeat;
	width:800px;
	height:68px;
	position:absolute;
	top:513px;
	z-index:1;
	}

#login {
	font-family: "Comic Sans MS";
	font-size:12px;
	position:relative;
	top:10px;
}

.input {
	background-color: #fffbb9;
}

