/*diese css ist eine default css, die geladen wird, wenn im aufruf der vergleiche kein anderer css pfad angegeben wird */
/*bsp eines aufrufes wäre: start.php?id=ihreid&subid=unterid&cssurl=http://www.ihredomain.de/vergleiche/website.css */

/*Allgemeingültige Einstellungen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color:#EBF3FE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#inhalt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin:15px;
	margin-right:25px;
}

.titel{
	font-weight:bold
}

table {
	font-size: 12px;	
}

table.table-start {width : 520px;}
table.table-berechnungoben {width : 520px;}
table.table-berechnung {width : 520px;}
table.table-antrag {width : 520px; background:#E4EEFF;}
table.table-rlv {width : 600px; background:#E4EEFF;}
table.table-leistung {width : 100%;}
table.table-leistungtext {width : 90%;}

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

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

.rot {
	color: #FF0000;
}


.row-header {
	font-weight: bold;
	color: #003366;
        text-align: center;
	background: InactiveBorder;
	background-color: #B1C6E8;	
}

.row-antrag {
	font-weight: bold;
	color: #003366;
	background: InactiveBorder;
	background-color: #B1C6E8;	
}


.row-anleitung {
	font-size: 10px;
	color: #003366;
}

.info {
	font-size: 10px;
	color: #003366;
}


/*Formatierung für Antrag  */

.antart {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
  background:#B1C6E8;
}
.antus {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  background:#B1C6E8;
}
.antt {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  background:#E4EEFF;
}

.antk {
  font-family: Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight:normal;
  background:#E4EEFF;
}


/* Formatierung und Darstellung der Formularfelder */

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.form-checkbox {
	color: #003366;
	border: 0px;
}

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

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