/****************************************************************************************************/
/****/ 	
/****				LINKS 																										*/
/****/
/***************************************************************************************************/



/*  Seitenanfang /ok*/
.toplink {
   font-size: 11px;
   text-decoration: underline;
	color: #6E357C;
}
/*  Drucken /ok*/
.drucklink {
	font-size: 0.75em;
   text-decoration: underline;
	color: #6E357C;
}
/* Zurück-Link /ok */
.zuruecklink {
   font-size: 11px;
   text-decoration: underline;
	color: #683b09;
}

/* weiterführende Link Ebene 1 (mehr...) /ok */
.mehrlink {
   font-size: 11px;  
   text-decoration: underline;
	color: #683b09;
	font-weight: bold
}

/* weiterführende Link Ebene 1 (mehr...) /ok */
.kapitellink {
   font-size: 11px;
   text-decoration: underline;
	color: #6E357C;
	font-weight: bold;
}

/* weiterführende Link Ebene 1 (mehr...) /ok */
.kapitellinkaktiv {
   font-size: 11px;
   text-decoration: none;

}

/* Submitlink /ok */
.submitlink {
   font-size: 11px; font-weight: bold; 
   text-decoration: none;
	color: #6E357C
}

/***************************************************************************************************/
/***																																*/
/**** 		CONTENTNAVIGATION 																							*/
/***																																*/
/***************************************************************************************************/



/*--------------------------- Seitennavigation ---------------------------------------------------*/
/*  normal /ok */
.blaetternSeite {
   font-size: 11px; 
	padding-right:3px;
	padding-left:3px;
}

/*  aktiv /ok */
.blaetternSeiteSel {
	font-weight: bold; font-size: 11px;
	padding-right:3px;
	padding-left:3px;
}

/* normal a-Tag /ok */
.blaetternSeite a {
}

/* normal mouseover /ok */
.blaetternSeite a:hover {

}


/*  Textangaben /ok */
.blaetternSeiteText {
    font-size: 11px;
}

/*-------------------Stichwortnavigation ABC-Gruppen ------------------------------------------------*/
/* normal /ok */
.stichwortABC {
   font-size: 11px; 
   color: gray;
   text-decoration: none;
}
a.stichwortABC{
   font-size: 11px; 
   color: #666666;
   text-decoration: underline;
}

/* aktiv /ok */
.stichwortABCSel {
   font-weight: bold; font-size: 11px;
	color: #0BB0D9;
	text-decoration: none;
}

/*------------------- Stichwortnavigation als Tabellenliste ------------------------------------------------*/
/* Buchstabenangabe (A-Z) /ok*/
.stichwortListeABC {
	font-size: 13px; font-weight: bold;
	text-decoration: none;
}

/* Stichwortbezeichnung (Link) /ok*/
.stichwortListeBez {
   font-size: 11px; 
   text-decoration: none;
}

/****************************************************************************************************/
/***																								*/ 	
/***				Zusätzliche Überschriften oder Kopfangaben										*/
/***																								*/
/****************************************************************************************************/

/* Überschrift bzw. Angabe der Listenart (z.B. Suchergebnis auf... oder Branche: ... / ok*/
.listeueber {
   font-size: 11px; 
}

/* Listenkopf (z.B. Deatilansicht oder Merkzettel) /ok */
.listenkopf {
   font-size: 11px; font-weight: bold;
}



/****************************************************************************************************/
/***																								*/ 	
/***				INHALTE																			*/
/***																								*/
/****************************************************************************************************/
/* Container eines einzelnen Eintrages */
.dsdiv{
}
/*------------------- Datensatzinhalte (Datenbankfelder) ------------------------------------------------*/
/* Datensatzueberschrift /ok */
.ueberschrift {
	font-size: 11px; font-weight: bold;
	text-decoration: none;
	color: #683b09;
}

/* Datensatzdatum */
.datum {
	font-size: 11px; 
}

/* Datensatzuntertitel /ok */
.untertitel {
 	font-size: 11px; font-weight: bold;
}

/* Datensatzunterkapitel /ok */
.unterkapitel {
 	font-size: 11px; font-weight: bold;
}

/* Datensatztext (Haupttext) /ok*/
.fliesstext {
	font-size: 11px;
	line-height: 16px;
}
.fliesstext a {
	text-decoration: underline;
	color: #683b09;
}

