*, html, body {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #fdfbef;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 10px;
}
#header {
	width: 760px;
	height: 290px;
	margin: 0 auto;
}
	#header img {
		display: block;
	}
#continut {
	width: 760px;
	margin: 0 auto;
	padding-top: 30px;
}
	#meniu {
		float: left;
		width: 175px;
		list-style-type: none;
	}
		#meniu li {
			float: left;
			width: 175px;
			height: 40px;
		}
		#meniu li a {
			display: block;
			width: 175px;
			height: 30px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
			#meniu li a#profil {
				background-image: url(../img/meniu/meniu-jos_05.jpg);
			}
			#meniu li a#profil:hover {
				background-image: url(../img/meniu-peste/meniu-sus_05.jpg);
			}
			#meniu li a#geschichte {
				background-image: url(../img/meniu/meniu-jos_06.jpg);
			}
			#meniu li a#geschichte:hover {
				background-image: url(../img/meniu-peste/meniu-sus_06.jpg);
			}
			#meniu li a#neu {
				background-image: url(../img/meniu/meniu-jos_012.jpg);
			}
			#meniu li a#neu:hover {
				background-image: url(../img/meniu-peste/meniu-sus_012.jpg);
			}
			#meniu li a#bucher {
				background-image: url(../img/meniu/meniu-jos_07.jpg);
			}
			#meniu li a#bucher:hover {
				background-image: url(../img/meniu-peste/meniu-sus_07.jpg);
			}
			#meniu li a#rechte {
				background-image: url(../img/meniu/meniu-jos_08.jpg);
			}
			#meniu li a#rechte:hover {
				background-image: url(../img/meniu-peste/meniu-sus_08.jpg);
			}
			#meniu li a#service {
				background-image: url(../img/meniu/meniu-jos_11.jpg);
			}
			#meniu li a#service:hover {
				background-image: url(../img/meniu-peste/meniu-sus_11.jpg);
			}
			#meniu li a#kontakt {
				background-image: url(../img/meniu/meniu-jos_10.jpg);
			}
			#meniu li a#kontakt:hover {
				background-image: url(../img/meniu-peste/meniu-sus_10.jpg);
			}
	#lista {
		float: left;
		width: 585px;
	}
		#lista iframe {
			width: 500px;
			height: 2300px;
			border: 0;
		}
	iframe#admin {
		width: 760px;
		height: 1500px;
		border: 0;
	}
	.adminLink {
		background-color: #D7D3B6;
		border: 1px dotted #666000;
		padding: 5px;
		text-decoration: none;
	}
#footer {
	margin: 0 auto;
	width: 760px;
}

.aligncenter{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
