/* Tarifrechner Website: Styles
 * oben in kommentaren stehen die original styles von agindo 
 * 
*/


#bbbBaum {
	float: left;
	padding: 19px 0 0 10px;
	min-height: 422px;
	min-width:220px;
	background: url(/img/tr_box_bg.png) repeat-x bottom left #f4f4f4;
}


div.bbbBox {
	width: 370px;
}


#bbfDaten {
	min-height: 412px;
	margin-left: 258px;
	width: 390px;
	padding: 19px 0px 10px 20px;
	background: url(/img/tr_box_bg.png) repeat-x bottom left #f4f4f4;
	
}
.bbfZeilenTitel {
	margin-right: 16px;
	width: 120px;
	float: left;
	min-height: 16px;
	min-width: 74px;
	text-align: right;
}

.bbbBoxTitle {
	font-weight: bold;
	padding-bottom:10px;
}

.bbbBoxTitle.baum {
	font-weight: bold;
	padding-bottom:5px;
}

.bbbZeile {
	left: 108px;
	margin: 0 0 2px;
	padding: 0;
	text-align: right;
	min-height: 23px;
}

.bbbZeileleft {
	left: 108px;
	margin: 0 0 2px;
	padding: 0;
	text-align: left;
	min-height: 23px;
}


#spalten {
	float: left;
}

input {
	border: #656263 solid 1px;
	margin-right: 5px;
}

input.smallbutton {
	font-size: smaller;
	background-color:#f4f4f4;
	margin-top:3px;
	
}

input.narrow {
	width: 25px;
}

input.small {
	width: 35px;
}

input.medium {
	width: 40px;
}

#tr_assistent .bbbZeile > div {
	float: left;
	line-height: 18px;
	margin-right: 3px;
}

#tr_assistent .zsum {
	border-top: 1px solid #656263;
}

.xhrTree table {
		font-size: 11px;
}

.shadow {
	background-color:#f3f3f3;
	border: 1px solid #e3e7e9;
	-o-box-shadow: 5px 5px 5px #999;
	-icab-box-shadow: 5px 5px 5px #999;
	-khtml-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}

#details {
	padding-left: 20px;
	background: url(/img/tr_box_bg.png) repeat-x bottom left #f4f4f4;
	float: left;
	margin-right: 35px;
	height:480px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:650px;	
}

#details table {
	width: 600px;
	text-align: right;
	vertical-align: top;
	border-collapse: collapse;
}

#details table.detailsSummary {
	padding-top:5px;
	/*width: 780px;*/
}

#details table td {
	padding-bottom: 4px;
}

#details table tr.rabattbundesland td {
	border-top: 1px solid #333333;
	padding-bottom: 20px;
}

#details table td.bundesland {
	font-weight: bold;
	text-align:left;
}

#details table td.ausgabe {
	text-align:left;
}

#details table td.breitespalte {
	text-align:left;
	width:240px;
}

#details td.rabattSumme {
	color: #0000;
	font-weight: bold;
	font-size:11px;
	width:95px;
}

.tr_info {
	
	width:80px;
	text-align:right;
}


#loaderFrame {
	margin-left: 258px;
	width: 350px;
	text-align: left;
	padding: 0px;
}

#contactBox {
	text-align: right;
	width: 223px;
	height: 201px;
}

#discountBox {
	width: 251px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top left;
	/*padding-top: 10px;*/
}

#discountSum, #discountSumDetail {
	padding-left: 20px;
	font-size: 34px;
	font-weight: bold;
}

#discountPerc, #discountPercDetail {
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	color: #ffffff;
}

.sideBox {
	width: 320px;
	margin-left: 800px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

#contentRight {
	 
}


#bbRabattBox, #bbRabattBoxDetail {
	width:212px;
	height:180px;
	padding:20px 15px 0;
	background:url(/img/bg_rabatt.jpg) no-repeat top left;
	color:#FFF;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif
}
#bbRabattBox h1, #bbRabattBoxDetail h1{
	width:212px;
	font-size:25px;
	font-weight:bold;
	letter-spacing:-0.03em;
	text-align:center;
	margin:0;
	padding:0 0 12px;
}
#bbRabattBox p, #bbRabattBoxDetail p{
	font-size:10px;
	margin:0;
	padding:0;
}
