/*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 {
	width: 20%;
	min-width: 200px;
	padding-right: 30px;
	float:left;
}
#language {
	height: 20px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	background-image: url(../images/blueSpacer.gif);
	background-repeat: no-repeat;
	background-position: 100px -4px;
}
#menuItems {
	width: 200px;
}
#menuBottom {
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#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: none;
	
}
#handheader {
	display: none;
}

/* ID abhängige Elementstile */
#content h1 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}
#content h2 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}
#content p {
	max-width: 100%;
}
#infoboxContent h1 {
	font-size: 1.3em;
	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;
}
.mainlink, .activelink {
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 200px;
	text-decoration: none;
	color: #0068AE;
	text-transform: uppercase;
}
.activelink, .activesublink, .activelink:hover, .activesublink:hover {
	cursor:default;
	text-decoration: none;
}
.mainlink:hover, .activelink {
	background-image: url(../images/blueSpacer.gif);
	background-repeat: no-repeat;
	background-position: -100px 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.sublink, .activesublink, .mainsublink {
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom:2px;
	background:#FFFFFF;
	display: block;
	width: 200px;
	text-decoration: none;
	color: #80c4e3;
	font-weight: bold;
}
.sublink:hover, .activesublink {
	color: #006BAE;
	text-decoration: none;
}
.mainsublink, .mainsublink:hover {
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../images/blueSpacer.gif);
	background-repeat: no-repeat;
	background-position: -100px 9px;
	color: #006BAE;
	text-decoration: none;
	text-transform: uppercase;
}
/* 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: 1em;
	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;
}