﻿/**
* Globales CSS der Internet Filiale
*
* Die Style-Sheet-Datei der IF (Nicht-Netscape-4.x-Version).
* Jedes Element bekommt einen eigenen Style,
* auch wenn es bereits einen Style mit den
* gleichen Eigenschaften gibt.
*
* @created 08 2002
* @creator Nils Hott <hott@n-image.com>
* @company new image gmbh
* @version $Revision: 1.5 $
* @author $Author: frank $
* @date $Date: 2004/12/21 15:44:03 $
*/




body, html {
  background: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font: 12px/16px Arial, Helvetica, sans-serif;
}
/* Fliesstext */
.text {
  font: 12px/16px Arial, Helvetica, sans-serif;
}
.textKlein {
  font: 11px/14px Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

/* Ueberschrift */
h1, .head {
  font: italic 18px Arial, Helvetica, sans-serif;
  color: #c00;
  margin-bottom: 10px;
}

/* Unterueberschrift */
.subhead {
  font: oblique 12px Arial, Helvetica, sans-serif;
}

/* Ueberschrift fuer Anlagecheck, Vorsorgecheck etc. */
.subheadCheckmodul {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #c00;
}

/* Datum ueber Textbloecken */
.datum {
  font: 11px Arial, Helvetica, sans-serif;
}

/* Metanavigation */
.metanav {
  font: 11px Arial, Helvetica, sans-serif;
	display: none;
}

.metanav div {
	background: none;
	color: white;
}

/* Formularbeschreibung */
.formdescr {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 10px 10px 10px 15px;
}

/* Ueberschrift eines Blocks von Formularelementen */
.formblock {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 10px 10px 10px 15px;
}

/* Ueberschrift eines Blocks von Formularelementen
 * mit Checkbox davor */
.formblockPS {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 10px 10px 10px 15px;
  text-indent: -30px;
  padding-left: 40px;
  top: 0px;
}

/* Formularfeld-Bezeichnung */
.formlabel {
  font: normal 11px Arial, Helvetica, sans-serif;
  padding-left: 15px;
}

/* Die Rasterlinie zwischen Textbloecken */
.rasterlinie {
  background-image: url(pixel/rasterlinie.gif);
  background-repeat: repeat-x;
}

/* Links werden nicht unterstrichen */
a {
  text-decoration: none;
  color: black;
}

/* außer im Fliesstext */
.hyperlink {
  text-decoration: none;
  color: black;
}

/* Bei allein stehenden Links kommt ein Pfeil davor */
.hyperlinkPfeil {
  text-decoration: none;
}

/* Link ohne Hinterlegung */
.hyperlinkListe {
  color: #000;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.hyperlinkKlein {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 11px;
}
/* Text in tabellarischen Darstellungen */
.tabellentext {
  font: 10px Arial, Helvetica, sans-serif;
  padding-right: 5px;
  padding-left: 5px
}

/* Text in den Containern */
.containertext {
  font: 11px/14px Arial, Helvetica, sans-serif;
  background: none;
  padding: 5px;
  border-top: 1px solid #F0EEE5;
  border-right: 1px solid #F0EEE5;
  border-bottom: 1px solid #CDC7B9;
  border-left: 1px solid #F0EEE5;
}

.containerLinkBlock {
  margin-left: 11px;
  text-indent: -11px;
  display: block;
}

/* Zeilenabstand in Absaetzen */
p {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Detailtabelle: Beschriftung einer Reihe */
.detailTHrow {
  text-align: right;
  font: bold 11px/16px Arial, Helvetica, sans-serif;
  background: none;
  border-top: 1px none #CDC7B9;
  border-right: 1px solid #CDC7B9;
  border-bottom: 1px solid #CDC7B9;
  border-left: 1px none #CDC7B9;
  vertical-align: top;
  padding: 2px 5px;
}

/* Detailtabelle: Beschriftung einer Spalte */
.detailTHcol {
  text-align: center;
  font: bold 11px/14px Arial, Helvetica, sans-serif;
  white-space: nowrap;
  padding: 2px 5px;
  background: none;
  border-top: 1px none #CDC7B9;
  border-right: 1px solid #CDC7B9;
  border-bottom: 1px solid #CDC7B9;
  border-left: 1px none #CDC7B9;
}

/* Detailtabelle: Zwischenueberschrift */
.detailTH {
  text-align: left;
  font: bold 11px/18px Arial, Helvetica, sans-serif;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
  background: none;
  border-top: 1px none #CDC7B9;
  border-right: 1px solid #CDC7B9;
  border-bottom: 1px solid #CDC7B9;
  border-left: 1px none #CDC7B9;
  vertical-align: top;
}


/* Detailtabelle: Rahmen der Tabelle */
.detailTabelle {
  border-top-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: none;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  background: none;
  border-top-color: #CDC7B9;
  border-right-color: #CDC7B9;
  border-bottom-color: #CDC7B9;
  border-left-color: #CDC7B9;

}

/* Detailtabelle: Zelle mit Daten - keine Titelzellen! */
.detailTD {
  font: normal 11px/16px Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: top;
  border-style: solid;
  border-color: #E3DDD1;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  background: none;
  padding: 2px 5px;
}

.detailTDlinksbund {
  font: normal 11px/16px Arial, Helvetica, sans-serif;
  vertical-align: top;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  background: #fff;
  text-align: left;
  padding: 2px 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CDC7B9;
  border-right-color: #CDC7B9;
  border-bottom-color: #CDC7B9;
  border-left-color: #CDC7B9;

}

.detailTDrechtsbund {
  font: normal 11px/16px Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: top;
  border-style: solid;
  border-color: #E3DDD1;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  background: none;
  padding: 2px 5px;
}

/* Beschriftung in tabellarischen Darstellungen */
th {
  font-weight: normal;
}


/*
* Navigation
* Hauptpunkte sind nav_main(_f2),
*  Unterpunkte sind nav_sub(_f2)
*/
/* Fliegt fuer Druckfunktion raus. */
#layoutTabelle {
  width: 100%;
  height: 100%;
  background: none;
}


#naviTBL {
	background: none;
}
#naviWrapper {
	display: block;
	height: 100%;
	width: 235px;
	background: none;
}

