#emptyRow {
	background-color: #eaf4e1;
}

hr.trenner {
	border: 1px dotted #9ece6c;
}

A, A:visited {
   	text-decoration: none;
	color: #1263ad;
}

A:hover {
	color: #000;
  	text-decoration: underline;
}
	
small {
	color:#9ece6c;
}

/* Tabellenreiter 1.Ebene */

div#firstTabRow {
	background-color: #1263ad;
}

a.firstRowTab, a.firstRowTab:visited {
	color: #eaf4e1;
	background-color: #b0d586;
}

a.firstRowTab:hover {
	background-color: #eaf4e1;
	text-decoration: none;
	color: #000;
}

a#firstRowTab_selected {
	color: #1263ad;
	background-color: #bcdc98;
}

a#firstRowTab_selected:hover {
	text-decoration: none;
}

/* Tabellenreiter 2.Ebene */

div#secondTabRow, div#topTabRow {
	color: #9ece6c;
    background-color: #bcdc98;
}

div#topTabRow {
	background-color: #1263ad;
}

a.secondRowTab, a.topRowTab, a.secondRowTab:visited, a.topRowTab:visited {
	background-color: #9ece6c;
	color: #e4f1d7;
}

a.secondRowTab:hover, a.topRowTab:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

a.topRowTab:hover {
	background-color: #9ece6c;
	color: #000;
}

a#secondRowTab_selected, a#topRowTab_selected {
	color: #1263ad;
	background-color: #eaf4e1;
}

a#secondRowTab_selected:hover, a#topRowTab_selected:hover {
	text-decoration: none;
}
	
/* INHLATSBEREICH */

#mainWindow {
	background-color: #FFF;
}

#mainWindowContent, div#berater_outer_outer {
	background-color: #eaf4e1;
}

#contentBorder {
	border-left: 1px solid #bcdc98;
    border-right: 1px solid #bcdc98;
}

fieldset {
	border: 1px dotted #ccc;
}

legend {
	color: #9ece6c;
	background-color: #eaf4e1;
}


/* Tarifauswahl */

ul#tarif_col1 li.type1, ul#tarif_col2 li.type2 {
	/*background-color: #ddd;*/
}

ul#tarif_col1 li.type2, ul#tarif_col2 li.type1 {
	background-color: #fff;
}
	
/* Formularfelder */

input.blindField{
	background-color: #eaf4e1;
	font-weight: bold;
}

textarea.blindField{
	background-color: #eaf4e1;
	font-weight: bold;	
}
/* FOOTER */

#footRow_outer {
    background-color: #bcdc98;
}

#footRow {
	background-color: #fff;
}
    	
/* Assistentin oben rechts*/

div#berater_outer {
	background-color: #9ece6c;
}

div#berater {
	background-color: #fff;
}

/* Container */

div.container_outer {
	background-color: #bcdc98;
}

div.container_outer h1, div.container_outer h2 {
	color: #1263ad;
}

div.container {
	background-color: #eaf4e1;
	color: #000000;
}

/*Error*/

div#errorContainer_outer {
	background-color: #f00;
}

div#errorContainer_outer h2 {
	color: #fff;
}

div#errorContainer {
	background-color: #fdd;
	color: #f00;
}

div#achtungContainer {
	background-color: #EAF4E1;
	color: #1263AD;
}
div#achtungContainer_outer {
	background-color: #84C24C;
}

/*VPDaten*/

div#VPDatenContainer_outer, div#PopUpContainer_outer {
	background-color: #bcdc98;
}

div#VPDatenContainer_outer h2, div#PopUpContainer_outer h1 {
	color: #1263ad;
}

div#VPDatenContainer, div#PopUpContainer {
	background-color: #fff;
	color: #000000;
}

/* VPDaten Table im Header */

table.lds { 	
    background: #bcdc98;
}

TD.VPDaten {
	color: #1263ad;
}

/* Tariftabelle */

TD.tarifHeader {
	color:  #1263ad;
	background-color: #b0d586;
}

TD.tarif {
	background-color: #efeff7;
}
	
/* LOGO bei Tarifauswahl */

DIV.logo {
	right:15px;
}
	
/* Tabelle Gesundheitsfragen */

td.GFtableHeadline{
   color:#1263ad;
}

/*Hilfe Buttons */

a.navhilfe, a.navhilfe:visited {
	color: #1061ad; 
	background-color: #9ece6c;
}

a.navhilfe:hover {
    color: #9ece6c;
  	background-color: #bcdc98;
}

/* Tabelle Gesundheitsfragen */

table.dynTable {
	border: 1px solid #bcdc98;
	background-color: #fff;
}

table.dynTable th {
	color: #333;
	background-color: #bcdc98;
}

table.dynTable td {
	color: #000;
}

table.dynTable tr.row1 td {
	background-color: #bcdc98;
}

table.dynTable tr.row2 td {
	background-color: #eaf4e1;
}

div.tarif_gewaehlt {
	background-color: #9ece6c;
	color: #fff;
	font-family: Verdana;
}