
/* CSS Document */

html, body {
    background-color:#fff;
}
#header {
	border-bottom-color:#6CA053;
	background:#6CA053;
}
#headersmall {
	border-bottom-color:#6CA053;
	background:#6CA053;
}
h1 {
	background-color:#6CA053;
}

#content {
	background:#fff;
}

#cleftbig {
	
}
#cleftgiant {
	
}
#cleft_inner {
	margin:10px 0px 10px 20px;
}
#cleft_inner h4 {
	color:#6CA053;
	border-bottom: 1px solid #ddd;
}
#cleft_inner h4 + p  {
    border-left-color:#ddd;
}
#cleft_inner h5 {
	color:#6CA053;
}
#cleft_inner p {
	color:#000;
}
#cleft_inner p.important {
	border-color:#6CA053;
}
#cleft_inner p.zusammenfassung {
	color:#666;
}
#cleft_inner code {
	border:1px dotted #6CA053;
	border-left:5px solid #6CA053;
    background:#eee;
}
#cleft_inner small {
    color:#666;
}
#cleft_inner a {
	color:#6CA053;
}
#cleft_inner blockquote {
	border: 1px dotted #6CA053;
}

#cleft_inner .image {
	border:1px solid #6CA053;
}
#cleft_inner table.content th {
	border-bottom-color: #6CA053;
}
#cleft_inner table.content tr.last td {
	border-top-color: #6CA053;
}
#cleft_inner table.content tr:hover td {
	background-color: #6CA053;
	color: #fff;
}

#cleft_inner a.intern:hover {
	border-bottom:1px solid #6CA053;
}
#cleft_inner a.extern:hover {
	border-bottom:1px dashed #6CA053;
}

#cleft_inner ul.content {
    color:#000;
}

.navi_head {
    color:#000;
}
#cright {
	background: #fff;
    
    padding-top:;
}
#navi li a {
	color:#6CA053;
}
#navi li a:hover {
	color:#000;
}
#navi li.active b a {
	color:#fff;
}
#navi li.active b {
	color:#000;
    background-color:#6CA053;
}
#navi li:hover small {
	color:#000;
    background-color:#fff;
}
.navi_subnavi li a {
	color:#6CA053;
}
.navi_subnavi li a:hover {
	color:#000;
}
.navi_subnavi li.active {
	background:#6CA053;
}
.navi_subnavi li.active a {
    color:#fff;
}
.httpr_uonline {
    color:#fff;
    background:#6CA053;
}
.httpr_uonline a {
    color:#fff;
    text-decoration:none;
}

#breadcrumb {
	color: #6CA053;
    background-color: #fff;
}
#breadcrumb a {
	color: #6CA053;
}
#bottom {
    background-color:#fff;
}
#footer {
	background-color:#6CA053;
	color:#fff;
}
#options {
	color:#6CA053;
}
#bottom a {
	color:#6CA053;
}
#footer a {
    color:#fff;
}

#scrollheader {
	background-color:#6CA053;
}
.scrollheader_inner strong {
	color: #fff;
}
.scrollheader_inner small {
	color: #fff;
}
.scrollheader_inner small a {
	color: #fff;
}
#scrollheadertoc {
	background-color:#6CA053;
	color: #fff;
}
#scrollheadertoc a {
	color: #fff;
}
/* @override 
	http://www.fmbjoern.fm/abinotenrechner.css
	http://www.fmbjoern.de/abinotenrechner.css
	http://www.fmbjoern.fm/abinotenrechner.nrw.css
*/

/* Layout */

html, body {
	background:#fff;
}

#content h4 small a {
	color: #555;
}



.abinotenrechnernrw #calc {
	background: url(/img/wappen_nrw.png) no-repeat 480px bottom;
}
.abinotenrechnerrheinlandpfalz #calc {
	background: url(/img/wappen_rp.png) no-repeat 480px bottom;
}
.abinotenrechnerhessen #calc {
	background: url(/img/wappen_he.PNG) no-repeat 480px bottom;
}
.abinotenrechnermeckpomm #calc {
	background: url(/img/wappen_mv.png) no-repeat 480px bottom;
}

#cleft_inner {
	margin: 0px;
}

#calc {
	margin: 10px 0px 0px 20px;
	width: 620px;
	overflow:hidden;
	float: left;
}

#calcright {
	margin-left: 660px;
	min-width: 450px;
	background: #eee;
}
#calcright h4 {
	color: #222;
	border-bottom: none;
}
#calcright h4+p {
	border-left: none;
	padding-left: 0px;
}

