@import url(form.css);

body {
	width:760px;
	font-size:70%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px 10px;
}
/* reset werte */
h1,h2,h3,h4,h5,h6,table,th,td,tr,caption,form, blockquote, label {
	padding:0;
	margin:0;	
}
/** Tags und Allgemeines **/ 
a {
	color:#1144aa;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
p {
	font-size:1.2em;
}

/* Elterngeldrechner im Header */
h1 {
	color:#2d476b;
	font-size:1.9em;
	margin:26px 0 0 32px;
}
h3 {
	color:#1144aa;
	font-size:1.2em;
	padding:0 0 4px 0;
}
h4 {

}
.hide {
	position: absolute;
	left: -5000px;
}

input{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

/** Layoutboxen **/


/** Header **/
div.header {
	margin-bottom:20px;
	background-color:#fff;
	width:760px;
}
div.header:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.header div.logo {
	float:left;
	width:220px;
}
div.header div.metanavi {
	float:left;
	width:540px;
	background-color:#e6f0f2;
	border-bottom:1px solid #fff;
}
div.header div.kv {
	float:left;
	width:540px;
	height:80px;
	background-image:url(../images/kv.jpg);
}
div.header div.kv h1{
	background-color:white;
	margin: 14px 15px 0;
	padding: 10px;
	float: left;
	display: inline;
}
	/** Listen fuer die Metanavigation **/
div.header ul {
	font-size:0.9em;
	list-style:none;
	margin:4px;
	padding:0;
}
div.header ul.left {
	float:left;
	text-align:left;
}
div.header ul.right {
	float:right;
}
div.header ul li {
	display:inline;
}
div.header ul.right input,div.header ul.left input {
	border: none;
	font-size: 1em;
	color:#1144aa;
	background: none;
	cursor: pointer;
	font-weight:bold;
}

div.header ul li.first {
	border-right:1px solid #1144aa;
	padding:0 5px 0 5px;
}
/** Ende Header **/
/**----------------- Steps Navigation ------------------**/
/* ziemlich lang wegen skalierungs optimierung */
div.steps {
	border:2px solid #1144aa;
	margin-bottom: 10px;
	width: 756px;	
}
div.steps:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html div.steps {height: 1%;}
/* End hide from IE-mac */

div.steps .linkContainer {
	width:220px;
	float: left;

}
/* Hides from IE-mac \*/
* html div.steps .linkContainer{
	position: relative;
	margin: -2px 0 0 -2px;
	
}
/* End hide from IE-mac */
	
div.steps .linkContainer a, div.steps .linkContainer h2{
	font-size: 1.2em;
	color:#1144aa;
	background:url(../images/li_active.gif) left no-repeat;
	padding: 3px 0 3px 20px;
	margin: 2px 0 4px 0;	
}
/* Hides from IE-mac \*/
* html div.steps .linkContainer h2{
	background-position: 2px;
}
/* End hide from IE-mac */
div.steps .linkContainer .leftCorner{
	display: block;
	border: 2px solid #1144aa;
	border-width: 0 2px 2px 0;
	background-color: white;
	margin: -2px 0 0 -2px;
	width: 220px;
}
div.steps .linkContainer .leftCorner input{
	display: block;
	border: 2px solid #cfdce5;
	background:url(../images/li.gif) center left no-repeat;
	position:relative;
	margin: 0 20px 4px 0;
	padding: 3px 0 3px 20px;
	width: 200px;
	color:#1144aa;
	font-size: 1.2em;
	text-align: left;
	cursor: pointer;
}
/* Hides from IE-mac \*/
* html div.steps .linkContainer .leftCorner input{
	position:relative;
	left: 4px;
	margin-top: 2px;
}
/* End hide from IE-mac */
/* IE7 hacks */
*:first-child+html div.steps .linkContainer .leftCorner input{
	position:relative;
	left: 2px;
	
}
/* End IE7 hacks */


/* Button Navigation */ 
div.steps div.stepsbox {
	width:526px;
	float:left;
	padding:4px 0 0 7px;
}

* html div.steps div.stepsbox {
	padding-left:12px;
}


div.stepsbox span {
	margin:4px 10px 4px 10px;
	color: white;
	background:url(../images/steparrow.gif) left no-repeat;
}


html* div.stepsbox[class] span {
	margin:4px 8px 4px 8px;
}
*:first-child+html div.stepsbox[class] span{
	margin:4px 10px 4px 10px;
}

div.stepsbox span.active {
	background-image:url(../images/steparrow_active.gif);
}
div.stepsbox input, div.stepsbox span, div.stepsbox img{
	width:48px;
	height:48px;
	display: block;
	float: left;
}
div.stepsbox input {
	
	border: 2px solid #e6f0f2;
	background-color:white;
	color: #245375;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;  
	padding:0 !important;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	vertical-align: 10em;
	}
	
/* wenn die buttons als input/image definiert werden */
div.stepsbox input {
	
	border: 2px none #e6f0f2;
	background-color:white;
	color: #245375;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;  
	padding:0 !important;
	font-weight: bold;
	text-align: center;
	vertical-align: 10em;
}


div.stepsbox input.active{
	border-color: #CFDCE5;
	background-color:#CFDCE5;
	color: black;
}
div.stepsbox input.disabled{
	border-color: #e6f0f2;
	background-color:white;
	color: #BCD1D6;
	cursor:default;
	
}
/* gegen float content doubling */
/* Hides from IE-mac \*/
* html div.stepsbox input.step5{
	margin-right: 0px;
}
/* End hide from IE-mac */




/** End Steps Navigation **/

/** Content **/
div.content {
	background-color:#e6f0f2;
	float:left;
	width:724px;
	margin:0 0 2px 0;
	padding:10px 18px 10px 18px;
}

div.content p {
	margin:0 0 0 70px;
}
div.content div.row p {
	margin:0 0 4px 0;
}
div.content h3 {
	margin:0 0 0 70px;
}
/* Grosszahl */
div.content h2 {
	background-color:#CFDCE5;
	float:left;
	font-size: 3em;
	width: 48px;
	height: 48px;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 0px 0;
}
/* sub headers - 1.1. 2.1.2 etc. */
div.content h4 {
	background-color:#CFDCE5;
	float:left;
	display: inline;
	width: 48px;
	text-align: center;
	font-weight: 500;
	font-size: 1.2em;
	padding: 2px 0;
	margin-top:2px;
}
dic.content h4 strong{
	font-weight: 900;
}
div.content h5{
	font-size: 1.1em;
}

div.content div.numnext{
	float:left;
	width:650px;
	/* overflow: hidden;*/
	margin:0 0 0 20px;
}

div.content div.row {
	margin:0 0 10px 0;
	float:left;
	width:650px;
}
div.content div.row[class] {
	width:650px;
}


div.content div.hr {
	border-top:2px solid #fff;
	float:left;
	width:660px;
	margin:0 0 10px 32px;
}
div.content div.hr[class] {
	margin:0 0 10px 65px;
}
/* startseite */
div.startpage h3, div.startpage h5, div.startpage p, div.startpage input.submit{
	margin-left: 10px;	
	margin-bottom: 5px;
}


/*div.startpage input.submit{
	float:none;	
	margin: 10px;
	width: 15em;
}*/
div.startpage a.info{
	float:none;	
	display: inline;
	vertical-align: -5px;
}
div.startpage ul, div.startpage ol{
	font-size: 1.2em;
}
/* impressum seite */

div.imprint p{
	margin-left: 10px;	
	margin-bottom: 15px;
}

/* notizen */
div.content div.row blockquote{
	
}

*:first-child+html div.row blockquote{
	margin-bottom: 10px;
}
/* seitennotizen */
div.content .inputs blockquote{
	padding: 0 0 0 5px;
}


/* fehlermeldungen */
cite {
	border: 1px solid #CD0000;
	color: #CC0000;
	display:block;
	padding: 5px 20px 5px 30px;
	margin-bottom: 10px;
	font-style: normal;	
	background:url(../images/arrow_error.gif) 10px 5px no-repeat;
}

.error {
	background-color: pink;
	border: 1px solid red;
}
/* Infoboxen - Rollover effekte */
a.info{
	display: block;
	width: 20px;
	border: 1px none green;
	cursor:default;
	text-decoration: none !important;
}
/* sehr wichtig!!! IE initialiert hover befehl hier */
a.info:hover{
	border: 1px none red;
}
a.info:hover .infoarea{
	left: auto;
}
a.info .infoarea {
	position: absolute;	
	border:1px solid #1144aa;
	background-color: white;
	width: 240px;
	height: auto;
	left: -5000px;
	padding: 5px;
	overflow: auto;
	font-weight: normal;
	text-align: left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: normal;
	font-size: 100%;
	cursor:default;
	z-index: 100;
	
}

div.startpage a.info .infoarea{
	font-size: 0.8em;	
}

html* #content a.info{
	margin-right: 0px;
	
}
/* ---------- Tabelle: Zwischenergebnis ------------*/
table.zwischenergebnis{
	border-collapse:collapse;
	border-spacing:0;
	width:510px;
	border: 1px solid #B4C8E0;
	border-style: solid dotted solid dotted;
	position:relative;
}
/* Hides from IE-mac \*/
* html div.content table.zwischenergebnis{
	border-style: solid none solid none;
}
* html div.content .tablecontainer{
	width:511px;
	background: url(../images/dotts.gif) top right repeat-y;
}
/* End hide from IE-mac */
/* zebra effekt */
table.zwischenergebnis tr.even td, table.zwischenergebnis tr.even th{
	background-color: #DBE6EB !important;	
}
div.content table.zwischenergebnis th{
	width: 125px;
	padding: 3px 20px 3px 7px;	
}
div.content table.zwischenergebnis td{
	padding: 0 10px 0 10px;	
	white-space: nowrap;
}
/* zeilen umrandung */
div.content table.zwischenergebnis th, div.content table.zwischenergebnis td{
	border-right: 1px dotted #7695CB;
}
/* Hides from IE-mac \*/
* html div.content table.zwischenergebnis th, * html div.content table.zwischenergebnis td{
	border-right: 1px none yellow;
	background: url(../images/dotts.gif) top left repeat-y;
}
/* End hide from IE-mac */

/* ------------- Ergebnis Kurzdarstellung, ohne css einfach fließtext --------------*/
span.ergebnis1, span.ergebnis2, span.ergebnis3 {
	display: block;
	float:left;	
	margin: 0 5px 5px 0;
}
span.ergebnis1 {
	width: 520px;
}
span.ergebnis2 {
	width: 35px;
}

span.ergebnis3 {
	clear:right;
}
/* ------------- Ergebnis TabellenDarstellung --------------*/
table.ergebnis{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: hide;
	margin: 5px 0 20px 0;	
	width: 640px;
	border-bottom:  1px solid #B4C8E0;
	border-right: 1px dotted #1144aa;
}

/* zebra effekt */
table.ergebnis tr.even td, table.ergebnis tr.even th{
	background-color: #DBE6EB;	
}

/* zeilen umrandung */
table.ergebnis th, table.ergebnis td{
	border-left: 1px dotted #1144aa;
	padding: 3px 0 4px 7px;
}
/* die linke seite des table headers */
table.ergebnis th{
	text-align:left;
	padding-right: 0px;
	
}
/* Hides from IE-mac \*/
html* div.ergebnis{
	margin: 5px 0 20px 0;
	padding-right: 1px;
}
* html table.ergebnis{margin: 0;border-right:  1px none #B4C8E0;}
* html table.ergebnis th, * html table.ergebnis td{
	border-right: 1px none yellow;
	border-left: 1px none yellow;
	background-image: url(../images/dotts.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
/* End hide from IE-mac */



/* die obere seite des table headers */
table.ergebnis tr.top th{
	text-align:left;
	padding-left: 5px;
	vertical-align: top;
	border-bottom:  1px solid #B4C8E0;
}
table.ergebnis tr.top th:first-child{
	border-left:  1px none #B4C8E0;
}

table.ergebnis th span{
	float:left;
}
table.ergebnis th .info{
	margin-right: 0px;
}
/** Infos styles ***/
/* die css styles für die info seite */
.infos .steps {
	border: none !important;
	
}
.infos .linkContainer[class] {
	margin:0 !important;
}

.infos .linkContainer h2{
	border: 2px solid #1144aa;
	border-right: none !important;
	background-color:white !important;
	margin: 0px -4px 0 0 !important;
	position:relative;
	width: 200px !important;
	z-index: 10;
}

* html .infos .linkContainer h2{
	background-position: 0!important;

	margin: 2px -4px 0 0 !important;

}

.infos .linkContainer .leftCorner{
	border: none !important;
	margin:5px 0px 0px 0px!important;
}

*html .infos div.steps .leftCorner input{
	position:relative;
	z-index: 2;
	left: 0px;
}
*:first-child+html .infos div.steps .leftCorner input{
	position:relative;
	left: 0px !important;
}


.infos .stepsbox h2{
	padding: 0.8em 0.5em 1.25em;
	
	color:#1144aa;
	font-size: 1.5em;
}

.infos .stepsbox{
	background-image:none !important;
	border: 2px solid #1144aa;
	width:522px !important;
	height:1%;
	float:left;
}
.infos .stepsbox[class]{
	position:relative;
	z-index: 5;
}

.infos #content{
	padding-bottom: 30px;
}

.infos #content img{
	float:left;
	margin: 5px 10px 0 10px;	
}

/* impressum */
.imprint .linkContainer .leftCorner{
	margin:0px 0px 0px 0px!important;
}

/** Footer **/
div.footer {
	float:left;
	width:760px;
	margin:20px 0 0px 0;
	display: block;
	height: 40px;
	padding-top:4px;
	border-top:2px solid #cbd7e2;
	font-size:0.9em;
}
div.footer a.top {
	float:right;
	padding-right:20px;
	background:url(../images/btn_top.gif) right no-repeat;
	height:1.3em;
}
div.footer span {
	float:left;
}
