/**
* CSS der Internet Filiale: Checks
*/


/* Eingabefelder ------------------------------------------------------------ */

.formblock {
  	font: normal 12px Arial, Helvetica, sans-serif;
  	color: #666;
  	padding: 0 !important;
	padding-bottom: 10px !important;
	}

.formlabel, .formlabel_klein {
  	font: bold 12px Arial, Helvetica, sans-serif;
  	color: #fff;
  	padding-left: 10px;
  	padding-right: 20px;
  	background: url(/resources/pics/if4/check_bg.gif) no-repeat right;
	height: 23px;
	}

.formlabel_klein {
  	font: bold 11px Arial, Helvetica, sans-serif;
	}

.formularTD,
.formularTDusereingabe {
  	font: normal 12px Arial, Helvetica, sans-serif;
  	line-height: 14px;
  	padding: 1px;
	}

.formularTDusereingabe {
	color: #666;
	padding-right: 2em;
}

.formlabelFehler {
  	font: bold 12px Arial, Helvetica, sans-serif;
  	color: #fff;
  	padding-left: 10px;
  	padding-right: 20px;
	background: url(/resources/pics/if4/check_fehler_bg.gif) no-repeat right;
	height: 23px;
	}

.formFehlerDescr {
  	font: 12px Arial, Helvetica, sans-serif;
  	color: #f00;
	}
	
#content .hyperlink {
	color: #666;
}	

#content input.checksubmitbutton_korr,
#content input.checksubmitbutton {
	background: url(/resources/pics/if4/primlink_rechts.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding-left: 20px;
	text-transform: none;
	text-align: left;
	color: #666;
	width: auto;
	cursor: pointer;
}

#content input.checksubmitbutton_korr {
	background: url(/resources/pics/if4/primlink_links.gif) no-repeat left center;
}

#content a.checksubmitbutton,
#content a.checksubmitbutton_korr {
	background: url(/resources/pics/if4/primlink_rechts.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	color: #666;
}

#content a.checksubmitbutton_korr {
	background: url(/resources/pics/if4/primlink_links.gif) no-repeat left center;
}

#content a.seclink {
	font-style: italic;
	text-decoration: none;
	color: #000;
	background: url(/resources/pics/if4/seclink.gif) no-repeat left center;
	padding-top: 0.2em;
	padding-left: 15px;
}

/* Themenempfangsseiten ----------------------------------------------------- */
#content p {
	padding: 0;
	margin: 0px;
	margin-bottom: 1em;
}

#content.thema #check {
	color: #666;
	padding: 1em 1em 1em 230px;
	background: url(../img/opener.jpg) top left no-repeat;
	height: 100%;
}



#content.puzzle #check {
	color: #666;
	padding: 1em 1em 1em 90px;
	background: url(../img/puzzle_opener.gif) top left no-repeat;
	height: 100%;
}

#content.thema #check #check_schritt,
#content.puzzle #check #check_schritt1 {
	position: absolute;
	font-size: 5em;
	top: 3.8em;
	color: #b3b3b3;
	margin-left: -120px;
	width: 100px;
	height: 100px;
	text-align: right;
	padding-top: 20px;
}

#content.thema #check #check_step,
#content.puzzle #check #check_step1 {
	color: #000;
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	margin-bottom: -2em;
}




#content #check h2 {
	color: #666;
}

#content #bisher {
	border-top: 1px solid #e7e7e7;
	padding: 1em;
	color: #666;
}

#content #bisher h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1em;
}

#content #themenempfang div.drittel,
#content #themenempfang div.drittel_rechts {
	border-top: 1px solid #e7e7e7;
	background: no-repeat top right;
	width: 15.2em;
	float: left;
	padding: 1em;
}

* html #content #themenempfang div.drittel,
* html #content #themenempfang div.drittel_rechts {
	width: 33.3%;
}

#content #themenempfang div.drittel {
	border-right: 1px solid #e7e7e7;
	background: no-repeat top left;
}

#content #themenempfang div.drittel h4,
#content #themenempfang div.drittel_rechts h4 {
	padding-left: 3em;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	height: 5em;
	text-align: right;
}

#content #themenempfang div.drittel_rechts h4 {
	padding-left: 0;
	padding-right: 3em;
	text-align: left;
}

#content #themenempfang ul {
	margin: 0;
	list-style-type: none;
}

#content #themenempfang a {
	background: url(/resources/pics/if4/link_pfeil.gif) no-repeat 1em 0.3em;
	padding-left: 2em;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	display: block;
}

#content #themenempfang p {
	padding-left: 2em;
}





