@charset "ISO-8859-1";
body {
	background-color: #2f4d86;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../bilder/layout_hg.jpg);
	line-height: 20px;
}
#center {
	margin:auto;
	width:910px;
	height:auto;
	text-align: left;
}
#seite {
	position:relative;
	width:910px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
	overflow: visible;
	background-position: center;
	left: 0px;
	top: 0px;
}
#kopf {
	position:absolute;
	left:0px;
	top:0px;
	width:910px;
	height:251px;
	z-index:1;
}
#navigation {
	position:absolute;
	left:106px;
	top:221px;
	width:550px;
	height:30px;
	z-index:1;
}
#inhalt {
	position:absolute;
	left:106px;
	top:295px;
	width:550px;
	height:auto;
	z-index:2;
}
#adresse {
	position:absolute;
	left:662px;
	top:292px;
	width:232px;
	height:302px;
	z-index:3;
	font-size: 13px;
	text-align: right;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #002161;
}
a:visited {
	color: #000;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
td {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 2px;
	border-top-color: #CCC;
}
ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
li {
	margin-bottom: 0px;
	list-style-image: url(../bilder/layout_quadrat.gif);
	list-style-position: outside;
}
h1 {
	color: #002161;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 14px;
	background-image: url(../bilder/layout_titelbalken.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	border-top-color: #CCC;
}
