  /**
	*	<h1>Allgemeine Hinweise</h1>
	*	Dokumentation nach JavaDoc 1.4
	*	CSS Level 1
	*	Klassen-Namensvereinbarung: Klassennamen beginnen mit Kleinbuchstaben und bestehen nur aus 
	*	Buchstaben des englischen Alphabets. 
	*	Logische Unterteilungen sind im Klassennamen durch einen Großbuchstaben gekenntzeichnet.
	*  Schema:	bereichArtUnterart
	*	z.B. die Klasse .inhaltUeberschrift deutet auf eine allgemeine Überschriftendefinition im 
	*	Inhaltsbereich hin.
	*/

  /**
	*	<h1>Abschnitt1: Allgemeine Tag-Definitionen</h1>
	*	Stylen der HTML-Elemente nach dem kleinsten gemeinsamer Nenner eines Tags. 
	*	Unzulässig sind Definitionen, die an anderer Stelle werden müssen (Subsidiaritätsprinzip) und Klassendefinitionen
	*/

/* netpioneer 20.01.05 nick */
/* allgemeine abstandshalter */
.br1  {font-size:1px}
.br2  {font-size:2px}
.br5  {font-size:4px;display:none;}
.br8  {font-size:6px}
.br10 {font-size:8px}
.br13 {font-size:10px}
.br15 {font-size:12px}
.padleft5 { padding-left:5px}
/* ende netpioneer 20.01.05 nick */


/* TCH */
.clear { /* verhindert, dass im titeltext der ÜS bei vorhandenem Bild der div zu weit oben geschlossen wird*/
	clear: both;
	font-size:1px;
}
.cleartable { /* verhindert, dass bei links, audiodatei und videodatei die vererbung der schriftgrössen zum tragen kommt*/
	border: none;
	padding: 0px;
	margin: 0px;
}
.cleartabletd { /* verhindert, dass bei links, audiodatei und videodatei die vererbung der schriftgrössen zum tragen kommt*/
	font-size: 1em;
}
.cleardiv { /* verhindert, dass bei links, audiodatei und videodatei die vererbung der schriftgrössen zum tragen kommt*/
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
}
.cleardiv .inhaltUeberschriftFolgeseitenFett { /* verhindert, dass bei links, audiodatei und videodatei die vererbung der schriftgrössen zum tragen kommt*/
	font-size:0.7em;
}
html:first-child>b\ody .cleardiv { /* stylesheet-hack für den browser opera */
	font-size:1.45em;
	padding: 0px;
	margin: 0px;
}


/* STÖRER */ 

