
body{
	font-size:24px;
/*	width:100%;*/
	font-family:arial;
}

h1{
	font-size:56px;
	margin:0 0 10px;
}

#Rechner{
	width:600px;
	border: 1px solid black;
	padding:20px;
	margin:0px auto;
	float:left;    
}

#TableOne,
#TableTwo,
#TableThree{
	margin:0px auto;
	float:left;
}

#TableOne{
	width:auto;
	overflow:auto;
	border-right:1px solid black;
	border-left:1px solid black;
	float:left;
	width:2455px;
}

#TableTwo{
	width:770px;
	height:320px;
}
#TableThree{
	width:770px;
	height:230px;
}

#TableZero{
	width:770px;
	margin:0px 93px 2px;
	float:left;
}


.Spacer{
	width:100%;
	height:20px;
	float:left;
}

.Break{
	width:100%;
	height:1px;
	float:left;
}

.SpacerLarge{
	width:100%;
	height:100%;
	float:left;
}


.Step{
	width:100%;
	float:left;
}

.Step label{
	font-weight:bold;
	float:none;
}

input, select, option{
	background-color:lightgray;	
	border-color:gray;	
	border-radius: 4px;
	text-align:right;
	font-size:20px;
	float:left;
}
.Operators{
	margin: 0 10px;
	float:left;
}


p{
	margin:0;
	float:left;
}

.ShortField{
	width:150px;
	float:left;
}
.MediumField{
	width:260px;
	float:left;
}
.LargeField{
	width:100%;
	float:left;
}




table{
	font-size:24px;
	font-family:arial;
	cellpadding:0px;
	cellspacing:0px;
	border-collapse:collapse;
	width:400px;
	border:0 none;
	margin:0 auto;
}


table td{
	border:0 none;
	padding:1px 0px 1px 12px;
	height:24px;
}

.Headline{
	color:#003366;
	font-size:20px;
	font-weight:700;
	border-bottom:0 none;
}
.SecondLine{
	border-top: 0 none;
	height:28px;
	font-size:15px;
}

.Left{
	width:200px;
	border-top:0px;
	border-bottom:0px;
	font-weight:bold;
}

.Blue{
	background-color:#CCFFFF;
}
.Bold{
	font-weight:bold;
}
.Center{
	text-align:center;
	vertical-align:middle;
	padding:1px 5px;
}

.Top{
	text-align:left;
	vertical-align:top;
	padding-top:3px;
}
.Bottom{
	vertical-align:bottom;
}

table td.Value{
	min-width:80px;	
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	height:22px;
}
.Downline{
	border-bottom:1px solid black;
	height:20px;
}

.Value:hover{
	cursor:pointer;
	font-weight:bold;
}

.Info{
	font-size:10px;
}

.NoBottonTop td{
	border-top: 0 none;
	border-bottom: 0 none;
}


.Orange{
	color:#FF9900;
}


#StepFiveButton{
	float:right;
}

.Arrows{
	color:#FF0000;
	float:right;
	font-weight:bold;
	height:20px;
}


.DarkBlue{
	color:#003366;
}

.red{
	color:#ff0000;
	font-weight:bold;
}


#Calculate{
	margin-right:20px;
}