body {
	margin: 0px;
	background-image: url(bilder/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#innen {
	background-color: #f5f5f5;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}

#rand_links {
	background-image: url(bilder/rahmen_links.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	z-index: 1;
}
#rand_rechts {
	background-image: url(bilder/rahmen_rechts.jpg);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	z-index: 1;
}
#inhalt {
	margin-left: 19px;
	margin-right: 19px;
	padding-bottom: 100px;
	padding-top: 20px;
	z-index: 2;
}
#kopf {
	font-size: 14px;
	font-weight: bold;
	z-index: 3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 60px;
}
#adressen {
	font-size: 12px;
	background-color: #bdd5ff;
	z-index: 3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 110px;
}
#navi {
	font-size: 12px;
	background-color: #bdd5ff;
	width: 125px;
	height: auto;
	border-right: 2px solid #005080;
	border-bottom: 2px solid #005080;
	z-index: 3;
	float: left;

}
#navi ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
	z-index: 3;
}
#navi li {
	margin: 0 0 1px;
	z-index: 3;
}
#navi li a:link, #navi li a:visited {
	color: white;
	display: block;
	text-decoration: none;
	border-left: 8px solid #000080;
	background-color: #1d29ff;
	z-index: 3;
	padding-top: 2px;
	padding-bottom: 2px;
}
html>body #navi li a {
	width: auto;
	z-index: 3;
}
#navi li a:hover, #navi li a:active, #navi li a:focus {
	color: black; 
	background-color: #fff;
	text-decoration: none;
	z-index: 3;
}
#text {
	border-top: 2px solid #005080;
	font-size: 12px;
	height: auto;
	width: auto;
	margin-left: 125px;
	z-index: 2;
	padding: 30px;
}

#pdf {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}
p {
	margin: 0px;
}
textarea {
	font-size: 14px;
}
input {
	font-size: 14px;
}
input:focus {
background-color: #d6e9ff;
border: 2px dashed blue;
}

select {
font-size: 14px;
background-color: #bdd5ff;
}
option {
font-size: 14px;
background-color: #bdd5ff;
}
.submit {
font-size: 14px;
background-color: white;
border-bottom: 1px solid #005080;
}
.submit:hover {
font-size: 14px;
background-color: #d6e9ff;
border-bottom: 1px solid #005080;
}
.file {
font-size: 10px;
}
.kopf {
font-size: 14px;
font-weight: 700;
}
.logo {
font-size: 18px;
font-family: arial, helvetica;
font-weight: 900;
white-space: nowrap;
}
a {
color: black;
text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 { font-size: 18px; font-weight: 700; }
h4 { font-size: 12px; font-weight: 700; }
h5 { font-size: 14px; font-weight: 700; }
h6 { font-size: 10px; font-weight: lighter; }
tr {
font-size: 12px;
}
tr.hell { background-color: #ebebeb; }
tr.dunkel { background-color: #dcdcdc; }