.hl_stoerer {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bg_stoerer {
	background-color: #F2F2F2;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.table_stoerer {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	position: relative;
	z-index: 10;
}

.weitereLinks {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #000000;
	position: relative;
	z-index: 15;
}

  
body {
	background-image: url(/img/elements/hintergrundStyle.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* Navigation Start */
.navtop, .navtopl {
	list-style: none;
	position: absolute;
	top: 121px;
	left: 200px;
	z-index: 100;
	margin: 0;
	padding: 0;
}
.navsub {
	list-style: none;
}

.navtop ul, .navtopl ul {
	padding: 0;
	margin: 0;
	width: 1em;
	z-index: 190;
	position: relative;
	overflow: visible;
	display: none; 
	float: left;
} 
.navsub ul {
	padding: 0;
	margin: 0;
	width: 11.5em;
	z-index: 200;
	position: relative;
	overflow: visible;
	display: none; 
	float: left;
}
.navsub2 ul {
	padding: 0;
	margin: 0;
        width: 14em;
        z-index: 200;
        position: relative;
        overflow: visible;
        display: none;
        float: left;
}
								

.navtop li, .navtopl li {
	position: absolute;
	z-index: 20;
	display: block;
	float: left;
	overflow: visible;
	border-left: 1px solid #999999;
	height: 1.45em;
}
.navtopl li:last-child{border:none !important;}
.navsub li {
	border: 1px solid #999999;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 11.5em;
	height: 1.3em;
	position: relative; 
	float: left;
	display: block;
	overflow: visible;
	text-align: left;
	z-index: 220;
	top: 1px;
	background-color: #E1E1E1;
}
.navsub li:hover {
	background-color:#006F44;
}
.navsub2 li {
	border: 1px solid #999999;
	padding: 0;
	margin: -1px 0 0 -58px;
        width: 14em;
        height: 1.3em;
        position: relative;
        float: left;
        display: block;
        overflow: visible;
	text-align: left;
        z-index: 220;
	top: 1px;
	background-color: #E1E1E1;
}
.navsub2 li:hover {
        background-color:#006F44;
}
														
.navsubx li {
	border: 1px solid #999999;
	padding: 0;
	margin: -1px 0 0 0;
	width: 16.5em;
	position: relative; 
	float: left;
	z-index: 220;
	display: block;
	background-color: #E1E1E1;
}
.navsubx li:hover {
	background-color: #006F44;
}


.navtop a, .navtopl a {
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
	margin: 0;
	padding: 3px;
	padding-left: 10px;
} 
.navsub a {
	font-family: arial;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 16.4em;
}
.navsub2 a {
	font-family: arial;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 20em;
}
							
.navsubx a {
	font-family: arial;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 23.4em;
}


.navlinkmargin {
	padding: 3px 5px 3px 10px;
	float: left;
	cursor: pointer;
	display: block;
}
.navextlinkmargin {
	padding: 6px 10px 0px 2px;
	float: right;
	cursor: pointer;
	display: block;
}
.extmarker {
	padding: 6px 10px 0 0;
	float: right;
	cursor: pointer;
	display: block;
}

.level1 {
	background-image: url(/img/elements/menuVerlaufGrau.jpg);
	color: #6D6D6D;
}
.level1:visited {
	color: #6D6D6D;
}
.level1:hover {
	background-image: url(/img/elements/menuVerlaufGruen.gif);
	color: #FFFFFF;
}

.level2 {
	background-color: #E1E1E1;
	color: #000000;
}
.level2:visited {
	color: #000000;
}
.level2:hover {
	background-color: #006F44;
	color: #FFFFFF;
}


.navtop ul ul { 
	display: none; 
	position: absolute;
	margin-top: -1.3em; 
	margin-left: 11.5em;
}
.navtopl ul ul { 
	display: none; 
	position: absolute;
	margin-top: -1.3em; 
	margin-left: -16.5em;
}


.navtop ul li>ul, .navtop ul ul li>ul { 
	margin-top: -1px;
}
.navtopl ul li>ul, .navtopl ul ul li>ul { 
	margin-top: -1px;
}

.navtop li:hover ul ul, .navtop li:hover ul ul ul, .navtop li:hover ul ul ul ul, .navtop li:hover ul ul ul ul ul { 
	display: none; 
}
.navtopl li:hover ul ul, .navtopl li:hover ul ul ul, .navtopl li:hover ul ul ul ul, .navtopl li:hover ul ul ul ul ul { 
	display: none; 
}
.navsub li:hover ul ul, .navsub li:hover ul ul ul, .navsub li:hover ul ul ul ul, .navsub li:hover ul ul ul ul ul {
        display: none;
}
.navsub2 li:hover ul ul, .navsub2 li:hover ul ul ul, .navsub2 li:hover ul ul ul ul, .navsub2 li:hover ul ul ul ul ul {
	display: none;
}
	
.navtop li:hover ul, .navtop ul li:hover ul, .navtop ul ul li:hover ul, .navtop ul ul ul li:hover ul, .navtop ul ul ul ul li:hover ul { 
	display: block; 
}
.navtopl li:hover ul, .navtopl ul li:hover ul, .navtopl ul ul li:hover ul, .navtopl ul ul ul li:hover ul, .navtopl ul ul ul ul li:hover ul { 
	display: block; 
}
.navsub li:hover ul, .navsub ul li:hover ul, .navsub ul ul li:hover ul, .navsub ul ul ul li:hover ul, .navsub ul ul ul ul li:hover ul { 
	display: block; 
}
.navsub2 li:hover ul, .navsub2 ul li:hover ul, .navsub2 ul ul li:hover ul, .navsub2 ul ul ul li:hover ul, .navsub2 ul ul ul ul li:hover ul {
	display: block;
}
	

li>ul { 
	top: auto; 
	left: auto; 
}
/* Navigation Ende */



#seitenanfang {
	position: absolute;
	top: 0px;
	left: 0px;
}

#obereGrafik {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 165px;
	white-space:nowrap;
}

#inhalt {
	overflow: hidden;
	position: absolute;
	top: 165px;	
	left: 200px;
	width: 776px;
	margin-left: 20px;
}

