html, body
{
	margin: 0;
	padding: 0;
	
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #054c78;
	
	width: 540px;
}

#tipp
{
	width: 540px;
	height: 250px;
	
	padding-top: 130px;
	padding-left: 30px;

	background: transparent url(img/tipp.gif) no-repeat top left;
	border: 0px solid red;
}

#textContent
{
	position: relative;
	width: 540px;
	margin-left: 30px;
	border: 0px solid red;
}

#text
{
	width: 400px;
	border: 0px solid red;	
}

#figur
{
	position: absolute;
	top: 6px;
	right: 16px;
	z-index: -1;
	border: 0px solid red;
}

#foliengewicht
{
	
	margin-top:1px;
	margin-left: 1px;
	
	padding-top: 3px;
	padding-left: 5px;
	
	width: 110px;
	height: 18px;
	
	border: 0px solid #e06331;
}

#nettofoliengewicht
{
	float: right;
	padding-right: 25px;
	font-weight: bold;
}

.orange
{
	color: #e06331;
}

.textInput
{
	width: 69px;
	height: 18px;
	margin-top:1px;
	margin-left: 1px;
	border: 0px solid red;
	background: transparent;
}

.inputBG
{
	width: 73px;
	height: 26px;
	background: transparent url('img/inputBG.gif') no-repeat top left;
}

.inputResult
{
	float: right;
		
	width: 73px;
	height: 26px;
	
	margin-top: -5px;
	
	background: transparent url('img/resultBG.gif') no-repeat top left;
	border: 0px solid red; 
}

.inputNettoResult
{
	float: right;
		
	width: 73px;
	height: 26px;
	
	margin-top: -5px;
	
	background: transparent url('img/inputBG.gif') no-repeat top left;
	border: 0px solid red; 
}

.littleText
{
	font-size: 10px;
}
