#ifap {
	font-family: verdana, arial, helvetica, sans-serif;
	/*	font-size: 0.9em;*/
	font-size: 11px;
	color: #003366;
	/*	line-height: 1.4em;*/
	line-height: 15px;
	text-align: left;
	padding: 0 4px 0 4px;
}

#ifap td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-top: 0;
	margin-bottom: 7px;
	vertical-align: top;
}

#ifap th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-top: 0;
	margin-bottom: 7px;
	vertical-align: top;
	text-align: left;
}

#ifap acronym, abbr { 
	border-bottom: 1px dotted #999999; 
	cursor: help;
}

#ifap .aleft {
	text-align: left;
}

#ifap .aright {
	text-align: right;
}
		
#ifap .fleft {
	float: left;
	margin: 0 6px 0 0;
}

#ifap .fright {
	float: left;
	margin: 0 2px 0 0;
}	
	
#ifap .next {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px
}

#ifap .nowrap {
	white-space: nowrap;
}

#ifap .bottom {
	vertical-align: bottom;
}

#ifap .caption {
	font-size: 9px;
}

#ifap h1,h2,h3,h4 {
	color: #aed136;
	font-weight: bold;
	padding: 1.0em 0 0.4em 0;
	margin: 0;
	background: transparent;
}

#ifap h1 {
	/*font-size: 1.4em; */
	font-size: 18px; 
	/*line-height: 1.2em;*/
	line-height: 22px;
	/*	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;*/
}

#ifap h2 {
	/*font-size: 1.2em;*/ 
	font-size: 13px;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	/*line-height: 18px;*/
	/*	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;*/
}

#ifap h3 {
	/*font-size: 1em; */
	font-size: 11px; 
	/*line-height: 16px; */
	/*margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 0px;*/
}

#ifap h4 {
	font-size: .9em; /*12px; */ /*	line-height: ;/*14px;*/
	/*	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 0px;*/
}

#ifap img {
	border: none;
}

#ifap .black {
	color: #000000;
}

#ifap .green {
	color: #99CC33;
}

#ifap .red {
	color: #CC0000;
}

#ifap .blue {
	color: #003366;
}

#ifap .grey {
	color: #666666;
}

#ifap a:link {
	color: #003366;
	text-decoration: none;
}

#ifap a:visited {
	color: #003366;
	text-decoration: none;
}

#ifap a:hover {
	color: #003366;
	text-decoration: underline;
}

#ifap a.grey:link {
	color: #666666;
	text-decoration: none;
}

#ifap a.grey:visited {
	color: #666666;
	text-decoration: none;
}

#ifap a.grey:hover {
	text-decoration: underline;
}

#ifap a.green:link {
	color: #99CC00;
	text-decoration: none;
}

#ifap a.green:visited {
	color: #99CC00;
	text-decoration: none;
}

#ifap a.green:hover {
	text-decoration: underline;
}

#ifap a.red:link {
	color: #CC3300;
	text-decoration: none;
}

#ifap a.red:visited {
	color: #CC3300;
	text-decoration: none;
}

#ifap a.red:hover {
	text-decoration: underline;
}

#ifap a.yellow:link {
	color: #FFCC00;
	text-decoration: none;
}

#ifap a.yellow:visited {
	color: #FFCC00;
	text-decoration: none;
}

#ifap a.yellow:hover {
	text-decoration: underline;
}

#ifap a.cross {
	display:block;
	background-color: transparent;
	background-image: url(../../Pics/cross.png);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	text-docoration: none;
}

#ifap .invisible {
	display: none;
}
#ifap a.cross:hover {
	background-color: transparent;
	background-image: url(../../Pics/cross_light.png);
	background-repeat: no-repeat;
  text-docoration: none;
}

#ifap .footer {
	font-size: 9;
	color: #003366;
	line-height: 15px;
}

#ifapList {
	margin: 0;
	padding: 0;
	width: 90%;
}

#ifapList li {
	list-style: none;
	padding: 5px;
	margin: 4px 0 4px 10px;
	background: #eeeeee;
	border: 1px dashed #a7a7a7;
}

/* ul
 style='margin-left: 20px; margin-top: 0px;list-style-type: disc;list-style-position: outside'
 */ /* Formularfelder */
#ifap .input {
	color: #003366;
	margin-bottom: 5px;
	width: 160px;
	text-indent: 1px;
	overflow: hidden;
	/*	float:left;*/
}