.navdelimiter {
  background-image: url(pixel/navi_trennlinien.gif);
}

.navmain {
	padding-left: 10px;
	text-indent: -10px;
	background: none;
  font: normal 12px Arial, Helvetica, sans-serif;
}
.navmainf2 {
	padding-left: 10px;
	text-indent: -10px;
  background: none;
  font: normal 12px Arial, Helvetica, sans-serif;
}

.navmain_abmelden {
  background: url(pixel/nav_main_bg_abmelden.gif);
  font: normal 12px Arial, Helvetica, sans-serif;
}
.navmain_abmelden a {
  color: #fff; 
}
.navsub {
	padding-left: 5px;
	text-indent: -5px;
  background: none;
  font: normal 12px Arial, Helvetica, sans-serif;
}
.navsubf2 {
	padding-left: 5px;
	text-indent: -5px;
	background: none;
  font: normal 12px Arial, Helvetica, sans-serif;
}
/* Die Abständer der Tertiaer-Navi-Buttons zueinander */
.navLevel3 {
  padding: 2px 0px;
}

/* Tertiaernavi aktiv */
.navtertiaer {
  padding-left: 20px;
  background: url(pixel/pfeil_tertiaer.gif) no-repeat left;
  color: #000;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

/* Tertiaernavi inaktiv */
.navtertiaerf2 {
  padding-left: 20px;
  background: url(pixel/pfeil_tertiaer_f2.gif) no-repeat left;
  color: #808080;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

.homeDiv {
  width: 100%;
  font: 12px/18px Arial, Helvetica, sans-serif;
}



/* Formulartabelle: Rand */
.formularTabelle {
  width: 430px;
  border: 1px solid #CDC7B9;
  background: none;
}

/* Zelle eines Formulars */
.formularTD {
  font: normal 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding: 1px;
}
/* Gegen doppelte kaskadierung von .formularTD: */
.formularTD .formularTD, .formularTabelle .detailTD {
  font: normal 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding: 1px;
}


/* Formularfelder */
input {
  font-size: 11px;
	padding-right: 1px;
	padding-left: 1px;
}

/* Menues */
select {
  font-size: 11px;
}


/* Formularfelder wie Name, Kontonr. etc. */
.inputLang {
  width: 220px;
  font: 11px Arial, Helvetica, sans-serif;
}

/* Formularfelder mit halber Länge, zb Popup Menues */
.inputKurz {
	width: 100px;
        font: 11px Arial, Helvetica, sans-serif;
}

/* Formularfelder wie PLZ und Betrag */
.inputGanzKurz {
  width: 60px;
  font: 11px Arial, Helvetica, sans-serif;
}

/* Formularfelder wie Datum und Jahr */
.inputGanzGanzKurz {
  width: 40px;
  font: 11px Arial, Helvetica, sans-serif;
}

/* Formularbeschriftung im Fehlerfall wird rot hinterlegt */
.formlabelFehler {
  font: 11px Arial, Helvetica, sans-serif;
  /* Das hier muss fuer NN4 raus!!! */
  background: url(pixel/form_fehler_bg.gif) repeat-x;
  color: #fff;
  padding-left: 15px;
  padding-right: 3px;
  /* und zwar bis hierhin, dafuer die Schrift fett und das rein:
  color: #CC0000;
  */
}

.formlabelFehlerMehrzeilig {
  font: 11px Arial, Helvetica, sans-serif;
  /* Das hier muss fuer NN4 raus!!! */
  background: url(pixel/form_fehler_bg_mehrzeilig.gif) repeat-x;
  color: #fff;
  padding-left: 15px;
  padding-right: 3px;
  padding-top: 4px;
  padding-left: 4px;
  /* und zwar bis hierhin, dafuer die Schrift fett und das rein:
  color: #CC0000;
  */
}

/* Fehlermeldung in verschachtelter Tabelle (zB allzweckkredit/templates/kreditwunsch.ifhtml) */
.formlabelFehlerTD {
  font: 11px Arial, Helvetica, sans-serif;
  color: #fff;
  padding-left: 15px;
  padding-right: 3px;
}

/* Erklärung des Fehlers vor einem Formularfeld */
.formFehlerDescr {
  padding: 0px 10px 0px 15px;
  font: 11px Arial, Helvetica, sans-serif;
  color: #c00;
}

/* Eingaben, die der User gemacht hat */
.formularTDusereingabe {
  font: bold 11px/14px Arial, Helvetica, sans-serif;
  padding: 1px;
}

/* Links in Formularen (zB AGB und Produktbedingungen) */
#iform a {
  color: #000;
  text-indent: -14px;
  padding-left: 14px;
  display: block;
  margin-bottom: -11px;
}

#iform a.hyperlink {
  text-decoration: underline;
  color: #000;
  display: inline;
  text-indent: 0px;
  padding-left: 0px;
}


