@charset "ISO-8859-1";
/* CSS Document */

#body {
	margin: 0px;
	padding: 0px;
	min-width: 760px;
}
body {
	background-color: #ffffff;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	line-height: 1.5em;
}
#header {
	height: 175px;
	width: 100%;
	background-image: url(base.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#innerheader1 {
	background-image: url(clouds.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
	float: none;
	margin-top: -2px;
}
#innerheader2 {
	background-image: url(hausdeslebens.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	margin-top: 2px;
}
#logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
#menu {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	font-size: 0.9em;
	font-family: Helvetica, "Lucida Grande", Calibri, "Trebuchet MS", Verdana, sans-serif;
}