#menuNoScript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
 	color: #016F43;
	position:relative; 
	z-index:200;
	background-color:#FFFFFF;
	bottom:0px;
	left:0px;
	margin:0px;
}

#funktionen {
	float: left;
	width: 200px;
	position: absolute;
	top: 165px;
	left: 0px;
	background-image: url(/img/elements/funktionenVerlauf2.gif);
	background-repeat: repeat-x;
	padding-bottom:20px;
}

a, a:active {
	color: #333399;
}

a:visited {
	color: #016F43;
}

a:hover {
	color: #016F43;
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 0px;
}

label {
	margin: 0px;
}

  /**
	*	<h1>Abschnitt2: Inhalts-Definitionen</h1>
	*	Stylen der im Inhalts-Bereich mittels Klassen 
	*	Klassen müssen mit dem Zusatz inhalt Beginnen
	*/

table.inhaltZelle {
	width: 100%;
}

td.inhaltZelle {
	vertical-align: top;
}

td.inhaltAbstandhalter {
	width: 20px;
	background-color: #FFFFFF;
}

td.inhaltVerweise {
	width: 200px;
	background-color: #F8F8F8;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

td.inhaltVerweiseBorder {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 200px;
	vertical-align: top;
	/*font-size: 0.7em;*/
	border: 0px solid #037046;
}

td.inhaltVerweiseNopadding {
	padding-top: 0px;
	padding-left: 0px;
	width: 200px;
	vertical-align: top;
	/*font-size: 0.7em;*/
}

.inhaltUeberschriftErsterAbschnitt {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.inhaltUeberschriftErsterAbschnittTiefer {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.inhaltUeberschriftFolgenderAbschnitt {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.inhaltUnterueberschrift {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.70em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.verzeichnislinksBlockCell {
	background-color: #E1E1E1;
	border: 0px;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin: 0px;
}

.verzeichnislinksBlock {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	border: 0px;
}

.formError {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 13px;
}

.inhaltBlock {
	overflow: auto;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F2F2F2;
	padding: 13px;
	margin: 0px;
}

.inhaltBlockUebersichtsseiteArtikel {
	background-color: #F2F2F2;
	font-family: Arial,Helvetica,sans-serif;
	border-top: 1px dotted #CFCFCF;
  	margin: 0px;
	padding-left: 13px;
	padding-right: 8px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.inhaltBlockSitemapOhneLinie {
	background-color: #F2F2F2;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding-left: 13px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.inhaltBlockOhneMargin {
	background-color: #F2F2F2;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding-left: 13px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.inhaltDetaillink {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	color: #333399;
}

.inhaltDetaillinkMenu {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	color: #333399;
}

.inhaltDetaillinkMehr {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #333399;
}

.inhaltDetailImage {
	border: 1px #E1E1E1 solid;
}

.inhaltDetaillinkohneBlock {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	color: #333399;
}

.inhaltText {
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.inhaltTextohneBlock {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 13px;
}

.inhaltTextDatum {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style:italic;
	color: #757575;
}

.inhaltTextDatumohneBlock {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}

.inhaltFooter {
	border-top: 1px solid #999;
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin-bottom:20px;
	margin-top:20px;
}

.inhaltFooterText {
	color: #999;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	margin: 0px;
}

.inhaltFooterFunkionen {
	margin: 0px;
	text-align: right;
}

.inhaltFooterIcon {
	margin: 0px;
	margin-right: 8px;
	border: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
}

.inhaltFooterIconLetztes {
	margin: 0px;
	border: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
}

.inhaltPfad {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.82em;
	font-weight: normal;
	color: #333399;
	margin: 10px 0;
}

a.inhaltPfad {
	margin-left: -25px;
	color: #333399;
	text-decoration:none;
}

a.inhaltPfad:active {
	color: #333399;
}

a.inhaltPfad:link {
	color: #333399;
}

a.inhaltPfad:visited {
	color: #333399;
}

a.inhaltPfad:hover {
	color: #016F43;
}

.inhaltBlockohneHintergrund {
	margin: 0px;
	margin-bottom:20px;
}

.inhaltUeberschriftFolgeseitenFett {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

.inhaltUeberschriftFolgeseiten {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	color: #000;
	margin: 0px;
	margin-bottom:10px;
}

.inhaltUeberschriftFolgeseiten1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-bottom:10px;
}

.inhaltUeberschriftFolgeseiten2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-bottom:10px;
}

.inhaltUeberschriftFolgeseiten3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-bottom:10px;
}

.inhaltUeberschriftFolgeseitenFettAbstand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:30px;
	color: #222;
	margin: 0px;
}


.inhaltBilder {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px #D5D5D5 solid;
}

.inhaltBilderRechts {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px #D5D5D5 solid;
}

.inhaltBilderTabelle {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 1px;
}

.inhaltBilderTabelleTabelle {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.inhaltBilderTabelleLinks {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

.inhaltBilderganzeBreite {
	width: 1%;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px #D5D5D5 solid;
}

.inhaltBilderFlaggen {
	position: relative;
	float: left;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px #D5D5D5 solid;
}

.inhaltBilderVertikalZentriert{
	vertical-align:middle;
}

.inhaltBilderText {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding: 2px;
}

.inhaltBilderGroessenText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
}

.inhaltBilderZoom {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.inhaltBilderDownload {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 20px;
	z-index: 20;
	background-color: #FFFFFF;
	padding-left: 1px;
}

.inhaltFormRechts {
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}


/*Bildergalerie*/
td.inhaltBildergalerieThumbs {
	background-color: #F1F1F1;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

td.inhaltBildergalerieThumbsContent {
	vertical-align:top;
	padding: 5px;
}

td.inhaltBildergalerieScales {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	background-color: #F1F1F1;
	vertical-align: bottom;
	text-align: left;
	padding: 2px;
	width: 150px;
}

td.inhaltBildergaleriePreview {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	background-color: #F1F1F1;
	vertical-align: bottom;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 110px;
}

td.inhaltBildergalerieTextContent {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	vertical-align: bottom;
	padding: 2px;
}

.inhaltBildergalerieBilder {
	border: 1px #E1E1E1 solid;
}

td.inhaltBildergalerieText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	vertical-align: bottom;
}

td.inhaltBildergalerieDetail {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #016F43;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
}

a.inhaltBildergalerieDetail {
	color: #016F43;
	text-decoration:none;	
}

.inhaltListe{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #000;	
	border: 0px;
	background-color: #B9D5CA;
}


/*Sitemap*/
.inhaltSitemapLinks {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 13px;
	color: #333399;
	font-weight: normal;
	text-decoration: none;
}
.inhaltSitemapLinksGross {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 13px;
	color:#333399;
	font-weight:bold;
	text-decoration:none;
}
.sitemapBox {
	background-color:#EBEBEB;
	width: 530px;
	padding-bottom:10px;
	margin-bottom:20px;
}

/*Kontaktformular*/
.inhaltKontaktformularText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	width:135px;
	margin-top: 0px;
	margin-bottom: 13px;
}

.inhaltKontaktformularFeld {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding:3px;
	background-color:#fff;
	border:1px solid #000;
	width:220px;
}

.inhaltKontaktformularNachricht {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding:3px;
	height:60px;
	background-color:#fff;
	border:1px solid #000;
	width:220px;
	overflow:auto;
}

.inhaltKontaktformularButton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:#6D6D6D;
	margin: 0 15px 0 0;
	border:1px solid #6D6D6D;
	width:105px;
	background-image: url(/img/elements/formularbutton.gif);
	background-repeat:repeat-x;
}
	
/*Archivfunktion*/	
.inhaltArchivfunktionDatum {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding: 2px 3px 0px 3px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #000;
	vertical-align: middle;
}

.inhaltArchivfunktionSuche {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding: 2px 3px 0px 3px;
	height: 16px;
	background-color:#fff;
	border: 1px solid #000;
	width: 257px;
	margin-right: 20px;
	vertical-align: middle;
}

.inhaltArchivfunktionButton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #6D6D6D;
	height: 20px;
	border: 1px solid #6D6D6D;
	width: 70px;
	background-image: url(/img/elements/formularbutton.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
	
/*Download-Area*/
.inhaltDownload {
  	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:#000;
	background-image: url(/img/icons/dokument.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 8px 0px 8px 28px;
	list-style-image: none;
	list-style-type: none;
}

.inhaltDownloadListe {
	margin: 5px 15px 0px 0px;
	padding: 0;
}

.inhaltDownloadLinks {
	width: 250px;
	left: 0;
}

/* Linksammlung */
.inhaltLinksammlung {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:#000;
	background-image: url(/img/icons/links.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 8px 0px 8px 28px;
	list-style-image: none;
	list-style-type: none;
}

.inhaltLinksammlungExtern {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:#000;
	background-image: url(/img/icons/extlink2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 8px 0px 8px 28px;
	list-style-image: none;
	list-style-type: none;
}

.inhaltLinksammlungListe {
	margin: 5px 15px 0px 0px;
	padding: 0px;
}

/*Audio-Video*/
.inhaltAudioVideoUeberschriftFett {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.inhaltAudioVideoText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.inhaltAudioLinkListe {
	margin: 5px 15px 0px 0px;
	padding: 0px;
}

.inhaltAudioLink {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration:none;
	background-image: url(/img/icons/audio.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding:8px 0px 8px 28px;
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
}

.inhaltVideoLinkListe {
	margin: 5px 15px 0px 0px;
	padding: 0px;
}

.inhaltListeElement {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.inhaltListeRahmen {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
}

.inhaltVideoLink {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration:none;
	background-image: url(/img/icons/video.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 8px 0 8px 28px;
	list-style-image: none;
	list-style-type: none;
}

/*Notrufeintrag*/
table.inhaltNotruf {
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
	vertical-align: top;
}

td.inhaltNotrufOben {
	background-color: #F2F2F2;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

td.inhaltNotrufTop {
	background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

td.inhaltNotruf {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	border: 1px solid #E1E1E1;
	vertical-align: top;
}


/*Straftäter*/
table.inhaltStraftaeterTabelle {
	border: 1px solid #d1d1d1;
	border-collapse: collapse;
	padding: 0px;
}

td.inhaltStraftaeterZelleOben {
	border: 1px solid #d1d1d1;
	padding: 2px 3px 2px 3px;
	background-image: url(/img/elements/straftaeter_verlauf.gif);
}

td.inhaltStraftaeterZelle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #000;
	border: 1px solid #d1d1d1;
	padding: 2px 3px 2px 3px;
}

.inhaltStraftaeterUeberschrift { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

.inhaltStraftaeterBild {
	margin:6px 3px 6px 4px;
}

tr.inhaltStraftaeterHintergrundGrau {
	 background-color:#E5E5E5;
}

  /**
	*	<h1>Abschnitt3: Funktionen-Definitionen</h1>
	*	Stylen der im Klassen im Verweise-Teil (rechts)
	*	Klassen müssen mit dem Zusatz verweise beginnen
	*/
	
.verweiseTabelle {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0px;
}

.verweiseUeberschrift1 {
	/* font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	background-repeat: repeat-y;
	background-image: url(/img/elements/verweiseUeberschriftVerlauf.jpg);
	margin: 0px;
	padding: 3px 3px 3px 6px;
	border-bottom: 1px solid #037046;
	overflow: hidden; */
	display:none;
}

.verweiseUeberschrift2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	background-repeat: repeat-y;
	background-image: url(/img/elements/verweiseUeberschriftVerlauf.jpg);
	margin: 0px;
	padding: 3px 3px 3px 6px;
	border: 1px solid #037046;
	overflow: hidden;
}

.verweiseLinks {
	text-decoration: none;
}
.verweiseLinks:hover {
	text-decoration: underline;
}

.verweiseText{
	/*font-family: Arial,Helvetica,sans-serif;
	color: #333399;
	padding: 3px 3px 2px 6px;
	font-size: 0.7em;
	
	background-image: url("/img/images/bullet.png");
	background-position: left 2px;
	background-repeat: no-repeat;*/
	list-style: none outside none;
	margin-bottom: 5px;
	margin-left: -25px;
	padding-left: 20px;
	padding-top: 0;
	font-size: 1.1em;  
	line-height:1.15em;
}

.verweiseBild {
	padding: 0px;
	margin: 0px;
}

  /**
	*	<h1>Abschnitt4: Funktionen-Definitionen</h1>
	*	Stylen der im Klassen im Funktionen-Teil (Links)
	*	Klassen müssen mit dem Zusatz funktionen beginnen
	*/
/*#volltextsuche {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}*/

#karte {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#funktionenVerbaende {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ausrichtungVerbaende {
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
}

map {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.funktionenUeberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.funktionenForm {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*.funktionenTextfeld {
	height: 15px;
	width: 165px;
	border: none;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-image: url(/img/elements/funktionenEingabefeldGrauve.jpg);*/
}

.funktionenSuchknopf {
	vertical-align: top;
	margin-left: -3px;
}*/

.funktionenUeberschriftAbschnitt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #006F43;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DEECE7;
}

#funktionenKarte {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.testimg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.funktionenVerbaendeErsterlink {
	margin-left: 10px;
	color: #333399;
}

.funktionenVerbaendeErsterlinkBild {
	margin: 7px 0px 0px 3px;

}

.funktionenVerbaendeLink {
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;	
	text-decoration: none;
	color: #333399;
}

.funktionenVerbaendeLink span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;	
	text-decoration: none;
}

#navigationstools {
	padding-top: 15px;
}

.funktionenNavigationsToolsLink {
	display: block;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #686868;
}
.funktionenNavigationsToolsIcon {
	margin-right: 3px;
	vertical-align: bottom;
}


h1.inhaltZwischenUeberschrift {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

h2.inhaltZwischenUeberschrift {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

h3.inhaltZwischenUeberschrift {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

/* baypol 15.03.05 pw */
.internerFehler {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 13px;
}

.psDienststellenbezeichnung {
	background-color: #E1E1E1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.psDienststellenanschrift {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px;
}

.ausschreibungHintergrund {
	padding: 13px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: #F2F2F2;
}

.buttonAusschreibung {
	background-color:#409473;
	color:#EEEEEE;
/*	width: 20em;
	height: 25px;*/
	border:2px solid #DDDDDD;
}

/* ende baypol 15.03.05 pw */


.Bussgeldkatalog {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:#000;
	padding:2px;
	width:48.4em;
}

.Bussgeldkatalog legend {
	font-size: 1em;
	font-weight:bold;
	color:#014c21;
	padding:0.2em;
}

.Bussgeldkatalog fieldset {
	border-color:#469776;
	background-color:#EBEBEB;
	padding: 1.0em;
}

.buttonSuche {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #6D6D6D;
	height: 20px;
	border: 1px solid #6D6D6D;
	width: 70px;
	background-image: url(/img/elements/formularbutton.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	background-color:#409473;
}

.bgkHinweis {
	font-size: 1.3em;
	color:#000;
	background-color:#EBEBEB;
	width:100%;
	padding:2px;
}

.BussgeldkatalogHinweis fieldset {
	border-color:#FF0000;
	background-color:#EBEBEB;
	padding: 1.0em;
	margin-bottom: 1.0em;
}

.bkghr {
	width: 100%;
	height: 1px;
	color: #A1A1A1;
	margin-bottom: 10px;
}

.Dienststellensuche {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F2F2F2;
	font-size: 0.7em;
	color: #000;
	width: 100%;
}

.Dienststellensuche hr {
	width: 95%;
	height: 1px;
	color: #A1A1A1;
	margin-bottom: 15px;
}

.Dienststellensuche legend {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}

.Dienststellensuche fieldset {
	border-color: #A1A1A1;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: 5px;
}

.DienststellensucheDstNameLink a {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

.DienststellensucheHinweis fieldset {
	border-color: #FF0000;
	background-color: #EBEBEB;
	padding: 1.0em;
	margin-bottom: 1.0em;
}

.sitemaplink {
	font-size: 0.85em;
	font-weight: bold;
	color: #333399;
}

.sitemap-knoten,sitemap-element {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333399;
	background-color:#F2F2F2;
	margin-top: 0px;
	margin-bottom: 13px;
}


/* Stylesheets fuer Bussgeldkatalog  - ANFANG */

#bgk-content {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	text-align: left;
}

#bgk-content h1 {
	font-size: 1.4em;
	margin-bottom: 2em;
}

#bgk-content h2 {
	font-size: 1.2em;
	color:  #016F43;
}

#bgk-content h3 {
	font-size: 1em;
}

#bgk-content form {
	background-color: #F2F2F2;
	width: 100%;
}

#bgk-content fieldset {
	border-color: #A1A1A1;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: 5px;
}

#bgk-content legend {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}

#bgk-content label.left {
	float: left;
	width: 18em;
	padding-bottom: 0.5em;
}

#bgk-content select, #bgk-content input {
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-size: 0.9em;
}

#bgk-content br {
	clear: left;
}

#bgk-content table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	border-collapse: collapse;
	margin: 0px;
}

#bgk-content tr.head, #bgk-content tr.odd {
	text-align: right;
	background-color: #EBEBEB;
}

#bgk-content tr.head, #bgk-content tr.even {
	text-align: right;
	background-color: #F5F5F5;
}

#bgk-content th.bgkl {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-color: #E1E1E1;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

#bgk-content td {
	font-size: 1.05em;
	padding: 2px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}

#bgk-content td.left {
	text-align: left;
}

#bgk-content td.right{
	text-align: right;
}