.formCheckboxListe {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 10px;
}

/* Der Rand um einen Container */
.containerTabelle {
  border-top: 1px solid #CDC7B9;
  border-right: 1px solid #CDC7B9;
  border-bottom: 1px none #CDC7B9;
  border-left: 1px solid #CDC7B9;
  background: none;
}

/* Die Titelzeile eines Containers */
.containerHead {
  font: 10px Arial, Helvetica, sans-serif;
  background: none;
  border-top: 1px solid #F0EEE5;
  border-right: 1px solid #F0EEE5;
  border-bottom: none #F0EEE5;
  border-left: 1px solid #F0EEE5;
}

/* Der Text im Boersenticker-Container */
.tickertext {
  font: 11px Arial, Helvetica, sans-serif;
  background: none;
  border-top: 1px none #F0EEE5;
  border-right: 1px none #F0EEE5;
  border-bottom: 1px solid #CDC7B9;
  border-left: 1px none #F0EEE5;
}

/* Eingabefelder in den Containern */
.inputWKN {
  width: 55px;
  font-size: 9px;
}

.inputKontonummer {
  width: 90px;
  font-size: 9px;
}
.inputKontonummerKurz {
  width: 75px;
  font-size: 9px;
}

/* Formularfelder im SuchContainer */
.inputSuchContainer {
  width: 130px;
  font: 11px Arial, Helvetica, sans-serif;
}

/* Sitemap */
.sitemapText {
  font: 9px/12px Arial, Helvetica, sans-serif;
  background: none;
  border-top: 1px solid #E7E0D4;
  padding-left: 5px;
}

/* Der Rand um die Bloecke */
.sitemapTabelle {
  border-top: 1px solid #E7E0D4;
  border-right: 1px solid #E7E0D4;
  border-bottom: 1px solid #E7E0D4;
  border-left: 1px solid #E7E0D4;
}

/* Die Titelzeile eines Blocks */
.sitemapHead {
  font: 9px/12px Arial, Helvetica, sans-serif;
  padding-left: 5px;
  background: none;
}

/* GROSSBUCHSTABEN */
.CAPS {
  text-transform: uppercase;
}

.formCheckboxListe {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 10px;
}

/* Anlagecheck: Tabelle */
.anlagecheckTabelle {
  border: 1px solid #E7E0D4;
}

.anlagecheckTD {
  font: normal 11px/16px Arial, Helvetica, sans-serif;
  padding: 1px;
}

.anlagecheckHeadline .formularTD {
  font: normal 12px Arial, Helvetica, sans-serif;
}

/* Anlagecheck: Tabelle mit allen Produkten */
.anlagecheckEmpfehlungTD {
  font: normal 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding: 5px;
  background: #fff;
}

