/*
 Project: FutterABC Berechnungshilfen
  Author: Alexander Haensel
          Teleteach GmbH, Jeschkenstr. 49, 82538 Geretsried, Germany
          http://www.teleteach.de/

 Copyright (c) 2009 Teleteach GmbH, All Rights Reserved.

 This software is the confidential and proprietary information of
 Teleteach GmbH ("Confidential Information"). You shall not
 disclose such Confidential Information and shall use it only in
 accordance with the terms of the license agreement you entered into
 with Teleteach.

 TELETEACH MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY
 OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE, OR NON-INFRINGEMENT. TELETEACH SHALL NOT BE LIABLE FOR ANY
 DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
 THIS SOFTWARE OR ITS DERIVATIVES.
*/

div.ttBerechnungText {
	margin-left: 2cm;
	font-family: Verdana, Arial; 
	font-size: 13px;
}

div.ttBerechnungTextHead_1 {

	font-weight: bold;
	font-family: Verdana, Arial; 
	font-size: 16px;
}

div.ttBerechnungenDescript {
	text-align: right;
}

div.ttBerechnungenDescriptLeft {
	text-align: left;
}

div.ttBerechnungenScale {
	text-align: left;
}

table.ttBerechnungenTable {
	padding: 0px;
	border: #999999 solid 1px;
	border-spacing: 0px;
	font-family: Verdana, Arial; 
	font-size: 13px;
	background-color: #fae7d1; 
}

table.ttBerechnungenTable td.ttBerechnungenHead_1 {
	border-bottom: #999999 solid 1px;
	font-weight: bold;
	background-color: #f49d1d;
	font-family: Verdana, Arial; 
	font-size: 13px;
	padding: 2px 7px 2px 2px;
	border-spacing: 0px;
	white-space: nowrap;
}

table.ttBerechnungenTable td.ttBerechnungenHead_2 {
	font-weight: bold;
	font-family: Verdana, Arial; 
	font-size: 12px;
	padding: 2px 7px 2px 2px;
	border-spacing: 0px;
	white-space: nowrap;
}

table.ttBerechnungenTable td.ttBerechnungenHead_3 {
	font-weight: bold;
	font-family: Verdana, Arial; 
	font-size: 11px;
	padding: 2px 7px 2px 2px;
	white-space: nowrap;
}

table.ttBerechnungenTable tr {
}

table.ttBerechnungenTable td {
	text-align: left;
	padding: 2px;
	border-spacing: 0px;
}

table.ttBerechnungenTable hr {
	height:5px;
	color: #f49d1d;
	background-color: #f49d1d;
}

input {
	text-align: right;
}

input.ttBerechnungenInputText {
	width: 150px;
}

input.checkbox{
	width: 30px;
}

input.ttButton {
	width: 150px;
	text-align: center;
}

input.ttButtonMiddle {
	width: 100px;
	text-align: center;
}

input.ttButtonSmall {
	width: 50px;
	text-align: center;
}

input.ttBerechnungenInputZahl {
	width: 40px;
}

input.ttBerechnungenOutputText {
	background-color: #f1f1f0;
	width: 150px;
}

input.ttBerechnungenOutputZahl {
	background-color: #f1f1f0;
	width: 40px;
}

input.ttBerechnungenInputRadio {
width: 10px;
}

td#ttBerechnungenMeldung {
	text-align: center;
	font-weight: bold;
	height: 48px;
	width: 250px;
}