#bgk-content kbd {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 0.5em;
}

#bgk-content .samples {
	margin-left: 2em;
}

#bgk-content div.samples {
	background-color: #F5F5F5;
	margin: 0em 2em 0em 2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div.msg {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #990033;
}

font.msg {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

#bgk-content .help {
	text-decoration:none;
	margin-left: 0.4em;
	vertical-align: super;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	color: #333399;
	background-color:#F2F2F2;
}

#bgk-content .info {
	color: #990033;
}

#bgk-content .header {
	padding-bottom: 1.5em;
	margin: auto;
}

#bgk-content .header a {
	margin-left: 1em;
	margin-right: 1em;
}

#bgk-content .detail {
	text-align: left;
}

#bgk-content .detail div {
	background-color: #F5F5F5; 
	padding: 0.3em; 
	margin-bottom: 0.1em; 
}

#bgk-content .detail span {
	font-weight: bold;
}

#bgk-content .text {
	text-align:left;
	margin: auto;
}

#bgk-content .submit {
	margin: 0.6em 0.6em 0.6em 18em;
}

#bgk-links {
	margin-top: 2em;
}

#bgk-links a {
	padding: 0em 0.3em 0em 0.3em;
	vertical-align: middle;
}

.bgkSpdWarn {
	border-color: #E2E2E2;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	text-decoration: none;
	background-color: #F2F2F2;
	color: #990033;
	vertical-align: middle;
}
	
