/*Allgemeingültige Einstellungen */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background: #336699;
}

table {
	font-size: 12px;	
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}


/* Tabellenformatierung für persönliche Daten */
table.table-common  {

}

td.common-col-data {
	width : 300px;		
}

td.common-col-desc {
	width : 200px;	
}

/* Fehlerformatierung */
.error {
	color : red;	
}

.mandatory-field-star {
	color : red;
}

/* Versicherungsspezifische Tabelle */

	/* Private Krankenvollversicherung */
	table.table-insurance-1 {height : 620px;}
	td.insurance-1-col-desc {width : 400px;}
	td.insurance-1-col-data {width : 100px;}

	/* Rentenversicherung */
	table.table-insurance-2 {}
	td.insurance-2-col-desc {width : 240px;}
	td.insurance-2-col-data {width : 260px;}

	/* Berufsunfähigkeitsversicherung */
	table.table-insurance-3 {}
	td.insurance-3-col-desc {width : 240px;}
	td.insurance-3-col-data {width : 260px;}

	/* Kapitallebensversicherung */
	table.table-insurance-4 {}
	td.insurance-4-col-desc {width : 180px;}
	td.insurance-4-col-data {width : 320px;}

	/* Private Krankenzusatzversicherung */
	table.table-insurance-7 {height : 580px;}
	td.insurance-7-col-desc {width : 210px;}
	td.insurance-7-col-data {width : 290px;}
		
/* Darstellung der Zeilen, für Farbwechsel und Hervorhebung der Überschrift */
tr {
 
}

tr.row-1 {
	background-color: #CEDEF8;
}

tr.row-2 {
	background-color: #E4EEFF;
}

tr.row-header {
	font-weight: bold;
	color: #99B0D7;
	background: InactiveBorder;
	background-color: #B1C6E8;	
}


/* Formatierung und Darstellung der Formularfelder */
input {
}

input.form-button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border: 1px solid #953C00;
	background: #FE893A;
}

input.form-text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border: 1px solid #3865AF;
	background: #FFFFFF;
}

input.checkbox {
	color: #003366;
	border: 0px;
	background: #FFFFFF;
}

select.form-select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	border: 1px solid #003366;
	background: #FFFFFF;
}