/* Anlagecheck: Produkte, die nicht empfohlen werden */
.anlagecheckLinkInaktiv {
  color: #E2DED3;
}

/* Anlagecheck: Fehler bei der Eingabe */
.anlagecheckFehlermeldung {
  font: 11px Arial, Helvetica, sans-serif;
  color: #c00;
}

.anlagecheckHeadline {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 10px;
}

.formBestaetigungText {
  font: bold 11px Arial, Helvetica, sans-serif;
  padding: 10px 10px 10px 15px;
}

/* Symbol fuer Aufzählungen */
li {
  list-style: url(pixel/pfeil_aufzaehlung.gif);
}

/* Abstände rund um Aufzählungen */
ul {
  margin-top: 5px;
  margin-left: 12px;
}

/* Form Tag ohne Luecken */
form {
  margin: 0px;
  padding: 0px;
}


.textWinzig {
  font: 11px Arial, Helvetica, sans-serif;
}


/*
* ------------------------ SPK CHEMNITZ -----------------------
*/

/* Kommentare, Bildlegenden */
.kommentare {
  font: 10px Arial, Helvetica, sans-serif;
}

/* Beispieltabelle: Zelle mit Daten - keine Titelzellen! */
.beispielTD {
  font: normal 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: none;
  border-style: solid;
  border-color: #E3DDD1;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
}

/* Beispieltabelle: Beschriftung des Kopfes */
.beispielHead {
  text-align: left;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: none;
  border-style: solid;
  border-color: #F9F8F3;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
}

/* Beispieltabelle: Beschriftung einer Zwischenzeile */
.beispielSub {
  text-align: left;
  font: 11px Arial, Helvetica, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: none;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-color: #E3DDD1;
  border-top-width: 0px;
  border-right-width: 1px;
  border-left-width: 0px;
  line-height: 14px;
}

/*
* ------------------------ ENDE SPK CHEMNITZ -----------------------
*/

.aktionsilluStd {
  margin-bottom: 10px;
}

/*
* ------------------------ Style fuer die Fotogalerie-----------------------
*/
#foto a  {
  display: block;
  height: 58px;
  width: 58px;
  border: 10px solid #FFFFFF;

}

#foto a:hover {
  display: block;
  height: 58px;
  width: 58px;
  border: 10px solid #F1EEE5;
}

.fotoRahmenF2 {
  display: block;
  height: 58px;
  width: 58px;
  border: 10px solid #F1EEE5;
}
/*
* ------------------------ Ende Style fuer die Fotogalerie-----------------------
*/

/* Konsolidierung */
#metaDiv {
  background: #F9F8F3 url(pixel/head_bg.gif) repeat-x;
  margin: 0px;
  padding: 0px;
  color: #fff;
	text-decoration: none;
}

#metaDiv a {
  color: #fff;
	text-decoration: none;
}
#naviSpacer {
  background: url(pixel/head_bg.gif) repeat-x;
  margin: 0px;
  padding: 0px;
}
#naviDiv {
  margin: 0px;
  padding: 0px;
  color: #fff; text-decoration: none;
  background: url(pixel/nav_bg.gif) repeat-x;
  height: 100%;
}

td, table, tr {
  font: 12px Arial, Helvetica, sans-serif;
}

/* Verzahnung */



/* Ende Verzahnung */

.iftxform {
	padding: 0 !important;
	margin: 0 !important;
}
input.iftxbutton {
    font: 12px/16px Arial, Helvetica, sans-serif !important;
    border-bottom: 1px solid black !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: auto !important;
    text-align: left !important;
}

a.iftxbutton {
    text-decoration: underline !important;
}

/*
* ------------------------ Style fuer Aktionsseite mit Bild----------------------
*/
.aktionsseiteOpenerTabelle {
	background-color: #F1EEE5;
	height: 211px;
	border: 1px solid #CAC9B7;
}
.aktionsseiteOpenerTDBild {
	width: 300px;
}
.aktionsseiteOpenerTDContent {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CAC9B7;
}
.aktionsseiteOpenerTabelle {
	background-color: none;
	height: 211px;
	border: 1px solid #CAC9B7;

}
.aktionsseiteOpenerTDBild {
	width: 300px;
	vertical-align: top;
	padding: 0px;

}
.aktionsseiteOpenerTDContent {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CAC9B7;
}
.aktionsseiteBild {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*
* ------------------------ Ende Style fuer Aktionsseite mit Bild------------------------
*/


@page {
	size: auto;
}

@media print {
	#metaDiv {
		display: none;
	}
}
#naviTBL {
	display: none;
}
#container {
	display: none;
}

#tblSeitenende {
	display: none;
}

#tertiaer_table {
	display: none;
}