.gorechner_box {
	display: block;
	background: #6CA053;
}
.gorechner {
	border: 1px solid #6CA053;
	display: block;
	margin: 0px;
	padding: 5px 20px;
	background:#6CA053;
	text-align:left;
	color: #fff;
	font: 200 1.2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	cursor: pointer;
}
.quitrechner_box {
	display: block;
	border-top: 10px solid #fff;
	padding: 5px 20px;
	margin: 0px;
}
.quitrechner {
	font: 200 0.9em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

.gorechnererror {
	/*border: 1px solid #005b1d;*/
	border: 1px solid #6CA053;
	/*background-color: #83e081;*/
	background-color:#6CA053;
	background-image: url(/img/abicalc_h1bg.png);
	background-repeat: repeat;
	color:black;
	cursor:pointer;
}
.gorechner:hover {
	color:#fff;
	text-decoration: underline;
}
.gorechnererror:hover {
	background-image:none;
	color: white;
}

#cleft_inner p.abip_welcome {
	font: 1.0em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
	color: #666;
	text-transform: lowercase;
}
#cleft_inner p.abip_text {
	color: #111;
}

#cleft_inner p.result.gewaehr {
	font-size:0.6em;
	text-align:center;
	padding:0px;
}
#cleft_inner p.result.total {
	font-family: Delicious, Georgia, serif;
	font-size:5em;
	margin:0px 10px -10px 10px;
	text-align:center;
	padding: 0px 0px 30px 0px;
	line-height: 0.7em;
}
#cleft_inner p.result.total .diffless, #cleft_inner p.result.total .diffmore {
	color:#666;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#cleft_inner .result_container {
    margin:0px;
}
#cleft_inner p.result.abi, #cleft_inner p.result.lks, #cleft_inner p.result.gks, #cleft_inner p.result.punkte {
	font-size:0.7em;
	margin:0px;
	text-align:center;
	padding:0px;
}
#cleft_inner p.result.abi {
	background:#fff6a1;
	float: left;
	width: 33%;
}
#cleft_inner p.result.lks {
	background:#b8c0ff;
	float: left;
	width: 33%;
}
#cleft_inner p.result.gks {
	background:#ccc;
}
#cleft_inner p.result.punkte {
	border-top: 1px solid #333;
}
#cleft_inner p.result.diff {
	font-size: 0.6em;
	text-align: center;
}
#cleft_inner p.result.at {
	font-size: 0.7em;
	text-align: left;
	color: #444;
}

/* Fehlermeldungen */
#calcerror, .calcwelcome, #calcnote, #calcats, #abilink, #abilinklink, #calcbestprf {
	padding: 1px 5px 10px 20px;
	border-bottom: 20px solid #fff;
}
#abilink {
	border: 2px solid #6CA053;
	border-bottom: none;
	border-right: none;
	padding-bottom: 1px;
}
#abilinklink {
	padding: 5px 5px 5px 20px;
	background: #6CA053;
	text-align:left;
	font: 200 1.2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}
#abilinklink a {
	color: #fff;
}
#abilinklink a:hover {
	text-decoration: underline;
}
#calcats {
	padding: 1px 5px 1px 10px;
}
#calcerror {
	background: url(/img/smilies/faill.png) no-repeat top left;
	padding: 1px 5px 10px 130px;
}
#calcerror h4, .calcwelcome h4, #calcnote h4, #abilink h4, #calcbestprf h4 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
} 
#calcerror p {
	padding: 0px;
	margin: 5px 0px;
	color: #900;
}
#calcerror small {
	line-height:1.4em;
	font-weight:lighter;
}
#calcbestprf select {
	color:#000;
	background:#fff6a1;
	border:1px solid #b6b073;
}