#ifap .dropdown {
	color: #003366;
	margin-bottom: 5px;
	width: 250px;
	text-indent: 1px;
	overflow: hidden;
	/*	float:left;*/
}
/*
	Disclaimer wird immer am Webbrowser Fensterbereich ausgerichtet
	position:fixed;
	top: 20px;
	right: 20px;
*/
#ifapDisclaimer {
	float: right;
	border: 0;
	margin-bottom: 7px;
	margin-top: 0;
	padding: 7px 4px 0 0;
}

#ifapDisclaimer div {
	display: none;
}

#ifapDisclaimer:hover div {
	display: block;
	width: 300px;
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 5px;
	margin: 4px 0 4px 10px;
	background: #eeeeee;
	border: 1px dashed #a7a7a7;
}

/* ifap Kopfzeile */
#ifapPageHeader {
	background-color: transparent;
	background-image: url(../../Pics/logo-wissen-was-hilft-68x80.png);
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: solid #aed136 11px;
	margin-bottom: 4px;
	height: 90px;
	width: 100%;
	display: none;
}

#ifapPageHeader h1 {
	color: #99CC33;
	/*	margin-top: 0;*/
	padding: 0;
/*	font-size: 1.8em;*/
	font-size: 20px;
	font-style: normal;
/*	line-height: 20px;*/
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: bottom;
}

#ifapPageHeader h2 {
	background-color: transparent;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 5px;
	vertical-align: bottom;
}

#ifapPageHeader hr {
	background-color: #aed136;
	color: #aed136;
	height: 11px;
	border: 0;
}

/*ifap Hersteller Box */
#ifapHerstellerBox {
	float: left;
	padding: 0;
	margin: 0 10px 7px 0px;
	width: 220px;
}

#ifapHerstellerBox p.address {
	float: left;
	margin: 0;
	width: 70%;
}

#ifapHerstellerBox p.logo {
	float: left;
	margin: 0;
	width: 30%;
}

#ifapInfoListBox {
	float: left;
	padding: 5px;
	margin: 0;
	border: 1px dashed #a7a7a7;
	background-color: #f5f5f5;
	width: 180px;
}

#ifapInfoBox {
	padding: 0;
	margin: 0;
	border: 0;
}

#ifapInfoBox div {
	display: none;
}

#ifapInfoBox:hover div {
	display: block;
	width: 420px;
	position: fixed;
	top: 5px;
	left: 5px;
	padding: 0px 10px 7px 10px;
	margin: 4px 0 7px 10px;
	/*	background: #eeeeee;*/
	background-color: #f5f5f5;
	/*	background: #ffffff;*/
	border: 1px dashed #a7a7a7;
}

#ifapAnwendungsBox {
	clear: both;
	padding: 0;
	margin-bottom: 7px;
	margin-top: 0;
	border: 0;
}

#ifapContentBox {
	clear: left;
	padding: 0;
	margin-bottom: 7px;
	margin-top: 0;
	border: 0;
}

#ifapZuzahlungBox {
	clear: left;
	padding: 0;
	margin-bottom: 7px;
	margin-top: 0;
	border: 1px dashed #a7a7a7;
}

#ifapContentBoxGrey {
	clear: left;
	padding: 0;
	padding: 0px 10px 7px 10px;
	margin: 0 0 7px 0px;
	background-color: #f5f5f5;
	border: 1px dashed #a7a7a7;
}

#ifapContentBoxGrey p {
	margin: 0;
	padding: 0 2px;
}

	

#ifapDataVersionBox {
	clear: both;
	text-align: right;
	padding: 2px 4px 2px 4px;
	/*	margin: 7px 0 7px 0px;*/ /*	margin: auto;*/
	background: #f5f5f5;
	border: 1px dashed #a7a7a7;
}

#ifapFlexBox1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
/*	height: 100%;*/
	height: 95%;
/*	padding: 0 10px 4px 10px;*/
	padding: 0;
/*	margin: 0 10px 4px 10px;*/
	margin: 0;
	overflow: auto;
}

#ifapFixBox1 {
	background-color: #f5f5f5;
	border-top: 1px dashed #a7a7a7;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5%;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: right;
	z-index: 2;
