/*
#############################  Allgemeine Seiteneigenschaften #############################
*/

/* Body Bereich  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Standard-Schriftart */
td {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}


/*
#############################  Diverse Link-Eigenschaften #############################
*/

/* Standard-Link in Blau */
a:link { font-weight: none; color: #262062; text-decoration: none }
a:visited { font-weight: none; color: #262062; text-decoration: none }
a:hover { font-weight: none; color: #262062; text-decoration: none }
a:active { font-weight: none; color: #262062; text-decoration: none }
a:focus { font-weight: none; color: #262062; text-decoration: none }

/* Links im oberen Menü in Weiss */
TD#menu_top a:link { font-weight: none; color: #FFFFFF; text-decoration: none }
TD#menu_top a:visited { font-weight: none; color: #FFFFFF; text-decoration: none }
TD#menu_top a:hover { font-weight: none; color: #FFFFFF; text-decoration: none }
TD#menu_top a:active { font-weight: none; color: #FFFFFF; text-decoration: none }
TD#menu_top a:focus { font-weight: none; color: #FFFFFF; text-decoration: none }

/* Links in Weiss */
a.white:link { font-weight: none; color: #FFFFFF; text-decoration: none }
a.white:visited { font-weight: none; color: #FFFFFF; text-decoration: none }
a.white:hover { font-weight: none; color: #FFFFFF; text-decoration: none }
a.white:active { font-weight: none; color: #FFFFFF; text-decoration: none }
a.white:focus { font-weight: none; color: #FFFFFF; text-decoration: none }

/* Links in Weiss für dynamisch generierte Seiten wie z.B. die Ext:Make Print Link */
.dynamic_white a:link { font-weight: none; color: #FFFFFF; text-decoration: none }
.dynamic_white a:visited { font-weight: none; color: #FFFFFF; text-decoration: none }
.dynamic_white a:hover { font-weight: none; color: #FFFFFF; text-decoration: none }
.dynamic_white a:active { font-weight: none; color: #FFFFFF; text-decoration: none }
.dynamic_white a:focus { font-weight: none; color: #FFFFFF; text-decoration: none }


/*
#############################  Eigenschaften der Menü´s #############################
*/

/* Text oberes Menü */
.menu_top {	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Text Headline linkes und rechtes Menü */
.menu {	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/*
#############################  Eigenschaften des linken Menü´s #############################
*/

/* DIV-Tag | Formatierung einzelner Menüpunkt */
TD#menu_left DIV {
	vertical-align: top;
	width: 210px;
	padding-top: 0px;	
	border-width: 1px;
}

/* Link Ebene 1; Zustand: nicht aktiv */
TD#menu_left DIV.menu_left-level1-no {	
	font-size: 11px;
	font-weight: bold;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;	
}

/* Link Ebene 1; Zustand: aktiv */
TD#menu_left DIV.menu_left-level1-act {	
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;	
}

/* Link Ebene 2; Zustand: nicht aktiv */
TD#menu_left DIV.menu_left-level2-no {
	width: 150px;
	font-size: 11px;	
	font-weight: none;
	padding-left: 35px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}

/* Link Level 2; Zustand: aktiv */
TD#menu_left DIV.menu_left-level2-act {	
	width: 150px;
	font-size: 11px;
	font-weight: bold;	
	padding-left: 35px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}

/* Link Ebene 3; Zustand: nicht aktiv */
TD#menu_left DIV.menu_left-level3-no {		
	width: 150px;
	font-size: 11px;	
	font-weight: none;
	padding-left: 50px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}

/* Link Ebene 3; Zustand: aktiv */
TD#menu_left DIV.menu_left-level3-act {		
	width: 150px;
	font-size: 11px;
	font-weight: bold;	
	padding-left: 50px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}

/* Link Ebene 4; Zustand: nicht aktiv */
TD#menu_left DIV.menu_left-level4-no {		
	width: 150px;
	font-size: 11px;	
	font-weight: none;
	padding-left: 65px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}

/* Link Ebene 4; Zustand: aktiv */
TD#menu_left DIV.menu_left-level4-act {		
	width: 150px;
	font-size: 11px;
	font-weight: bold;	
	padding-left: 65px;	
	padding-top: 2px;	
	padding-bottom: 2px;
}


/*
#############################  Tabellen Allgemein #############################
*/

/* Tabelle mit blauem Rahmen */
.table_full_border_blue {
	border-width: 1px;
	border-style: solid;
	border-color: #262062;	
}

/* Tabelle mit orangem Rahmen */
.table_full_border_orange {
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC66;	
}


/*
#############################  Text und Headlines #############################
*/

/* Weisser Text */
.text_white {	
	color: #FFFFFF;	
}

/* Text unter dem Bild */
.csc-caption {
	color: #000000;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}

/* Titel */
.content_title {	
	color: #262062;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-style: none;
}

/* Headline Größe 12 */
.csc-header h1 {	
	color: #262062;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: none;
}

/* Headline Größe 12 */
.content_header_12 {
	color: #262062;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

/* Headline Größe 14 */
.menu_header_14 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Headline Größe 12 */
h1 {	
	color: #262062;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: none;
}


/*
#############################  Formatierungsobjekte #############################
*/

/* Liste */
ul {	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;	
	padding-left: 0px;		
	padding-top: 4px;
	padding-bottom: 3px;
}

/* Trennlinien */
hr {			
	color: #262062; 
	height: 1px; 
	text-decoration: noshade;
	border: 1px solid #262062;
}

h2 {
	font-size: 12px;
	color: #262062;
	border-bottom: 1px #262062 solid;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	border-bottom: 1px #FFCC66 solid;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Definition der Absätze im Content */
p {		
	padding-left: 0px;	
	padding-right: 0px;
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*
#############################  Formulare #############################
*/

/* Formular Allgemein */
form {	
	overflow: hidden;
	font-size: 11px;
}

/* Formularfelder */
.form_format {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	background-color: #FFFFFF;	
    border-width: 1px;
    border-style: solid;
    border-color: #FFCC66; 
}


/*
#############################  Ext:Indexed Search Engine #############################
*/

/* Abstände Text */
.tx-indexedsearch P {
	padding-left: 0px;	
	padding-right: 0px;
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Text in Suche */
.tx-indexedsearch .tx-indexedsearch-res P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

/* Links in Suche */
.tx-indexedsearch-sectionlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Formularfelder */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT, SELECT {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	background-color: #FFFFFF;	
    border-width: 1px;
    border-style: solid;
    border-color: #FFCC66;    
}

/* Formatierung Suchbegriff */
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF;
}

/* Formatierung Zeile: "Suche nach" */
.tx-indexedsearch .tx-indexedsearch-whatis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Keine Ergebnisse */
.tx-indexedsearch P.tx-indexedsearch-noresults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

/* Formatierung des Seitennamens | Tabelle */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #262062;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}

/* Formatierung des Seitennamens | Name der Seite */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}

/* Formatierung des Seitennamens | Anzahl der Seite */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
}

/* Formatierung oberste Zeile des Suchergebnisobjekts */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FFCC66;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Prozentangabe in oberster Zeile des Suchergebnisobjekts */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}

/* Links in oberster Zeile des Suchergebnisobjekts in weiss */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:link { font-weight: none; color: #FFFFFF; text-decoration: none }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:visited { font-weight: none; color: #FFFFFF; text-decoration: none }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:hover { font-weight: none; color: #FFFFFF; text-decoration: none }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:active { font-weight: none; color: #FFFFFF; text-decoration: none }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:focus { font-weight: none; color: #FFFFFF; text-decoration: none }

/* Beschreibung in Suchergebnisobjekt */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Detailangaben des Suchergebnisobjekts */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

/* Farbliche Hervorhebung des Suchbegriffs in der Beschreibung */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
	color: #FF0000;
}


/*
#############################  Ext:New Front End Login Box #############################
*/

/* Headline */
.tx-newloginbox-pi1 H3 {
	font-size: 12px;
	color: #262062;
	border-bottom: 1px #262062 solid;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

/* Abstände im Text */
.tx-newloginbox-pi1 P {	
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Formularfelder */
.tx-newloginbox-pi1 INPUT {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	background-color: #FFFFFF;	
    border-width: 1px;
    border-style: solid;
    border-color: #FFCC66; 
}