/*##############################################################################
**######## ENTWURF STANDARDLAYOUT NEUE WIRTSCHAFTSAUSKUNFT              ########
**######## Verband der Vereine CREDITREFORM 2007                        ########
**##############################################################################
**
**  Basislayout
**
**  Version     :       0.1
**  Datum       :       06.11.2007
**  Dateiname   :       auskunft_standard.css
**  Funktion    :       Aufbau der Struktur
**                      sowie grundlegende Farbgebung
*/

/* Styles für die Auskunft (Rahmen etc) gesamt */

div.auskunft {
	min-height: 101%;
	font-family: Arial, Helvetica;
	position: relative;
	color: #000;
	background: white;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right 0;
	width: 708px;
	line-height: normal;
	font-size: 12px;
}

/*p.auskunft {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}*/



div.auskunftRahmen {
	width: 688px;
	padding: 10px;
	margin: auto;
	border: 1px #ccc solid;
}

div.auskunftRahmenBreit {
	padding: 10px;
	margin: auto;
	border: 5px #ccc solid;
}

div.auskunftRahmenBlack {
	width: 688px;
	padding: 10px;
	margin: auto;
	border: 1px black solid;
}

div.headerAuskunft {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

div.headerAuskunftTop {
	padding: 0;
	width: 100%;
	height: 115px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

div.headerAuskunftBottom {
	margin: 0px;
	padding: 0px;
	color: white;
	width: 100%;
	height: 30px;
}


div.headerAuskunftTopLeft {
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 219px;
	height: 100%;
	background: #f0f0f0;
}

div.headerAuskunftTopLeft img {
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

div.headerAuskunftTopLeft div.product {
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 10px;
	height: 20px;
}


div.hypothesis {
	color: #000000;
	font-size: 1.0em;
	font-family: Arial, Helvetica;
	text-align: left;
}


div.headerAuskunftTopLeft div.vcName {
      color: #0074b9;
      font-size: 0.9em;
      font-weight: normal;
      margin: 15px 0px 0px 16px;
}

div.headerAuskunftTopLeft div.crefoName {
      color: #0074b9;
      font-size: 0.9em;
      font-weight: normal;
      margin: 15px 0px 0px 26px;
}

div.headerAuskunftBottomLeft {
	margin: 0;
	font-size: 1.0em;
	float: left;
	width: 203px;
	background: #0074b9;
	height: 20px;
	padding: 8px 0px 3px 16px;
}

div.headerAuskunftTopCenter {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 248px;
	background: #f0f0f0;
	height: 100%;
}

/* Tabellendefinition für die Informationen im Center Bereich des Headers. */
div.headerAuskunftTopCenter table {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

div.headerAuskunftTopCenter table th {
	padding: 0px 2px 0px 1px;
	font-size: 0.9em;
	font-weight: bold;
}

div.headerAuskunftTopCenter table td {
	padding: 0px 2px 0px 1px;
	font-size: 0.9em;
}

div.headerAuskunftBottomCenter {
	margin: 0;
	font-size: 1.0em;
	float: left;
	width: 248px;
	background: #0074b9;
	height: 20px;
	padding: 8px 0px 3px 0px;
}

div.headerAuskunftBottomCenter table {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

div.headerAuskunftBottomCenter table td {
	padding: 0px 2px 0px 1px;
	font-size: 1.0em;
}

div.headerAuskunftTopRight {
	padding: 0px;
	float: left;
	width: 219px;
	background: #f0f0f0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0px;
	height: 100%;
}

div.headerAuskunftBottomRight {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0px;
	font-size: 1.0em;
	float: left;
	width: 214px;
	background: #0074b9;
	height: 20px;
	padding: 8px 5px 3px 0px;
	text-align: right;
}

/* Styles für ein Auskunftskapitel (blaue Überschrift etc)  */

div.auskunftKapitel {
	margin: 0;
	padding: 0;
}

div.auskunftKapitelHeader {
	width: 668px;
	height: 1.3em;
	padding: 3px 5px 3px 15px;
	background: #e4eff7;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right 0;
	color:black;
}

h1.auskunftKapitelHeader {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

td.spalteKopfdatenDescription {
    width: 45%;
    text-align: left;
    font-size: 0.9em;
    vertical-align: top;
	font-weight: bold;
}

td.spalteKopfdatenData {
    width: 55%;
    text-align: left;
    font-size: 0.9em;
    vertical-align: top;}

td.spalteKopfdatenBottomDescription {
    width: 45%;
    padding: 0px 2px 0px 3px;
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
    color:white;

}
td.spalteKopfdatenBottomData {
    width: 55%;
    padding: 0px 2px 0px 2px;
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
    color:white;
}

/* Spezielle Zellendefinitionen für die Firmendaten. */
th.spalteFirmendaten, td.spalteFirmendaten {
    width: 100%;
    text-align: left;
    padding: 0px 2px 0px 1px;
    font-size: 1.1em;
}

th.spalteFirmendatenLinks, td.spalteFirmendatenLinks {
    width: 35%;
    text-align: left;
    vertical-align: top;
    padding: 0px 2px 0px 1px;
	font-size: 1.1em;
}

th.spalteFirmendatenLinksBranche, td.spalteFirmendatenLinksBranche {
    width: 14%;
    text-align: left;
    vertical-align: top;
    padding: 0px 2px 0px 1px;
	font-size: 1.1em;
}

th.spalteFirmendatenRechts, td.spalteFirmendatenRechts {
    width: 65%;
    text-align: left;
	padding: 0px 2px 0px 1px;
	font-size: 1.1em;
}

table.tableTypeFirmeninformationen {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

table.tableTypeFirmeninformationen th {
	font-weight: bold;
}

table.tableTypeFirmeninformationen td {
}

/* Tabelle für eine einspaltige Darstellung. Die Tabelle geht über die gesamte verfügbare Breite. */
table.tableTypeOneColumn {
	border: none;
	width: 100%;
/*	font-size: 1.0em;*/
}

table.tableTypeOneColumn td.tableTypeOneColumn {
	padding: 0px;
	vertical-align: top;
	width: 100%;
	font-size: 1.0em;
}

/* Tabelle für eine zweispaltige Darstellung. Die Tabelle geht über die gesamte verfügbare Breite und beinhaltet
** 2 gleich große Spalten. */
table.tableTypeTwoColumns {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

table.tableTypeTwoColumns th.tableTypeTwoColumns {
	padding: 0px 2px 0px 1px;
	vertical-align: top;
	width: 50%;
	font-size: 1.0em;
}

table.tableTypeTwoColumns td.tableTypeTwoColumns {
	padding: 0px 2px 0px 1px;
	vertical-align: top;
	width: 50%;
	font-size: 1.0em;
}

div.contentBlock1 {
	width: 658px;
	height: auto;
	background: #e6e6e6;
	margin-bottom: 15px;
	padding: 15px 15px 15px 15px;
}

div.contentBlock3Right {
	width: 320px;
	height: auto;
	background: #e6e6e6;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	
}

div.contentBlock3Left {
	width: 320px;
	height: auto;
	background: #e6e6e6;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

div.contentBlock1White {
	width: 635px;
	height: auto;
	background: #ffffff;
	margin-bottom: 0px;
	padding: 10px 8px 10px 15px;	
	<!--padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 15px;-->
	
}

div.contentBlock1balanceDisclosureGray {
	width: 635px;
	height: auto;
	background: #e6e6e6;
	margin-bottom: 15px;
	padding: 10px 8px 10px 15px;	
	<!--padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 15px;-->
	
}
h2.contentBlock2 {
	color:black;
	font-size: 1em;
	border-bottom: 1px solid #000;
	margin: 3px 0px 8px 0px;
	padding: 0;
}

h2.contentBlock5 {
	color:black;
	font-size: 1em;
	border-bottom: 1px solid #000;
	margin: 15px 10px 15px 10px;
	padding: 0;
}


h1.contentBlock2 {
	color:black;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	margin: 3px 0px 8px 0px;
	padding: 0;
}


div.contentBlock1WhiteLeft {
	width: 290px;
	height: auto;
	background: #ffffff;
	margin-bottom: 15px;
	
	
}
div.contentBlock1WhiteRight {
	width: 290px;
	height: auto;
	background: #ffffff;
	margin-bottom: 15px;
	
	
}

div.contentBlock1 div.contentBlockTrenner {
	height: 0.6em;
	line-height: 0.6em
}

div.contentBlock2 {
	width: 648px;
	height: auto;
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

div.contentBlock3 {
	width: 648px;
	height: auto;
	background: white;
	padding: 10px 10px 5px 5px;
	margin: 0;
}

h1.auskunftKapitelHeader {
	margin: 0;
	padding: 0;
	color:black;	
	font-size: 1.1em;
}

div.boniPicture {
	width: 100%;
	height: 85px;
}

table.borderedTable {
	width: 100%;
#	height: 100%; // Scheint überflüssig zu sein!
	text-align: left;
	vertical-align: top;
}

a.standardLink:link, a.standardLink:visited, a.standardLink:active, a.standardLink:hover,
a.dataTableLink:link, a.dataTableLink:visited, a.dataTableLink:active, a.dataTableLink:hover {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif, Times New Roman;
	font-size: 11px;
	padding-left: 9px;
	background-image: url("../images/common/pfeil_rot.gif");
	background-repeat: no-repeat;
}

a.standardLinkNoArrow
{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif, Times New Roman;
	font-size: 11px;
	padding-left: 9px;
}

a.standardLink:link, a.standardLink:visited, a.standardLink:active,
a.dataTableLink:link, a.dataTableLink:visited, a.dataTableLink:active {
	color: #950000;
}

a.standardLink:hover,
a.dataTableLink:hover {
	color: #000000;
}

/* Standard Link (rot): */
a.standardLink:link, a.standardLink:visited, a.standardLink:active, a.standardLink:hover {
	font-weight: bold;
}

okButton{
	text-align: center;
	width: 5px;
	height=3px;
	font-size: 11px;
}

tr.dataTableSecondRow {
	background-color: #e5eff8;
}


tr.dataTableFirstRow {
	background-color: #ffffff;
}

div.contentBlockBoni {
	width: 548px;
    height: auto;
    font-size: 0.9em;
    background: #e6e6e6;
    padding: 10px 20px 0px 90px;
    color: #000000;
    margin: 0;
}

h2.contentBlockBoni {
	font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000000;
    padding: 0;
}

td.ifdImage {
	padding: 0;
	float: left;
	width: 658px;
	vertical-align: top;
}

a.menuLinkTop:link, a.menuLinkTop:visited {
	color: #005C8A;
	font-size: 12px;
	font-weight: bold;
}

td.linkeSpalteBranche{
  font-size: 1.1em;
}
td.rechteSpalteBranche{
  font-size: 1.1em;
}


table.tableType1 {
	border: none;
	width: 100%;
/*	cellspacing: 2px;*/
	
	margin-bottom: 5px;
}

table.tableType1 th {
	font-weight: bold;
	background: #ddd;
}

table.tableType1 tr {
	background: #eee;
}

table.tableType1 td {
}

table.tableType1 tr.inactive {
	background: #bbb;
	color: white;
}

table.tableType1 tr.inactive a.dataTableLink {
	background-image: url("../image/pfeil_weiss.gif");
	background-repeat: no-repeat;
	color: white;
}

/* Standard-Tabelle mit weißem Hintergrund, große Schrift */
table.tableType2 {
	border: none;
	width: 100%;
}

table.tableType2 th {
    padding: 0px 0px 0px 0px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
}

table.tableType2 td {
    padding: 0px 0px 0px 0px;
    font-size: 1.0em;
}

/* Tabellen innerhalb anderer Tabellen */
table.tableTypeInnerTable {
	width: 100%;
}

/* Standard-Tabellen mit grauem Hintergrund: tableType1 */
table.tableTypeText {
	border: none;
	width: 100%;
	background: white;
	margin-bottom: 5px;
	padding-left: 2px;
}

table.tableTypeText th {
	padding: 2px 2px 2px 2px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

table.tableTypeText td {
	padding: 0px 0px 0px 2px;
	font-size: 0.9em;
}

/* Texttabelle innerhalb einer Tabelle (Mit Rand!) */
table.tableTypeTextInTable {
	border: none;
	width: 100%;
	background: white;
	margin-bottom: 5px;
	padding-left: 2px;
}

table.tableTypeTextInTable th {
	padding: 2px 2px 2px 2px;
	font-size: 0.9em;
	font-weight: bold;
}

table.tableTypeTextInTable td {
	padding: 2px 0px 0px 5px;
	font-size: 0.9em;
}

/* Standard-Tabellen mit grauem Hintergrund: tableType1 */
table.tableTypeTextBig {
	border: none;
	width: 100%;
	background: white;
	margin-bottom: 5px;
	padding-left: 2px;
}

table.tableTypeTextBig th {
	padding: 2px 2px 2px 2px;
	font-size: 1.0em;
	font-weight: bold;
}

table.tableTypeTextBig td {
	padding: 0px 0px 0px 2px;
	font-size: 1.0em;
}

/* Tabelle für die Firmeninformationen. Diese Tabelle ist speziell für die Firmeninformationen. Sollte eine
** weitere Tabelle die gleichen Eigenschaften, sollte geprüft werden, ob man einen gemeinsamen Style erstellt
** und benutzt*/
table.tableTypeFirmeninformationen {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

table.tableTypeFirmeninformationen th {
	font-weight: bold;
}

table.tableTypeFirmeninformationen td {
}

/* Tabelle für eine einspaltige Darstellung. Die Tabelle geht über die gesamte verfügbare Breite. */
table.tableTypeOneColumn {
	border: none;
	width: 100%;
/*	font-size: 1.0em;*/
}

table.tableTypeOneColumn td.tableTypeOneColumn {
	padding: 0px;
	vertical-align: top;
	width: 100%;
	font-size: 1.0em;
}

/* Tabelle für eine zweispaltige Darstellung. Die Tabelle geht über die gesamte verfügbare Breite und beinhaltet
** 2 gleich große Spalten. */
table.tableTypeTwoColumns {
	border: none;
	width: 100%;
	cellspacing: 2px;
	background: none;
}

table.tableTypeTwoColumns th.tableTypeTwoColumns {
	padding: 0px 2px 0px 1px;
	vertical-align: top;
	width: 50%;
	font-size: 1.0em;
}

table.tableTypeTwoColumns td.tableTypeTwoColumns {
	padding: 0px 2px 0px 1px;
	vertical-align: top;
	width: 50%;
	font-size: 1.0em;
}


th.spalteBranchenCode, td.spalteBranchenCode {
	width: 15%;
    text-align: left;
    font-size: 0.9em;
    padding: 2px 2px 2px 5px;
}

th.spalteBranchenText, td.spalteBranchenText {
	text-align: left;
	width: 75%;
	font-size: 0.9em;
	padding: 2px 2px 2px 5px;
}

th.spalteBranchenWert, td.spalteBranchenWert {
	width: 10%;
	text-align: center;
	font-size: 0.9em;
	padding: 2px 2px 2px 5px;
}


td.labelColumn {
	width: 35%;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

table.borderedTable {
	width: 100%;
#	height: 100%; // Scheint überflüssig zu sein!
	text-align: left;
	vertical-align: top;
}

tr.standardRow {
	height: 20px;
}
