/*allgemeingültige Element Stile*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	text-align: justify;
}
address {
	white-space: nowrap;
	margin-right: 0px;
	font-style: normal;
	margin-top: 3px;
}
/*Layout Stile für die Browseransicht in der Reihenfolge im HTML Dokument*/
#navibackground {
	background-image: none;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 100%;
	display: block;
	position: relative;
	width: 100%;
}
#header {
	display: none;
}
#maincontent {
	min-width:100%;
}
#navi {
	display:none;
}
#content {
	margin-top: 120px;
	background:#FFFFFF;
	width: 90%;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2%;
	padding-bottom: 4%;
}
#infobox {
	width:90%;
	padding-top: 10px;
	padding-bottom: 4%;
	position:relative;
	float:none;
}
#infoboxTop {
	display: none;
}
#infoboxContent {
	background-image: none;
	width: 100%;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#infoboxBottom {
	display:none;
}
#adresszeile {
	min-width: 100%;
	width: 100%;
	background:#ffffff;
	float:none;
	color: #000000;
	text-align: left;
	height: auto;
	vertical-align: middle;
	text-indent: 0px;
}
#printheader {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100px;
	width: 100%;
}
#handheader {
	display: none;
}

/* ID abhängige Elementstile */
#content h1 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}
#content h2 {
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
}
#content p {
	max-width: 100%;
}
#infoboxContent h1 {
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#infoboxContent p {
	width: 100%;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/*Element- und Klassenstile für Hyperlinks*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	float: left;
	border-style: none;
}
/* Klassenstile für Text- und Bildinhalte */
.bold {
	font-weight: bold;
	color: #000000;
}
.uppercase {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
}
.formatierteTabelle td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.formatierteTabelle th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 0px;
	border-left-style:none;
	border-left-color: none;
	text-align: left;
	font-weight: normal;
	padding: 2px;
	padding-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.bildMitUnterschrift{
	float: left;
	height:auto;
	background-color: #ffffff; 
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #000000;
	margin-right: 10px;
}
.bildMitUnterschrift p {
	margin: 3px;
	float:none;
}