body {
	background-color: #f6f7f8;
	background-image: url(../gui/bg_middleframe.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: 0;
	width: 100%;
	height: 100%;
}
.container {
	background-color: #f6f7f8;
	height: 494px;
	width: 702px;
	position: relative;
}
html {
	height: 100%;
	width: 100%;
}
table {
	height: 100%;
	width: 100%;
}
/* ------- Menu -------- */
.menu {
	background-color: #bcc6cd;
	visibility: visible;
	position: absolute;
	top: 52px;
	left: 1px;
	width: 700px;
	height: 23px;
}
.menuKontakt {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 13px;
	visibility: visible;
	width: 60px;
	height: 12px;
}
.menuAndere {
	text-align: left;
	visibility: visible;
	position: absolute;
	top: 5px;
	left: 13px;
	width: 600px;
	height: 12px;
}
.menu ul {
	line-height: 10px;
	margin: 0;
	padding: 0;
}
.menu li {
	padding-right: 6px;
	list-style-type: none;
	display: inline;
}
.menu, .menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.menu a:hover, .menu #menuAktiv a {
	text-decoration: none;
	color: #0067ac;
}
/* ------- Andere -------- */
.sakalogo {
	height: 52px;
	width: 99px;
	left: 0;
	top: 1px;
	position: absolute;
	visibility: visible;
}
.language {
	background-color: #bcc6cd;
	visibility: visible;
	position: absolute;
	top: 419px;
	left: 1px;
	width: 700px;
	height: 23px;
}
.hausformatlogo {
	visibility: visible;
	position: absolute;
	right: 1px;
	bottom: 41px;
	width: 163px;
	height: 11px;
}
