@charset "utf-8";
/* CSS Document */

.tabs .tabNavigation {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    background:url("../img/norm_bg.gif") repeat-x bottom;
    margin:0;
    padding:0;
	height:38px;
    list-style:none;
}

* html .tabs .tabNavigation { /* Fix for IE6 */
	margin-bottom:-2px;
}

.tabs .tabNavigation li {
    float:left;
    margin:0;
    padding:0;
	width:100px;
	height:38px;
	text-align:center;
}

.tabs .half_a_line {
	font-size:0.5em;
}

.tabs .tabNavigation a {
    display:block;
    background:url("../img/menu_tab.gif") no-repeat top;
    padding:5px 15px;
}

.tabs .tabNavigation .selected {
	border-bottom:2px solid #ffffff;
}

.tabs .selected {
    background:url("../img/menu_tab_on.gif") no-repeat top !important;
}

.tabs .finanzinfo {
	clear:both;
	position:relative;
	height:500px;
	border:2px solid #c4c4c4;
	background-color:#fefefe;
	border-top:none;
}

.tabs .left_box {
	width:180px;
	margin-bottom:20px !important;
}

* html .tabs .left_box { /* fix for IE 6*/
	width:auto;
}

*:first-child+html .tabs .left_box { /* fix for IE 6*/
	width:auto;
}

.tabs .finanzinfo ul {
	padding:15px;
}

.tabs .tophalf {
	width:100%; /* IE positioning fix */
}

.tabs .family_img {
	float:left; 
	padding:15px;
}

.tabs .box_bf_info {
	float:left;
	padding-top:15px;
	padding-left:20px;
	font-size:14px;
}

.tabs .box_bf_family {
	clear:both;
	float:left;
	padding:15px;
	font-size:14px;
}

.tabs .box_bf_bsp {
	position:relative;
	float:left;
	padding:15px;
	font-size:14px;
}

.tabs .box_bf_bsp p {
	font-size:14px;
}

.tabs .alinks {
	text-align:right;
}

.tabs .alinks a {
	background:url(../img/link_transparent.gif) left no-repeat;
	padding-left:10px;
	margin-right:40px;
	font-style: italic;
}

.tabs .link_ub {
	font-weight:bold;
	text-decoration: underline;
}

.tabs .finanz_bsp {
	position:relative;
	border:2px solid #c2c2c2;
	border-top: none;
	background:url(../img/bg_finanz_bsp.gif) top repeat-x;
	background-color:#f0f0f0;
	width:300px;
	float:left;
	margin:10px;
	padding:10px;
	padding-top:35px;
}

.tabs h4 {
	position:absolute;
	left:-20px;
	top:-15px;
	color:#FF9900;
	padding-top:20px;
	padding-left:35px;
	background:url(../img/bg_finanzrechnung.gif) top left no-repeat;
}

.tabs .table_bottomborder {
	border-bottom:2px solid black;
}

.tabs .box_bf_bsp table td {
	width:120px;
}

.tabs .clearbothbox {
	clear:both;
} 