@charset "utf-8";
body {
	background-color: #54779E;
	margin: 0px;
	font-size: 16px;
	background-image: url(../02_Bilder/Hintergrund.jpg);
	background-repeat: repeat;
	background-position: center;
}
#Titelleiste {
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 90px;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
}
#Titel {
	position: relative;
	left: 40px;
	top: 12px;
	width: 120px;
	font-size: 2.4em;
}
#Untertitel {
	position: relative;
	left: 40px;
	top: 15px;
	font-size: 0.9em;
}
#Internetpräsenz {
	position: relative;
	top: -45px;
	width: 400px;
	font-size: 16px;
	left: 560px;
	text-align: right;
	color: #B9C7DB;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt h1 {
	margin-left: 40px;
	font-size: 20px;
	color: #000099;
}
#inhalt h2 {
	font-size: 18px;
	color: #000066;
}
#inhalt h3 {
	font-size: 15px;
	color: #000000;
	margin-left: 40px;
}

#menu {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #385389;
	text-align: center;
	padding-right: 2px;
}
#menu table {
	text-align: center;
}
#menu a {
	display: block;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #496696;
}
#menu a:hover {
	background-color: #B9D5E8;
	color: #990000;
}
#inhalt {
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	padding-top: 20px;
	font-size: 18px;
}
#inhalt p {
	margin-left: 40px;
	margin-right: 35px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin-left: 40px;
}