/* Datensatztext (Vorspann) /ok*/
.vorspann {
     font-size: 11px;
	  font-weight: bold;
	  line-height: 1.4em
}
.vorspann a {
	 text-decoration: underline;
	 color: #6E357C;
}

/* Quelle /ok*/
.quelle {
   font-size: 11px;
	font-weight: bold;
}
.quelle a{
  	text-decoration: underline;
	font-weight: normal;
	color: #6E357C;
}

/* Zusatz1 /ok*/
.zusatz1 {
    font-size: 11px;  font-weight: bold; 
}

/* Zusatz2 /ok*/
.zusatz2 {
	font-size: 11px;  font-weight: bold; 
}

/* Inhalt der Tabellenzellen eines Datensatzes /ok*/
.tabellecontent {
	font-size: 11px;
	line-height: 1.4em;
}
.tabellecontent a {
	text-decoration: underline;
	color: #6E357C;
	margin: 2px;
}

/* Linkangaben des Datensatzes /ok */
.dsfeldlink {
	font-size: 11px;
	text-decoration: underline;
	color: #6E357C;
}

/* Bildunterschrift /ok*/
.bildus {
    font-size: 11px;
	color: #683b09; 
}

/* Bildunterschrift /ok*/
.bildus2 {
    font-size: 11px;
	color: #683b09; 
}

/*-------------------  Newsbox-Einträge als Liste ------------------- */

.newsboxeintrag {
	float: left; 
	width: 240px; 
	padding-left: 10px; 
}
/* Für mehrspaltig */
.newsboxeintrag2 {
	float: left; 
	width: 240px; 
	padding-left: 10px;
   margin-left: 10px; border-left: 1px dashed #A4B1CC;
}
.newsboxeintrag_thema {
	margin-bottom: 7px; 
	font-weight: bold; 
	font-size: 11px;
	color: gray;
}

/*------------------- Datensatzinhalte als Anhang ------------------------------------------------*/
.anhangtabelle {
	margin-right: 5px; margin-left: 5px;
	font-size: 1em;
	text-align: left;
	border: 1px solid black;
}

/* Text */
.anhangtext {
	font-size: 11px; 
	padding: 3px;
}
/* Überschrift */
.anhangueber {
	font-size: 11px; font-weight: bold;
}
/* Link */
.anhanglink {
	text-decoration: underline;
}
/* Tabellenkopf  */
.anhangkopf {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid black;
}



/****************************************************************************************************/
/***																								*/ 	
/***				SONSTIGE TEXTABGABEN															*/
/***																								*/
/****************************************************************************************************/
/* Label für das Suchformular  */
.suchnavitext {
	font-weight: bold;
	font-size: 11px;  
	color: #683b09;
}
/*--------------------------------------------------------------------------------------------------*/
/* Ausgabe von Fehlermeldungen "Seite nicht gefunden /ok*/
.seitenfehler {
	font-size: 11px; font-weight: bold;
   	color: red; 
}
/*--------------------------------------------------------------------------------------------------*/
/* Statusmeldungen (z.B Daten wurden gespeichert) /ok*/
.systemmeldung {
	font-size: 11px;
}
/*--------------------------------------------------------------------------------------------------*/
/* Statusmeldungen (Wieviele Einträge im Merkzettel) /ok*/
.statusmeldung {
 	font-size: 11px;
}
/*--------------------------------------------------------------------------------------------------*/
/* "deaktivierte" Textdarstellung */
.deaktiv {
	font-size: 11px; 
	color: gray; 
}

.geaendert {
	font-size: 11px;
	border-top: 1px solid #DDDDDD;
	padding: 3px 0 20px 3px;
	color: #A8A8A8;
}


/****************************************************************************************************/
/***																								*/ 	
/***				HTML-TAGS																		*/
/***																								*/
/****************************************************************************************************/

/* Hauptthemenangabe im Contentbereich /ok*/
#contentkopf h1 {
	font-size: 0.9em;
	margin:0px;
	color: white;
}

/* Hauptthemenangabe im Contentbereich /ok*/
.bestellkopf {
	 font-size: 14px; 
}

/* -------------------------------------------------------------------------------------------------------------*/
/* */
select, input, option {
  font-size: 9px;
} 



        
                                                               

