/* STANDARD */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 18px;
}


.nav-top {
	background-image: url(images/nav_top_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a:link, a:visited {
	color: #00387D;
	text-decoration: none;
}

a:hover {
	color: #FD822E;
	text-decoration: none;
}

.error {
	color:#CC0000;
	font-weight: bold;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 18px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

li {
	background-image: url(images/stuff/bullet_arrow_orange.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 5px;
	padding-left: 14px;
	margin-bottom: 10px;
}

ul.option {
	list-style-type: none;
	list-style-position: outside;
	line-height:14px;
	margin: 0px 10px 0px 3px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

li.option {
	background-image: url(images/stuff/bullet_option.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
	padding-left: 14px;
	margin-bottom: 2px;
}
	
/* CONTENT */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.titlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 14px;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B91A8;
}

a.footer:link, a.footer:visited {
	color: #7B91A8;
	text-decoration: underline;
}
a.footer:hover {
	color: #597086;
	text-decoration: underline;
}

/* NAVIGATION */
a.nav:link, a.nav:visited {
	color: #00387D;
	text-decoration: none;
	font-size: 11px;
}

a.nav:hover {
	color: #FD822E;
	text-decoration: none;
}

a.nav:active {
	text-decoration: none;
	color: #FD822E;
}
ul.nav {
	list-style-type: none;
	list-style-position: outside;
	line-height: 15px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
li.nav {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 0px;
}



/* FORMULARE */

.inputSchnellsuche {
	background-color: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	/* padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px; */
	border: 1px solid #E4E4E4;
	width: 80px;
	height: 13px;
}
.Stil1 {font-size: 14px}
.Stil3 {font-size: 11px}
.Stil4 {font-size: 12px}
.Stil2 {font-size: 11px}
.Stil5 {font-weight: bold}
/*Allgemeingültige Einstellungen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

table {
	font-size: 12px;	
}

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


/* 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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #953C00;
	background: #FE893A;
}

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

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

select.form-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border: 1px solid #003366;
	background: #FFFFFF;
}
.Stil7 {color: #FFFFFF}
.textfd
{
	border:1px solid #ABA9A9;
	height:23px;
	font-family: Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background-color:#FEFDB4;
}
#subscr
{
	height:30px;
	border-bottom:1px solid #B6B6B6;
	border-bottom-style:dotted;
}
body {
	background-color: #d4dbe3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #D4DBE3;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #D4DBE3;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: White;
	}