/*	margin: -2px -10px -6px -10px;
	padding: 2px 0 2px 0;*/
}
/*
#ifapFixBox1 a {
	border: black 1px solid;
	padding: 5px;
	font-size: 12px;
	color: black;
	background-color: #dddddd;
	margin: 0px;
	text-decoration: none;
}

#ifapFixBox1 a:hover {
	background-color: #f2f2f2;
}

#ifapFixBox1 p {
	padding: 20px;
	margin: 0;
}*/

#ifapFixBox1 ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#ifapFixBox1 li {
	float: left;
	width: 150px;
	list-style: none;
	margin: 0 0 0 2px;
}

#ifapFixBox1 li a{
	color: #537398;
	padding: 1px;
	width: 100%;
	display: block;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #a7a7a7;
	border-left: 4px solid #a7a7a7;
	text-align: center;
}

html>body #ifapFixBox1 li a{
	width: auto;
}

#ifapFixBox1 li a:hover {
	color: #537398;
	border: 1px solid #959595;
	border-left: 4px solid #959595;	
}


#ifapFixBox2 {
	width: 100%;
	border-bottom: 1px dashed #a7a7a7;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	text-align: center;
}

#ifapFixBox2 a {
	border: black 1px solid;
	padding: 5px;
	font-size: 12px;
	color: black;
	background-color: #dddddd;
	margin: 0px;
	text-decoration: none;
}

#ifapFixBox2 a:hover {
	background-color: #f2f2f2;
}

#ifapFixBox2 p {
	padding: 20px;
	margin: 0;
}

#ifapFlexBox2 div {
	padding: 7px 10px 7px 10px;
	margin: 0;
	position: static;
	height: 100%;
	width: 100%;
	background-color: white;
}

#ifapMenu {
	clear: left;
/*	height: 100%;*/
	padding: 2px 0 21px 0;
	margin: 0 0 16px 0;
	background-color: #f5f5f5;
	border: 1px dashed #a7a7a7;
}

#ifapMenu li .visible {
	display: none;
}

#ifapMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	border: none;
	white-space: nowrap;
}

#ifapMenu li {
	float:left;
	width:70px;
	list-style:none;
	margin:0 0 0 2px;
}

#ifapMenu li.last {
	float:right;
	margin:0 2px 0 0;
}

#ifapMenu li a {
	color:#537398;
	padding:1px;
	width:100%;
	display:block;
	text-decoration:none;
	background:#fafafa;
	border:1px solid #a7a7a7;
	border-left:4px solid #a7a7a7;
	text-align:center;
}

html>body #ifapMenu li a {
	width:auto;
}

#ifapMenu li a:hover {
	color:#537398;
	border:1px solid #959595;
	border-left:4px solid #959595;	
}

#ifapMenuLink {
	clear: both;
/*	height: 100%;*/
	padding: 2px 4px 2px 4px;
	margin: 0 0 16px 0;
	background-color: #f5f5f5;
	border: 1px dashed #a7a7a7;
}

#ifapMenuLink li .visible {
}

#ifapMenuLink ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space: nowrap;
	background-color:transparent;
	border: 0;
}

#ifapMenuLink li {
	display:inline;
	float: left;
	margin: 0 4px 0 0;
	background-color:transparent;
	border: 0;
}

#ifapMenuLink li.last {
	display:inline;
	float:right;
	margin: 0 4px 0 0;
	background-color:transparent;
	border: 0;
}

#ifapMenuLink a {
	color:#003366;
/*	padding: 1px 0 1px 0;*/
	text-decoration:none;
/*	border:0;*/
	text-align:center;
	background-color:transparent;
	border: 0;
	margin: 0;
}

#ifapMenuLink a:hover{
	color:#003366;
/*	padding: 1px 0 1px 0;*/
/*	border:0;*/
	text-align:center;
	text-decoration:underline;
	background-color:transparent;
	border: 0;
	margin: 0;
}
	
#ifapButton a{
	color:#EEEEEE;
	padding:1px;
	width:100%;
	display:block;
	text-decoration:none;
	background:#FF0000;
	border:1px solid #EEEEEE;
	border-left:4px solid #EEEEEE;
	text-align:center;
}

html>body #ifapButton a{
	width:auto;
}

#ifapButton a:hover {
	color:#EEEEEE;
	border:1px solid #FF8080;
	border-left:4px solid #FF8080;	
}

#ifapBanner {
  display:none;
}
