body{
	text-align:left;
	margin:0px; 
	padding:0px;

}

#rechnung{
	float:left;
	background-color:#FFFFFF;
	width:90%;
	height:90%;
}

#rechnung,
#rechnung .table{
	text-align:left; 
	text-decoration: none; 
	font-family: Verdana, Arial, sans-serif; 
	color: #000; 
	font-weight: normal;
	font-size: 9px;
	line-height:16px;
	font-style: normal;
}

.rechnung_box{
	clear:both;
	float:left;
	border:0px solid #000;
	width:100%;
	margin:0px;
	padding:0px;
	padding-left:70px;
}

#knickfalz{
	width:23px;
	height:298px;
	border-bottom:1px solid #000;
	float:left;
}

#adressfeld{
	width:450px;
	height:150px;
	margin:0px;
	padding:0px;
	padding-left:48px;
	padding-top:148px;
	float:left;
}

#adressfeld h1{
	font-size: 8px; 
	font-weight: normal;
}

#adressfeld h1 strong{
	font-size: 8px; 
	font-weight: bold;
}




#absenderfeld{
	width:160px;
	float:left;
	border:0px solid #000;
	margin:0px;
	padding:0px;
}

#absenderfeld p{
	font-size: 8px; 
	font-weight: normal;
	line-height:14px;
}

#absenderfeld p strong{
	color: #EF3124;
	margin-bottom:4px;
	font-weight: normal;
}

#absenderfeld p em{
	color: #000;
	font-weight: bold;
	font-style: normal;
}




#inhaltsfeld{
	width:330px;
	float:left;
}

#inhaltsfeld .table{
	float:left;
	margin:0px; 
	padding:0px; 
	table-layout:fixed;
}

#inhaltsfeld .table .border_solid{
	border-bottom:1px solid #000;
}

#inhaltsfeld .table .right{
	text-align:right; 
}

#inhaltsfeld .table .border_bottom{
	border-bottom:1px dotted #000;
}

#inhaltsfeld .table ul{
	padding-left:10px;
	list-style-type:disc; 
}

#inhaltsfeld .table ul li{
	list-style-type:disc;
	
}