/* Formularelemente Abirechner */
.feld {
	display:block;
	float:left;
	width:75px;
	padding:5px 3px 4px 3px;
	text-align:center;
}
.fach {
	display:block;
	float:left;
	width:110px;
	text-align:center;
	padding:5px 6px 4px 2px;
}
.fach select {
	border:1px solid #999;
	background:#fff;
}
.feld label, .fach label {
	display: block;
	text-align:center;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:0.6em;
	color:#666;
}
.feld select {
	color:#555;
	background:#ddd;
	border:1px solid #ccc;
}
.feld select[disabled] {
	color:#999;
	background:#eee;
	border:1px solid #ccc;
}
.feld.count select {
	color:#000;
	background:#ccc;
	border:1px solid #999;
}
.feld.LK select {
	color:#000;
	background:#b8c0ff;
	border:1px solid #8388b7;
}
.feld.ABI select {
	color:#000;
	background:#fff6a1;
	border:1px solid #b6b073;
}
.feld.BESLL select {
	color:#000;
	background:#f56dff;
	border:1px solid #8e3d94;
}
.feld.BESLL {
	margin-left:92px;
}
.feld.FACHARB select {
	color:#000;
	background:#f56dff;
	border:1px solid #8e3d94;
}
.feld.FACHARB {
	margin-left:92px;
}
.feld.ABW select {
	color:#000;
	background:#ff8260;
	border:1px solid #b65b45;
}
.feld.ABW {
	padding-left:10px;
}
.feld.count.p0 select {
	color:#fff;
	background:#c00;
	border:1px solid #900;
}
.feld.count.p1 select, .feld.count.p2 select, .feld.count.p3 select, .feld.count.p4 select {
	border:1px solid #900;
}
.feld.mark {
	outline: 2px solid #000;
	outline-offset: -2px;
}
.fcontainer.mark {
	outline: 2px solid #000;
	outline-offset: -2px;
}
#bestprf {
	border:2px solid #000;
	padding:0px 10px;
	margin:0px 10px 10px 10px;
}

.fcontainer:hover .fach, .fcontainer:hover .feld {
	background:rgba(108,160,83,0.2);
}
.fcontainer:hover .fach:first-of-type {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.fcontainer:hover .fach:last-of-type {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

/* Links über dem Rechner */
.featured {
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 20px 0px;
	height: 100px;
	overflow: hidden;
	background: url(/img/fmstart_h1bg.png) repeat top left;
}
.featured .inner {
	margin: 0px;
}
.featured ul {
	list-style: none;
}
.featured li {
	display: block;
	float: left;
	width: 30%;
	position: static;
	padding: 0px;
}
.featured li.f2 {
	width:39%;
}

.featured li.f2.gigantic {
    width: 69%;
}
#cleft_inner .f2.gigantic h4 {
	font: normal 4em Diavlo, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-weight: 100;
    line-height:1em;
	height:1em;
	overflow:hidden;
	color: #000;
}
#cleft_inner .f2.gigantic p {
	font: 200 1.2em Delicious, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #000;
	padding: 0px 5px;
}



#cleft_inner .f2.big h4 {
    font-size:4em;
    font-weight: 100;
    line-height:1em;
	height:1em;
	overflow:hidden;
}
#cleft_inner .f2.big p {
    font-size:0.9em;
    font-weight:bold;
}
#cleft_inner .f3.big p {
    margin:14px 0px 0px 0px;
}
.f2bigbg {
    
}
.rechnerattention {
	background: #fff url(/img/fmsplash_abicalcteaser.png) no-repeat top left;
	font: normal 1.5em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 0px;
	margin: 40px 0px 40px 0px;
	color: #000;
	text-shadow: rgba(255,255,255,.2) 1px 1px 1px;
}
#cleft_inner .rechnerattention a {
	color: #000;
	display: block;
	padding: 25px;
	text-align: center;
}
#cleft_inner .rechnerattention a:hover {
	background: rgba(255,255,255,0.4);
}
#cleft_inner .rechnerattention a span {
	padding: 4px 10px;
	background: rgba(255,255,255,0.9);
}
#cleft_inner .rechnerattention small {
	font: normal 15px/1.1em Cambria, Georgia, Times, "Times New Roman", serif;
	display: block;
	text-align: center;
	color: #000;
	padding: 10px 30px;
	background: #fff;
}
.wartung {
	border-color:#900;
	color:#900;
}

#cleft_inner .f1 h4, #cleft_inner .f2 h4, #cleft_inner .f3 h4 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #6CA053;
	border-bottom:none;
}
#cleft_inner .f1 p, #cleft_inner .f2 p, #cleft_inner .f3 p {
	margin:0px 30px 0px 0px;
	padding:0px;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	border-left: none;
}
#cleft_inner .f1 a, #cleft_inner .f2 a, #cleft_inner .f3 a {
	font: italic "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #6CA053;
}


/* Tooltips */
.tool {
	color: #111;
	width: 210px;
	z-index: 13000;
	font: 12px/1.4em "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    background:rgba(108,160,83,0.9);
    padding:4px;
    -moz-border-radius-topleft: 11px;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-bottom-right-radius: 11px;
}
.tip {
	padding: 4px 10px 4px 10px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    -moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}


