
/* CSS Document */

html, body {
    background-color:#eee;
}
#header {
	border-bottom-color:#444;
	background:#444;
}
#headersmall {
	border-bottom-color:#444;
	background:#444;
}
h1 {
	background-color:#444;
}

#content {
	background:#eee;
}

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

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

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

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

.navi_head {
    color:#111;
}
#cright {
	background: #eee;
    
    padding-top:;
}
#navi li a {
	color:#444;
}
#navi li a:hover {
	color:#111;
}
#navi li.active b a {
	color:#eee;
}
#navi li.active b {
	color:#111;
    background-color:#444;
}
#navi li:hover small {
	color:#111;
    background-color:#eee;
}
.navi_subnavi li a {
	color:#444;
}
.navi_subnavi li a:hover {
	color:#111;
}
.navi_subnavi li.active {
	background:#444;
}
.navi_subnavi li.active a {
    color:#eee;
}
.httpr_uonline {
    color:#eee;
    background:#444;
}
.httpr_uonline a {
    color:#eee;
    text-decoration:none;
}

#breadcrumb {
	color: #444;
    background-color: #eee;
}
#breadcrumb a {
	color: #444;
}
#bottom {
    background-color:#eee;
}
#footer {
	background-color:#444;
	color:#eee;
}
#options {
	color:#444;
}
#bottom a {
	color:#444;
}
#footer a {
    color:#eee;
}

#scrollheader {
	background-color:#444;
}
.scrollheader_inner strong {
	color: #eee;
}
.scrollheader_inner small {
	color: #eee;
}
.scrollheader_inner small a {
	color: #eee;
}
#scrollheadertoc {
	background-color:#444;
	color: #eee;
}
#scrollheadertoc a {
	color: #eee;
}
/* @override http://www.fmbjoern.fm/projekte/abicalc/index.css */



#landselect {
	display: block;
	height: 140px;
	padding: 0px 0px;
	overflow: hidden;
    background:#999;
}
#landselect ul.abicalcselect li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	padding: 0px 10px 0px 10px;
}
#landselect ul.abicalcselect .calcimg {
	width: 100px;
	height: 80px;
}
#landselect ul.abicalcselect .calcimg img {
	width: 70px;
}
#landselect ul.abicalcselect b {
	font: normal normal 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	position: relative;
	top: 100px;
	height: 20px;
}
#landselect ul.abicalcselect b a {
	color:#333;
}
.landselect_header {
	color: #999;
	text-transform: uppercase;
	font: 1.4em/0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: right;
}
li.moretocome {
    font: normal 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    display: block;
	float: left;
	width: 140px;
	text-align: center;
	padding: 55px 10px 0px 10px;
    color:#333;
}

li.done {
	text-decoration: line-through;
}