.inhaltBgkLink {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #333399;
	vertical-align: middle;
}

.inhaltDetailTreffer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	color: #016F43;
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
}

/* Stylesheets fuer Bussgeldkatalog  - ENDE */

/* Stylesheet UES-3 Archivsuche */
.archivSuche legend {
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding: 0.2em;
}

.archivSuche fieldset {
	border-color: #E2E2E2;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 8px;
}

/* Fahndung */

.FahndungForm {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color: #F2F2F2;
	width: 100%;
	position: relative;
	z-index: 100;
}

.FahndungForm legend {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.FahndungForm fieldset {
	border-color: #A1A1A1;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	color: #000;
}

.FahndungForm label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
}

.FahndungForm input, .FahndungForm select, .FahndungForm textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	display: block;
}

.FahndungForm br {
	clear: both;
}

.FahndungForm .LinksHaelfte {
	width: 22em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .RechtsHaelfte {
	width: 23em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .LinksViertel {
	width: 14em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .MitteHaelfte {
	width: 15em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .RechtsViertel {
	width: 15em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .RechtsDreiviertel {
	width: 30em;
	float: left;
	padding: 7px;
	margin: 0px;
}

.FahndungForm .EinzelZeile {
	float: left;
	padding: 7px;
}

.FahndungForm .EinzelFeldOhneBild {
	width: 100%;
	float: left;
}

.FahndungForm .EinzelFeldOhneBild br {
	clear: none;
	float: left;
}

.FahndungForm .EinzelFeldMitBild {
	width: 100%;
	float: left;
}

.FahndungForm .EinzelFeldMitBild br {
	clear: none;
	float: left;
}

.FahndungForm .EinzelFeldBild {
	width: 100%;
	float: left;
}

.FahndungForm .EinzelFeldBild br {
	clear: none;
	float: left;
}

.FahndungForm img {
	margin-top: 0px;
	margin-right: 0px;
}

.FahndungForm .sendebutton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

.FahndungForm .Bildeingabe {
	width: 244.0em;
	float: left;
}

.FahndungForm td.inhaltNotrufOben {
	background-color: #E9E9E9;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

.FahndungForm td.inhaltNotruf {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	background-color: #F2F2F2;
	color: #000000;
	padding: 5px;
	border: 1px solid #E1E1E1;
	vertical-align: top;
}

.mediumbutton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	color: #000000;
	height: 20px;
	border: 1px solid #6D6D6D;
	width: 70px;
	background-image: url(/img/elements/formularbutton.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	background-color:#409473;
}

.FahndungForm .inhaltUeberschriftFolgenderAbschnitt {
	background-color: #F2F2F2;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.FahndungForm .inhaltDetaillink {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.70em;
	text-decoration: none;
	color: #333399;
}


.FahndungForm .inhaltBlock {
	overflow: auto;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

/*Ende Fahndung*/

.unterteiler hr {
	width: 100%;
	height: 0px;
	border: 1px solid #E1E1E1;
}

#absatzformat {
	width: 10.0em;
}

#absatztext {
	font-size: 1.4em;
}


/* Styles fuer Suche - 18.07.2005 TCH */


#siteSearch {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
}

#siteSearchMessage {
	font-family: Arial,Helvetica,sans-serif;
	color: #770000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
}

/*#siteSearch fieldset {
	line-height: 1.8em;
	padding: 0.5em 0em 0.6em 1em;
	margin-top: 0.5em;
}

#siteSearch legend {
	color: #666666;
}*/

#siteSearch legend {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}

#siteSearch fieldset {
	border-color: #A1A1A1;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: 0px;
}

#siteSearch hr {
	width: 100%;
	height: 1px;
	color: #E1E1E1;
	margin-bottom: 0px;
}

#siteSearch label.left {
	float: left;
	width: 30em;
	margin-bottom: 0.3em;
	margin-top: 0.4em;
}

#siteSearch select {
	width: 12em;
	margin-right: 2em;
	margin-top: 0.3em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}

.siteSearchTextField {
	width: 12em;
	margin-right: 2em;
	margin-top: 0.3em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

.siteSearchDateField {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

#siteSearch periodselect {
	margin-right: 3em;
}

.siteSearchButton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #000000;
	height: 1.6em;
	width: 6em;
	border: 1px solid #6D6D6D;
	background-image: url(/img/elements/formularbutton.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.siteSearchTextFieldQuery {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	height: 1.6em;
	width: 25em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#siteSearch a {
	color: #333399;
}

.searchNavigation {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #666666;
}

.searchNavigation a {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

.inhaltBilderWarnung {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	visibility: visible;
}

.inhaltBilderEditMode {
	position: relative;
}