/* Auswahlseite */
#cleft_inner.abinotenrechner .ac_rechner {
	margin: 50px 0px 0px 0px;
}
#cleft_inner.abinotenrechner .ac_bottom {
	background: #fff;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.ac_maintext {
	padding: 40px 0px 10px 350px;
}
.ac_bottomtext {
	padding: 20px 0px 0px 20px;
	max-width: 500px;
}
.ac_select {
	padding: 0px;
	height: 130px;
	overflow: hidden;
	background: #fff;
}
.ac_teasercontainer {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 350px;
}


.ac_teaser {
	font: 200 1.1em/1.6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #333;
	padding: 20px 20px 20px 20px;
	background: #fff;
	height: 180px;
	overflow: hidden;
}
.ac_teasersmall {
	margin: 0px 0px 20px 0px;
	padding: 10px 30px 10px 10px;
	background: #fff;
}
#cleft_inner .ac_teasersmall p {
	color: #444;
}
#cleft_inner .httpr_uonline {
	margin-bottom: 0px;
	margin-top: 100px;
}
#cleft_inner .httpr_uonline a {
	color: #fff;
}


.ac_select li {
	list-style: none;
	float: left;
	width: 110px;
	height: 130px;
	overflow: hidden;
	border-left: 10px solid #000;
}
.ac_select li:hover {
	border-left-style: dotted;
}
.ac_select li small {
	position: absolute;
	top: -100px;
	left: -100px;
}
.ac_select .plus{
	position: relative;
	top: -60px;
	display: block;
	text-align: center;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: green;
	text-shadow: #111 1px 1px 2px;
}
#cleft_inner .ac_select li b a {
	display: block;
	height: 30px;
	text-align: left;
	padding: 20px 5px;
	color: #000;
	font: normal normal 0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
#cleft_inner .ac_select li a.selectcounter {
	display: block;
	text-align: left;
	padding: 20px 5px;
	color: #000;
	font: normal normal 1.1em Georgia, "Times New Roman", Times, serif;
}

#cleft_inner h4.ac_selecth4 {
	position: absolute;
	top: 220px;
	left: 380px;
	border-bottom: none;
	color: #fff;
	text-shadow: #333 1px 1px 5px;
	font-size: 2.0em;
	display: none;
}
#cleftgiant.abinotenrechner {
	background: #eee /*url(/img/fmsplash_abicalcteaser.png) no-repeat center -100px*/;
}


.abicalcspacer {
	height: 10px;
}




/* Kommentare */
.ac_spacer {
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#ac_komm {
	width: 660px;
	background: #eee;
	float: left;
}
#ac_komm h4 {
	margin: 0px;
	padding: 0px;
	color: #222;
}
.ac_komminner {
	margin: 0px;
	padding: 20px;
}
.comm {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 20px 0px 10px 10px;
	padding: 0px;
	background: #ddd;
}
.comm.alt {
	background: #ccc;
}
.com_landwuerfel {
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	margin: 0px 20px 5px 0px;
}

.com_landwuerfel span {
	display: block;
	padding: 5px 0px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
#cleft_inner .com_landwuerfel span a {
	color: #fff;
	font-size: 1.5em;
}
.com_inner {
	padding: 0px 0px;
}
.cname {
	font: 200 1.1em/1.6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

.ctime {
	float: right;
	font: 0.7em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff;
	padding: 5px 10px;
}
.cwww {
	font: 0.7em "Courier New", Courier, mono;
}
.ctext {
	font-size: 0.8em;
	margin: 2px 10px 5px 10px;
	line-height: 1.5em;
}
.ctext_land {
    margin:0px;
    padding:0px;
    font-size:0.8em;
    color:#999;
}

.comm_new {
	padding: 10px 2px 10px 2px;
	margin: 0px 0px 20px 0px;
}
.comm_left {
}
.comm_left label {
	display: block;
	float: left;
	width: 130px;
	font-size: 0.9em;
}
.comm_left input {
	width: 250px;
	font-size: 0.9em;
	border: 1px solid #999;
}
#cleft_inner .comm_right p {
	margin: 5px;
}
.comm_right {
}
.comm_right label {
	display: block;
	font-size: 0.9em;
}
.comm_right textarea {
	width: 380px;
	height: 100px;
	border: 1px solid #999;
}
.csave {
	display: block;
	margin: 5px 5px 0px 5px;
}
ul.errors li {
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #900;
	padding: 0px 5px;
}


/* Unter den Rechnern - Laenderhinweise */
#ac_special {
	margin: 0px 0px 0px 660px;
}
.ac_specialinner {
	padding: 20px;
}
#ac_special h4 {
	padding: 0px;
	margin: 0px;
}

